/*-----------------------------------------------------------------------------------

   Theme Name: Backer - shared on wplocker.com
   Theme URI: http://demo.krownthemes.com/backer/
   Description: A modern crowdfunding theme based on the popular IgnitionDeck plugin
   Author: KrownThemes
   Author URI: http://krownthemes.com
   License: GNU General Public License version 3.0 & Envato Regular/Extended License
   License URI:  http://www.gnu.org/licenses/gpl-3.0.html & http://themeforest.net/licenses
   Version: 1.3.6

   All PHP code is released under the GNU General Public Licence version 3.0
   All HTML/CSS/JAVASCRIPT code is released under Envato's Regular/Extended License (http://themeforest.net/licenses)

   -----------------------------------------------------------------------------------*/

   @charset "UTF-8";

   /* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */

   html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,canvas{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none}*:focus{outline:none}

   .clearfix:after, form:after, .row-fluid:after, .payment_methods li:after {
   	content: ".";
   	display: block;
   	clear: both;
   	visibility: hidden;
   	line-height: 0;
   	height: 0;
   }
   .clearfix, form, .payment_methods li {
   	display: inline-block;
   }
   html[xmlns] .clearfix, .row-fluid {
   	display: block;
   }
   * html .clearfix {
   	height: 1%;
   }
   .hidden {
   	display: none;
   }
   #oldie {
   	display: none;
   }
   .clear {
   	clear: both;
   }

/* ---------------------------------------------------------------------------------
------------------------------   GENERAL RULES   ----------------------------------
------------------------------------------------------------------------------------*/

html {
	background: #f8f8f8;
	overflow-x: hidden;
}
body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #5a5a5a;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	background: #f8f8f8;
}
html:not(.ie8) body {
	overflow-x: hidden;
}

.wrapper {
	width: 1140px;
	margin: auto;
	position: relative;
}

.left {
	float:left;
}
.right {
	float:right;
}

* {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
iframe {
	vertical-align: bottom;
	max-width: 100%;
	border: none !important;
}

#content {
	position: relative;
}
#content {
	margin: 0 auto;
	padding: 60px 0 120px;
}
#content > div > *:first-child {
	margin-top: 0;
}
#content > div > div.boxed {
	background: #fff;
	padding: 50px;
}

/* ------------------------
-----   Sidebars  -----
------------------------------*/

#content.layout-right-sidebar .sidebar-content, #content.layout-left-sidebar .sidebar-content {
	width: 74.1%;
}
#content.layout-left-sidebar .sidebar-content {
	float: right;
}
#content.layout-right-sidebar .sidebar-content {
	float: left;
}

#sidebar {
	width: 21%;
}
.layout-left-sidebar #sidebar {
	float: left;
}
.layout-right-sidebar #sidebar {
	float: right;
}

/* Widget adjustments */

.widget .krown-flickr li {
	padding: 0;
	border: 0;
}
.widget .krown-flickr a {
	padding: 0;
	width: 62px;
}

/* ------------------------
-----   Typography  -----
------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	color: #1b1b1b;
}
h1 {
	font-size: 44px;
	line-height: 50px;
	margin-bottom: 50px;
}
h2 {
	font-size: 28px;
	line-height: 35px;
	margin-bottom: 38px;
	font-weight: 400;
}
h3, .memberdeck h2, .id-purchase-form-full h4, h2.idst {
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 38px;
	margin-top: 78px;
	font-weight: 400;
	text-transform: uppercase;
}
h3:after, .memberdeck h2:after, .id-purchase-form-full h4:after, h2.idst:after {
	width: 25px;
	height: 2px;
	margin-top: 20px;
	background: #1b1b1b;
	display: block;
	content: "";
}
h3[style="text-align: center;"]:after {
	margin: 20px auto 0;
}
h4 {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 16px;
	font-weight: 700;
	text-transform: uppercase;
}
h5 {
	font-size: 16px;
	margin-bottom: 18px;
}
h6 {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 16px;
}

a {
	color: #F75146;
	text-decoration: none;
}
a:hover {
	color: #000;
}
a:focus {
	outline: none !important;
}
a:before {
	font-weight: 500;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}

p {
	margin-bottom: 24px;
}

strong {
	font-weight: 700;
}
em {
	font-style: italic;
}

span.extreme {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
	font-weight: 400;
	display: inline-block;
	color: #1b1b1b;
}
span.large {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 40px;
	display: inline-block;
	color: #1b1b1b;
}
span.medium {
	font-size: 34px;
	line-height: 44px;
	font-weight: 300;
	margin-bottom: 20px;
	display: block;
}
span.regular {
	font-size: 19px;
	line-height: 30px;
	font-weight: 500;
	margin-bottom: 20px;
	display: block;
}
span.small {
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 20px;
	display: block;
}

small {
	font-size: .7em;
}

ul.krown-list, .krown-pricing-content ul {
	list-style: none;
}
ul.krown-list li, ol.krown-list li, .woo-tabs .panel ul li, .krown-pricing-content ul li {
	border-top: 1px solid #E9E9E9;
	margin-top: 11px;
	padding-top: 11px;
}
ul.krown-list li:first-child, ol.krown-list li:first-child, .woo-tabs .panel ul li:first-child, .krown-pricing-content ul li:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.woo-tabs .panel ul li {
	list-style: circle inside;
}
ol {
	list-style: decimal inside;
	margin-bottom: 24px;
}
ul {
	list-style: disc inside;
	margin-bottom: 24px;
}
ul ul, ul ol, ol ol, ol ul {
	margin-left: 20px;
}

ul.check li {
	list-style: none;
}
ul.check li:before {
	content: "✓";
	font-family: fontello;
	font-size: 12px;
	margin-right: 9px;
	position: relative;
	top: -1px;
}

.dropcap {
	background: #000;
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 30px;
	font-weight: 700;
	height: 56px;
	line-height: 30px;
	margin: 8px 15px 8px 0;
	padding-top: 12px;
	text-align: center;
	width: 56px;
}

pre, code, tt {
	background: #fff;
	border: 1px solid #e9e9e9;
	font-family: Consolas, Courier, Monaco, monospace;
	font-size: 12px;
	line-height: 19px;
	margin: 18px 0;
	padding: 15px;
	white-space: pre-wrap;
	word-wrap: break-word;
}

dt {
	float: left;
	clear: both;
	margin: 0 2% 10px 0;
	font-weight: bold;
	width: 20%;
	text-align: right;
}
dt:after {
	content: ":";
}
dd {
	float: right;
	width: 78%;
	margin-bottom: 10px;
}
dl:after {
	content: "";
	display: block;
	clear: both;
}

table {
	width: 100%;
	border: 1px solid #e9e9e9;
	text-align: left;
}
table thead h4 {
	font-size: 10px;
	line-height: 18px;
	text-transform: uppercase;
	margin-bottom: 0;
}
table tr {
	border-top: 1px solid #e9e9e9;
}
table thead tr {
	border-top: none;
}
table th, table td {
	min-height: 41px;
	padding: 10px 14px 8px;
	border-right: 1px solid #e9e9e9;
}

sub, sup {
	font-size: .7em;
	line-height: .7em;
}
sub {
	vertical-align: bottom;
}
sup {
	vertical-align: top;
}
del {
	color: #959595;
}

var {
	font-family: Consolas, Courier, Monaco, monospace;
}

blockquote {
	border-left: 3px solid #939393;
	padding: 15px 0 15px 40px;
	margin: 28px 0;
	color: #5a5a5a;
	font-family: Cambria, 'Droid Serif', Georgia, serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	font-style: italic;
}
blockquote cite {
	color: #999999;
	display: inline-block;
	float: right;
	font-family: 'raleway';
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 14px;
	margin-top: 30px;
	text-align: right;
	text-transform: uppercase;
	width: 100%;
}
q {
	border-left: 3px solid #b3b3b3;
	font-style: italic;
	padding-left: 15px;
}
blockquote p:first-child {
	margin-bottom: 0;
}

/* ---------------------------------------------------------------------------------
------------------------------   HEADER   ----------------------------------
------------------------------------------------------------------------------------*/

/* ------------------------
-----   Header   -----
------------------------------*/

#header {
	position: relative;
	background: #fff;
	box-shadow: 0 5px 5px rgba(0,0,0,.04);
	display: table;
	width: 100%;
}
#header > div {
	display: table-cell;
	vertical-align: middle;
}

body.sticky-header #header {
	position: fixed;
	z-index: 9999;
}
body.sticky-header #footer1 {
	margin-top: 100px;
}

#logo {
	float: left;
	display: inline-block;
}
#logo .retina {
	display: none;
}
#logo img.default {
	width: auto;
}

#custom-header {
	position: relative;
	top: -60px;
	left: 0;
	margin-bottom: 30px;
	width: 100%;
	background: #fff;
}

.header-image {
	background-repeat: no-repeat;
	background-position: center center;
	webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#custom-header .cta {
	float: left;
	position: relative;
	height: 100%;
	overflow: hidden;
}
#custom-header .cta-back {
	background-repeat: no-repeat;
	background-position: center center;
	webkit-background-size: cover;
	background-size: cover;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom;
}
#custom-header .cta .cta-holder {
	display: table;
	width: 100%;
	height: 100%;
	background: #333;
	background: rgba(0,0,0,.4);
	position: relative;
}
#custom-header .cta h2 {
	font-size: 56px;
	line-height: 56px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	cursor: default;
}
#custom-header .cta-link {
	position: absolute;
	top: 50%;
	margin-top: 120px;
	width: 100%;
	left: 0;
	text-align: center;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
}
#custom-header .cta a {
	margin: 0;
	font-size: 18px;
	line-height: 61px;
	color: #fff;
	height: 66px;
	border: 2px solid #fff;
	border-radius: 5px;
	padding: 0 50px;
	background: transparent;
	font-weight: 400;
}
#custom-header .cta a:hover {
	background: #fff;
	color: #333 !important;
}
.no-touch #custom-header .cta:hover .cta-holder, #custom-header .cta.hover .cta-holder {
	background: rgba(0,0,0,.7);
}
.no-touch #custom-header .cta:hover .cta-back, #custom-header .cta.hover .cta-back {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.no-touch #custom-header .cta:hover h2, #custom-header .cta.hover h2 {
	padding-bottom: 50px;
}
.no-touch #custom-header .cta:hover .cta-link, #custom-header .cta.hover .cta-link {
	margin-top: 70px;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}
#custom-header .cta-holder, #custom-header .cta-holder h2, #custom-header .cta-link, #custom-header .cta-back {
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

#map-contact {
	height: 460px;
	width: 100%;
	margin-bottom: 80px;
}
#map-contact:after {
	background: transparent;
	content: "";
	display: block;
	height: 14px;
	left: -5%;
	position: absolute;
	top: -14px;
	width: 110%;
}
.page-template-template-contact-php .header-image {
	background: url(images/preloader-f7.gif) no-repeat center center #f7f7f7;
}
.page-template-template-contact-php .header-image.remove-preloader {
	background-image: none;
}

/* ------------------------
-----   Menu    -----
------------------------------*/

#main-menu {
	position: relative;
	float: right;
}
#main-menu ul {
	margin-bottom: 0;
	list-style: none;
}

.top-menu {
	display: inline-block !important;
	float: left;
}
.top-menu a {
	color: #1f1f1f;
	display: block;
}

.top-menu > li {
	display: inline-block;
	position: relative;
	float: left;
	margin-left: 45px;
}
.top-menu > li:first-child {
	margin-left: 0;
}
.top-menu > li > a {
	font-weight: 600;
	font-size: 15px;
	line-height: 15px;
	border-bottom: 2px solid transparent;
	color: #1b1b1b;
	padding: 4px 0;
}
.top-menu > li:hover > a {
	border-bottom-color: #1b1b1b;
}
.top-menu li.green > a {
	color: #55AE57;
}
.top-menu li.green:hover > a {
	border-bottom-color: #55AE57;
	color: #55AE57;
}
.top-menu > li.selected > a {
	color: #EF493F;
	border-bottom-color: #EF493F;
}

.no-js .top-menu > li:hover .sub-menu-holder {
	display: block;
}

.sub-menu-holder {
	position: absolute;
	display: none;
	padding-top: 37px;
	z-index: 999;
}
.sub-menu {
	left: 0;
	box-shadow: 4px 4px 8px rgba(0,0,0,.06);
	margin: 0;
	z-index: 9999;
	border-top: 1px solid #e9e9e9;
}
html.ie8 .sub-menu {
	border: 1px solid #e9e9e9;
	border-width: 0 2px 2px 0;
	margin-top: -2px;
}
.sub-menu li  {
	padding: 0;
	width: 100%;
	border-top: 1px solid #e9e9e9;
	background: #fff;
}
.sub-menu li:first-child {
	border-top: none;
}
.sub-menu li a {
	text-align: left;
	text-transform: none;
	margin: 0;
	font-size: 13px;
	line-height: 13px;
	color: #212121;
	font-weight: 500;
	padding: 16px 20px 15px;
}
.sub-menu li:hover {
	background-color: #EF493F;
}
.sub-menu li:hover, .sub-menu li:hover + li {
	border-color: #EF493F;
}
.sub-menu li.selected {
	background-color: #e9e9e9 !important;
}
.sub-menu li.selected, .sub-menu li.selected + li {
	border-color: transparent !important;
}
.sub-menu li:hover a {
	color: #fff;
}
.sub-menu li.selected a {
	color: #212121;
}

.no-js .sub-menu > li:hover .third-menu {
	display:block;
}

.third-menu {
	position: absolute;
	left: 195px;
	top: -1px !important;
	display: none;
	box-shadow: 4px 4px 4px -2px rgba(0,0,0,.1);
	margin: 0;
}
.third-menu li:first-child {
	border-top: none;
}
.third-menu li:hover > a {
	background-color: #db4030;
	color: #fff !important;
}
.third-menu a {
	color: #6b6b6b !important;
}

#main-menu .responsive-menu {
	display: none;
}

.header-dark .top-menu a {
	opacity: .5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	color: #fff;
}
.header-dark .sub-menu a {
	color: #6b6b6b;
}
.header-dark .top-menu > li.selected > a, .header-dark .top-menu > li:hover > a {
	color: #fff;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.menu-fix {
	display: block !important;
	position: fixed !important;
	width: auto !important;
	top: 0;
	left: 0;
}

/* ------------------------
-----   Page Title -----
------------------------------*/

#page-title {
	margin-bottom: 50px;
}
#page-title .title {
	font-size: 30px;
	line-height: 38px;
	font-weight: 400;
	color: #1b1b1b;
	margin: 0 20px 0 0;
}
#page-title .subtitle {
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	color: #5b5b5b;
	margin: 0 0 0 0;
	text-transform: none;
}
#page-title .subtitle:after {
	display: none;
}

/* ---------------------------------------------------------------------------------
------------------------------   FOOTER   ----------------------------------
------------------------------------------------------------------------------------*/

/* First footer */

#footer1 {
	background: #1c1c1c;
	padding: 100px 0;
}

.footer {
	font-size: 14px;
	line-height: 22px;
}
.footer .widget-title {
	color: #e9e9e9;
}
.footer .widget a {
	color: #bebebe;
}
.footer .widget a:hover, .footer .widget ul li.current-cat a:hover, .footer .widget ul li.current_page_item a:hover {
	color: #F75146;
}

.footer .krown-social i:before {
	color: #797979;
}
.footer .krown-social a:hover i:before {
	color: #F75146;
}

.footer form {
	color: #bebebe;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
	position: relative;
}
.footer form p {
	margin-bottom: 0;
}
.footer input, .footer textarea {
	background: #000;
	color: #bebebe;
	border: none;
	margin-bottom: 20px;
}
.footer input:focus, .footer textarea:focus {
	background: #222 !important;
	color: #bebebe !important;
}
.footer input[type="submit"] {
	background: #d4362c !important;
	color: #1b1b1b !important;
}
.footer input[type="submit"]:hover {
	background: #e9e9e9 !important;
	color: #1b1b1b !important;
}
.footer input.wysija-submit[type="submit"] {
	font-family: 'fontello';
	border-radius: 0 5px 5px 0;
	height: 46px !important;
	margin: 0 !important;
	padding: 2px 0 0 1px !important;
	position: absolute;
	right: 0;
	top: 0;
	width: 43px !important;
	font-size: 17px;
}

.footer .widget ul li.current-cat a, .footer .widget ul li.current_page_item a {
	color: #bebebe;
	font-weight: 500;
	padding-left: 0;
}
.footer .widget ul li.current-cat:before, .footer .widget ul li.current_page_item:before {
	display: none;
}

/* Second footer */

#footer2 {
	background: #000;
	padding: 22px 0 20px;
}
#footer2 .widget {
	color: #595959;
	font-size: 12px;
	line-height: 20px;
}

/* ------------------------
-----   GTT button  -----
------------------------------*/

#top {
	width: 34px;
	height: 34px;
	color: #fff;
	background: #212121;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 9999;
	visibility: hidden;
	-webkit-transition: background 150ms linear, opacity 500ms linear, visibility 500ms linear;
	transition: background 150ms linear, opacity 500ms linear, visibility 500ms linear;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
}
#top:after {
	content: "";
	display: inline-block;
	font-family: fontello;
	font-size: 22px;
	line-height: 34px;
	text-align: center;
	width: 34px;
}
.no-touch #top:hover {
	background: #F75146;
}
#top.show {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	visibility: visible;
}

/* ---------------------------------------------------------------------------------
------------------------------   CROWDFUNDING   ----------------------------------
------------------------------------------------------------------------------------*/

/* ------------------------
-----   Single Campaign  -----
------------------------------*/

/* Tabs */

#project-container.krown-tabs .titles, #content .memberdeck .dashboardmenu {
	margin-top: 5px;
}
.krown-tabs .titles, .krown-tabs .titles li,  #content .memberdeck .dashboardmenu, #content .memberdeck .dashboardmenu li {
	border-color: #d0d0d0;
	height: 57px;
}
.krown-tabs .titles li h5, #content .memberdeck .dashboardmenu li a {
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	border-top: 1px solid transparent;
	padding: 2px 40px 0 !important;
	text-transform: uppercase;
}
.krown-tabs .titles li h5 a, #content .memberdeck .dashboardmenu li a {
	color: #000;
}
.no-touch .krown-tabs .titles li h5:hover, .no-touch #content .memberdeck .dashboardmenu li a:hover {
	background: #ececec;
}
.no-touch .krown-tabs .titles li h5:hover a, .no-touch #content .memberdeck .dashboardmenu li a:hover {
	color: #F75146;
}
.krown-tabs .titles li.opened, #content .memberdeck .dashboardmenu li.active {
	border-bottom-color: #f8f8f8;
	border-top-color: #000;
	cursor: default;
}
.krown-tabs .titles li.opened h5, #content .memberdeck .dashboardmenu li.active a {
	border-top-color: #000;
	font-weight: 700;
	pointer-events: none;
	color: #000 !important;
}
#project-container.krown-tabs .contents {
	margin: 40px 0 0;
	padding: 0 0 80px;
	width: 74.1%;
	background: #fff;
	float: left;
}

/* Project Content */

#project-container .project-header img {
	width: 100%;
	max-width: none;
}
#project-container .project-content {
	padding: 50px 50px 0;
}
#project-container .project-content > *:first-child {
	margin-top: 0;
}
#project-container #comments-title {
	margin: 0;
}
#project-container .video-container iframe {
	max-width: none;
	width: 100%;
}

/* Aside panel */

#project-sidebar {
	width: 22%;
	float: right;
	margin: 40px 0;
	position: static;
}

.panel {
	position: relative;
	padding: 50px 30px 40px;
	border-bottom: 1px solid #e5e5e5;
}

#project-sidebar .id-product-title, #project-sidebar .id-product-description {
	display: none;
}

#project-sidebar .id-widget.ignitiondeck {
	display: none;
}
#project-sidebar .id-widget {
	text-align: center;
	background: #fff;
}
.id-widget .id-progress-raised, .id-widget .id-product-total, .id-widget .id-product-days, .ignitiondeck.id-mini .id-product-days {
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	color: #431616;
	margin: 25px 0 5px;
	display: block;
}
.id-widget .id-product-funding, .id-widget .id-product-pledges, .id-widget .id-product-days-to-go, .ignitiondeck.id-mini .id-product-days-to-go {
	font-size: 13px;
	line-height: 13px;
	color: #949494;
	margin: 0;
}
.id-widget .krown-button, .ignitiondeck.id-mini .btn-container {
	margin: 25px 0 0;
	width: 100%;
}
.id-widget .id-product-proposed-end, .ignitiondeck.id-mini .id-product-proposed-end {
	line-height: 16px;
	margin: 25px 0 0;
	font-size: 11px;
	color: #acacac;
}
.id-widget .id-product-proposed-end .id-widget-date * {
	display: inline;
}
.poweredbyID a {
	font-size: 11px;
	line-height: 14px;
	color: #acacac;
	text-align: right;
	display: block;
	margin: 10px;
}
.poweredbyID a:hover {
	color: #F75146;
}

#project-p-author {
	margin-top: -25px;
	text-align: left;
	border-bottom: 0;
}
#project-p-author .comment-content {
	padding-left: 85px;
}
#project-p-author span {
	font-size: 13px;
	line-height: 20px;
	display: block;
	margin: -5px 0 10px;
}
#project-p-author h6 {
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	margin: 0;
}
#project-p-author .author-meta {
	margin: 15px 0 0;
	list-style: none;
}
#project-p-author .author-meta li, #project-p-author .author-meta a {
	color: #F75146;
	font-size: 13px;
	line-height: 20px;
}
#project-p-author .author-meta li {
	padding: 0;
	margin: 2px 0;
}
#project-p-author .author-meta a:hover {
	color: #1b1b1b;
}

/* Pie */

.krown-pie {
	text-align: center;
}
.krown-pie .holder {
	width: 136px;
	height: 141px;
	margin: auto;
	position: relative;
	overflow: hidden;
	left: -1px;
}
.krown-pie .holder span {
	display: block;
	position: relative;
	z-index: 5;
}
.krown-pie .pie-holder {
	position: absolute;
	top: 1px;
	left: 1px;
	width: 134px;
	height: 134px;
	border: 10px solid #e5e5e5;
	border-radius: 75px;
	z-index: 1;
}
.krown-pie .pie-canvas {
	left: -11px;
	position: absolute;
	top: -11px;
	z-index: 2;
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}
.krown-pie .value {
	font-size: 42px;
	line-height: 42px;
	color: #431616;
	font-weight: 700;
	top: 47px;
	letter-spacing: -3px !important;
}
.krown-pie .holder sup {
	font-size: 26px;
	line-height: 26px;
}

.krown-pie.small, .krown-pie.small .holder {
	width: 62px;
	height: 62px;
}
.krown-pie.small .pie-holder {
	width: 58px;
	height: 58px;
	border: 4px solid #ededed;
}
.krown-pie.small .pie-canvas {
	left: -6px;
	top: -5px;
}
.krown-pie.small .value {
	font-size: 18px;
	line-height: 18px;
	top: 19px;
	letter-spacing: -1px !important;
}
.krown-pie.small .holder span {
	display: inline-block;
}
.krown-pie.small .holder sup {
	font-size: 10px;
	line-height: 10px;
}

html.ie8 .krown-pie.large .holder {
	height: 50px;
}
html.ie8 .krown-pie.large .value {
	top: 0;
}
html.ie8 .krown-pie.large .value:after {
	content: "%";
}
html.ie8 .krown-pie.small .value {
	font-size: 24px;
	line-height: 24px;
	top: 17px;
}

/* Pledge Form */

.id-widget {
	padding: 0;
}
.id-widget .level-binding {
	padding: 35px 30px;
	border-top: 1px solid #e5e5e5;
	display: block;
	text-align: left;
}
.id-widget .level-binding[href] {
	cursor: pointer;
}
.id-widget .level-binding[href]:hover {
	background: #FFFEF1;
}
.id-widget .id-level-title {
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	color: #1b1b1b;
	font-style: normal;
	font-weight: 700;
	margin: 0;
}
.id-widget .id-level-desc {
	color: #5a5a5a;
	font-size: 14px;
	line-height: 21px;
	margin-top: 22px;
}
.id-widget .backers {
	margin: 3px 0 22px;
}
.id-widget .backer-count {
	color: #1b1b1b;
	font-size: 13px;
	line-height: 13px;
}
.id-widget .icon-user:before {
	content: "";
	font-family: 'fontello';
	font-size: 17px;
	margin-right: 4px;
	position: relative;
	color: #F75146;
	top: 1px;
}
.id-widget .id-level-counts {
	font-size: 12px;
	line-height: 14px;
	color: #949494;
	margin: 18px 0 0;
	display: inline-block;
}

/* Pledge lightbox */

.idc_lightbox .project_image {
	width: 100%;
	height: 226px;
}
.idc_lightbox .form_header {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 18px;
}
.ignitiondeck.idc_lightbox form .twothird {
	width: 64.2% !important;
}
.idc_lightbox .form_header em {
	font-style: normal;
	color: #1b1b1b;
}
form .form-row .idc-dropdown:after {
	display: none;
}
.idc-dropdown {
	margin-top: 5px;
}
.ignitiondeck form .form-row .idc-dropdown__select, .ignitiondeck form .form-row.pretty_dropdown select, .memberdeck form .form-row .idc-dropdown__select {
	border: 1px solid #eaeaea;
	border-radius: 5px;
	height: 47px;
	padding-top: 13px;
	padding-bottom: 11px;
	cursor: pointer;
}
.idc-dropdown span, .memberdeck form .form-row .idc-dropdown {
	font-size: 12px !important;
	padding-top: 2px;
	padding-left: 5px;
	font-style: normal !important;
	background-position: right 11px;
}
.idc_lightbox .form-row.text {
	margin-top: 0;
}
.ignitiondeck form .form-row .idc-dropdown:before, .memberdeck form .form-row .idc-dropdown:before {
	background: url(images/arrow.png) no-repeat 9px 5px #fff;
	border-color: transparent #e9e9e9 transparent transparent;
	border-radius: 5px;
	border-style: solid;
	border-width: 0 1px 0 0;
	bottom: auto;
	height: 45px;
	right: 0;
	top: 1px !important;
	width: 42px;
	cursor: pointer;
}
.memberdeck form .form-row .idc-dropdown {
	padding: 0;
	margin-bottom: 20px;
	margin-top: -20px;
}
.memberdeck form .form-row .idc-dropdown:before {
	top: 3px;
}
.memberdeck form .form-row button[name="cancel_sub"] {
	height: 47px;
	margin-top: -20px;
	position: relative;
	top: -4px;
	padding-top: 17px !important;
}
.ignitiondeck form .form-row .idc-dropdown:after, .ignitiondeck form .form-row.pretty_dropdown:after {
	display: none;
}
.ignitiondeck.idc_lightbox .form-row.total {
	padding: 0;
	margin-top: 0;
}
.idc_lightbox {
	border-radius: 0;
}
.idc_lightbox .total span {
	background: #fff;
	border: 1px solid #eaeaea;
	color: #ccc;
	cursor: default;
	display: block;
	font-size: 14px;
	line-height: 22px;
	padding: 12px 17px;
	margin-top: 5px;
	border-radius: 5px;
	height: 47px;
}
.ignitiondeck.idc_lightbox .form-row label {
	margin-bottom: 0;
}
.ignitiondeck.idc_lightbox .form-row.submit input[type="submit"].btn {
	font-size: 12px !important;
	line-height: 12px !important;
	font-weight: 700 !important;
	padding: 13px 20px !important;
	height: 38px !important;
	margin-bottom: 0 !important;
}
.memberdeck button.invert, .memberdeck input.invert[type="submit"], .memberdeck form .form-row input.invert[type="submit"], .memberdeck .button.invert {
	background: none repeat scroll 0 0 #e9e9e9;
	color: #888 !important;
}
.memberdeck button.invert:hover, .memberdeck input.invert[type="submit"]:hover, .memberdeck form .form-row input.invert[type="submit"]:hover, .memberdeck .button.invert:hover {
	background: #888;
	color: #fff !important;
}

.mfp-bg {
	z-index: 99991;
}
.mfp-wrap {
	z-index: 99992;
}

/* Projects page */

ul.md-projects-list {
	margin-bottom: 30px;
}
.md-projects-list li {
	height: 100px;
	width: 100%;
	position: relative;
	float: left;
	border-bottom: 1px solid #e5e5e5;
	display: table !important;
	cursor: default;
}
.md-projects-list li:first-child {
	border-top: 1px solid #e5e5e5;
}
.memberdeck .md-profile .md-projects-list li:hover {
	background: #f8f8f8 !important;
}
.md-projects-list .thumb {
	width: 148px;
	height: 100px;
	background: #ddd;
	position: absolute;
	top: 0;
	left: 0;
}
.md-projects-list .content {
	display: table-cell;
	vertical-align: middle;
	padding-left: 190px;
}
.md-projects-list .title {
	float: left;
}
.md-projects-list .title h4 {
	font-size: 18px;
	line-height: 26px;
	color: #1b1b1b;
	font-weight: 700;
	margin-bottom: 0;
}
.md-projects-list .title h6 {
	font-size: 13px;
	line-height: 18px;
	color: #959595;
	font-weight: 400;
	margin-bottom: 0;
}
.md-projects-list .buttons {
	float: right;
	margin-top: 10px;
}
.md-projects-list .buttons a {
	margin-right: 20px;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility: hidden;
}
.md-projects-list .buttons i, .memberdeck .md-profile a i {
	color: #9e9e9e;
	font-size: 18px;
}
.md-projects-list .buttons a:hover i, .memberdeck .md-profile a i:hover {
	color: #F75146;
}
.memberdeck .md-profile .md-projects-list li:hover a {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility: visible;
}

.memberdeck .md-profile i.fa-file-text-o {
	font-size: 15px;
}

/* Order info */

.idc-social-sharing-box .idc-order-info {
	width: 100%
}
.idc-social-sharing-box .idc-order-info h2 {
	color: #333;
	font-size: 20px;
	text-transform: uppercase;
}
.idc-social-sharing-box .idc-order-info .table td.orderinfo {
	font-size: 17px;
	padding-top: 12px;
}
.idc-social-sharing-box .idc-order-info .order-details-grid .table .rowbg th {
	border: none !important;
	padding-top: 17px !important;
}
.idc-social-sharing-box .idc-order-info tr.details td.right, .print-details tr.print td.right {
	border-top: 0 !important;
}
.idc-social-sharing-box .idc-order-info table th, .idc-social-sharing-box .idc-order-info table td {
	border: none;
}
.idc-social-sharing-box .idc-order-info .order-details-grid .table .totalprice {
	background-color: #f7f7f7 !important;
	padding-top: 21px !important;
}
.idc-social-sharing-box .idc-order-info .print-details .table a.receipt, .idc-social-sharing-box .social-sharing-options-wrapper .friendlink .text a {
	color: #000;
}
.idc-social-sharing-box .social-sharing-options-wrapper {
	background: none;
	padding: 0;
}
.idc-social-sharing-box .social-sharing-options-wrapper h2 {
	color: #000;
	font-size: 18px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.idc-social-sharing-box .idc-order-info * {
	border-color: #e9e9e9 !important;
}
.idc-social-sharing-box .idc-order-info table .dates {
	border: none !important;
}

/* Stretch goals */

.idstretch {
	border: solid 0 #e5e5e5;
	border-width: 1px 0;
	margin-bottom: -1px;
	padding: 20px 0;
}
.idstretch.obscured {
	padding: 10px 0;
}
.idstretch .id-product-infobox {
	text-align: left;
}
.idstretch .id-product-infobox .title {
	color: #1b1b1b;
	font-size: 18px;
	line-height: 26px;
}
.idstretch.obscured .id-product-infobox .title { 
	color: #a9a9a9;
}
.idstretch .id-product-infobox .idstretch-text {
	font-size: 14px;
	line-height: 22px;
	color: #5a5a5a;
}
.idstretch-progress, .idstretch-progressbar {
	width: 62px !important;
	height: 62px !important;
	background: none !important;
}
.idstretch-progress {
	float: right;
}

.project_disclaimer {
	font-size: 13px;
	line-height: 18px;
}
.ignitiondeck .project_disclaimer p {
	margin: 0 0 20px;
}

/* Dashboard final adjustments */

.memberdeck .md-profile .md-avatar img {
	border-radius: 0;
	position: relative;
	top: 0;
}
.memberdeck .md-profile .md-fullname {
	padding-top: 0;
	color: #1b1b1b;
	position: relative;
	top: 0;
}
.memberdeck .md-profile .md-membership {
	color: #a5a5a5;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 16px;
	position: relative;
	top: 0;
}
.memberdeck .md-profile .md-registered {
	font-size: 11px;
	margin-top: 20px;
	line-height: 16px;
	color: #bbb;
	position: relative;
	top: 0;
}
.memberdeck h3 {
	text-align: left !important;
}
.memberdeck .md-box h3.big:after, .memberdeck .md-box h3.big:empty, .memberdeck .md-dash-sidebar ul li h3:after {
	display: none;
}
.memberdeck .md-box.half:nth-child(2n) {
	padding-left: 20px;
}
.memberdeck .md-box.half:nth-child(2n+1) {
	padding-right: 20px;
}
.memberdeck .md-box {
	border-color: transparent !important;
	padding-top: 20px;
}
.memberdeck .md-box:first-child, .memberdeck .md-box.half:nth-child(2) {
	padding-top: 0;
}
.md-dash-sidebar {
	margin-top: 50px;
}
.memberdeck .md-dash-sidebar ul {
	margin: 0 0 24px;
}
.memberdeck .md-dash-sidebar > ul {
	margin: -10px 0 20px;
}
.memberdeck .md-dash-sidebar ul li h3 {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	margin: 0 0 18px;
	text-transform: uppercase;
	border: 0;
}

.ignitiondeck.backer_profile .backer_info .backer_title + p {
	clear: both;
}

/* ------------------------
-----   Grid  -----
------------------------------*/

/* Grid settings */

.krown-id-grid {
	margin: -40px 0 0 -20px;
	width: 110%;
}
.krown-id-item {
	width: 255px;
	float: left;
	margin: 40px 20px 0;
	background: #fff;
	position: relative;
}
.krown-id-item .fancybox-thumb {
	width: 100%;
}
.krown-id-item .container {
	padding: 0 30px 40px;
}
.krown-id-item .container a:hover h3 {
	color: #F75146;
}
.krown-id-item .title {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	margin: 35px 0 15px;
	color: #1b1b1b;
	text-transform: none;
}
.krown-id-item .title:after {
	display: none;
}
.krown-id-item .cats {
	font-size: 12px;
	line-height: 16px;
	color: #949494;
	font-weight: 500;
	margin-bottom: 20px;
}
.krown-id-item .content {
	font-size: 14px;
	line-height: 22px;
	color: #5a5a5a;
	font-weight: 500;
}
.krown-id-item .meta {
	margin-top: 45px;
}
.krown-id-item ul {
	list-style: none;
	position: relative;
	top: -52px;
	left: 56px;
	padding-right: 56px;
	margin-bottom: -52px;
}
.krown-id-item li {
	font-size: 13px;
	line-height: 13px;
	color: #949494;
	font-weight: 500;
	padding: 3px 0 3px 15px;
}
.krown-id-item li span {
	font-weight: 700;
	color: #431616;
}

.carousel {
	width: 100%;
	height: auto;
	overflow: visible;
	position: relative;
	margin-left: 0;
	margin-bottom: 40px;
}
.carousel > .holder {
	overflow: hidden;
	position: relative;
}
.carousel .carousel-holder {
	width: 9999px;
	margin-left: -20px;
}
.carousel .btn {
	color: #a7a7a7;
	font-size: 28px;
	line-height: 28px;
	position: absolute;
	top: 50%;
	margin-top: -40px;
}
.carousel .btn:hover {
	color: #1b1b1b;
}
.carousel .btn-prev {
	left: -90px;
}
.carousel .btn-next {
	right: -90px;
}
.carousel .btn.disabled {
	pointer-events: none;
	cursor: default;
	opacity: .3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

/* Default mini widget */

.id-widget {
	background: #fff;
}
.ignitiondeck .id-product-infobox {
	background: none;
}
.ignitiondeck.id-mini .progress-wrapper {
	height: auto;
	background: none;
	margin-top: 20px;
}
.ignitiondeck .id-product-days, .ignitiondeck .id-product-days-to-go {
	display: block;
	font-weight: 400;
}
.ignitiondeck.id-mini .btn-container {
	height: 70px;
	margin-top: 35px;
}
.ignitiondeck.id-mini .img_cur {
	padding: 20px;
	margin: -20px 0;
}
.ignitiondeck h2.id-product-title a {
	color: #1b1b1b;
}
.ignitiondeck h2.id-product-title a:hover {
	color: #F75146;
}

/* ------------------------
-----   Profile  -----
------------------------------*/

/* Dashboard menu */

.memberdeck .dashboardmenu {
	border-top: 0;
	background: none;
	border: none;
}
.memberdeck .dashboardmenu:after {
	content: "";
	clear: both;
	display: block;
}
.memberdeck .dashboardmenu li.active, .memberdeck .dashboardmenu li.active a {
	background: none;
}

/* My account */

.memberdeck .md-box-wrapper, .ignitiondeck .id-fes-form-wrapper, .ignitiondeck.backer_profile, .wrap-md div.memberdeck, .md-requiredlogin {
	background: #fff;
	border: none;
	color: #5a5a5a;
	margin-top: 40px;
	clear: left;
	padding: 50px;
	text-align: left;
}
.memberdeck .md-profile, .wrap-md div.memberdeck {
	margin: 0;
}
.memberdeck .md-profile h2:first-child, .ignitiondeck .id-fes-form-wrapper .fes_section:first-child > h3, .md-requiredlogin > h3:first-child, .md-profile > h3:first-child, .project-content > h3:first-of-type, * > h3:first-child {
	margin-top: 0;
}

.memberdeck form .form-row, .ignitiondeck form .form-row {
	margin: 15px 0 0 0;
	clear: left;
	padding: 0 !important;
}
.memberdeck form, .memberdeck .md-profile, .ignitiondeck form {
	font-size: 14px;
	line-height: 22px;
}
.memberdeck form p, .ignitiondeck form p {
	margin: 0 0 24px;
}
.memberdeck form .form-row input.twitter, .memberdeck form .form-row input.facebook {
	margin-bottom: 20px;
}
.ignitiondeck .form-row p {
	margin: 0;
}
.memberdeck form a, .memberdeck a, .memberdeck .md-box table td a i {
	color: #333;
}
.memberdeck .idc-terms-checkbox {
	background: transparent;
	line-height: 20px;
	margin: 0;
	padding-top: 8px;
	border: none;
}
.memberdeck .idc-terms-checkbox .form-row {
	margin-top: 0;
}
input.terms-checkbox-input {
	float: left;
	margin: 10px -30px 0 20px !important;
}

.memberdeck h2.inline {
	margin-bottom: 38px;
}
.memberdeck p.inline {
	margin-bottom: 24px;
}
.ignitiondeck h3 {
	clear: left;
}

/* My account (form elements) */

.memberdeck form .form-row.half {
	width: 47.5%;
}
.memberdeck form .form-row.quarter {
	width: 21.5%;
}
.memberdeck form .form-row.half, .memberdeck form .form-row.quarter {
	margin-left: 4%;
}
.memberdeck form .form-row.half.first, .memberdeck form .form-row.quarter.first {
	margin-left: 0;
}
.memberdeck form .form-row textarea.description {
	height: 242px;
}

/* Submit project (form details) */

.ignitiondeck form .form-row {
	width: 100%;
}
.ignitiondeck form .form-row.half, .ignitiondeck form .half {
	width: 48%;
}
.ignitiondeck form .form-row.twothird, .ignitiondeck form .twothird {
	width: 65.2%;
	margin-left: 4% !important;
}
.ignitiondeck form .form-row.third, .ignitiondeck form .third {
	width: 30.3%;
	margin-left: 4% !important;
}
.ignitiondeck form .form-row.left {
	margin: 0 !important;
}
.ignitiondeck form .form-row.half.left, .ignitiondeck form .half.left {
	margin-right: 4% !important;
}
.ignitiondeck form input, .ignitiondeck form textarea, .ignitiondeck form .wp-editor-container, .memberdeck form input, .memberdeck form textarea, .ignitiondeck form select {
	margin-bottom: 20px !important;
}
.ignitiondeck form .fes_section {
	margin: 0;
	padding: 0;
	background: transparent;
}

.wrap-md .memberdeck, .memberdeck .checkout-header, .memberdeck form .finaldesc, .memberdeck form .finaldesc p {
	text-align: left !important;
}
.memberdeck form .finaldesc, .memberdeck form .finaldesc p {
	padding-left: 0;
	font-size: 16px;
	line-height: 24px;
}
.memberdeck #payment-form {
	background: none;
	margin: 0;
	padding: 0;
}
.memberdeck #payment-form .checkout-header {
	margin-bottom: 50px;
}

/* Notices */

.memberdeck p.success, .memberdeck p.error, .memberdeck p.info, .memberdeck .md-profile h2 + p, .ignitiondeck .notification {
	margin: 9px 0;
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
	padding: 18px 22px;
	width: 100%;
	margin: 0 0 40px;
	min-height: 40px;
}
.ignitiondeck > .notification {
	margin: 40px 0 15px !important;
	font-size: 15px !important;
	line-height: 22px !important;
	padding: 18px 25px !important;
	text-align: left;
}

/* Remove border from headings */

.ignitiondeck form h1, .ignitiondeck form h2, .ignitiondeck form h3, .ignitiondeck form h4, .ignitiondeck form h5, .ignitiondeck form h6, .ignitiondeck form .form-level {
	border: none;
}

/* My profile page */

.memberdeck + img.avatar {
	position: absolute;
	margin-top: 90px;
	margin-left: 50px;
}
.ignitiondeck.backer_profile .backer_info .backer_avatar {
	position: absolute;
	left: 70px;
}
.ignitiondeck .backer_info {
	width: 100% !important;
}
.ignitiondeck.backer_profile .backer_info img.avatar {
	border-radius: 0;
}
.ignitiondeck .backer_title {
	float: left;
	margin-left: 170px;
	padding-bottom: 80px;
	width: 75% !important;
}
.ignitiondeck.backer_profile .backer_info .backer_title {
	padding-bottom: 80px;
}
.post-type-archive .ignitiondeck.backer_profile .backer_info .backer_title {
	padding-bottom: 0;
}
.ignitiondeck .backer_data {
	position: absolute;
	right: 50px;
}
.ignitiondeck .backer_joined {
	color: #959595;
	font-size: 12px;
}
.ignitiondeck.backer_profile .id-backer-links {
	float: left;
	margin: 0;
}
.ignitiondeck .id-backer-links a {
	color: #777;
	float: left;
}
.ignitiondeck .id-backer-links a:hover {
	color: #F75146;
}

.ignitiondeck.custom {
	position: relative;
	margin-bottom: 40px;
}
.ignitiondeck.custom .backer_avatar {
	display: block !important;
	position: relative;
}
.ignitiondeck.custom .backer_avatar img.avatar {
	border-radius: 0;
	left: 0;
	position: absolute;
	width: 125px;
	top: 0;
}
.ignitiondeck.custom .backer-title {
	padding-bottom: 50px;
}
.ignitiondeck.custom .id-backer-links {
	bottom: 60px;
}
.ignitiondeck.backer_profile .id-backer-links a:before {
	font-size: 20px;
}

.ignitiondeck form .fes_section {
	clear: left;
}

/* Purchase page */

.id-purchase-form-full, .ignitiondeck .id-purchase-form-wrapper, .ignitiondeck .id-fes-form-wrapper {
	background: #fff;
}
.id-purchase-form-full {
	padding: 50px;
}
.id-purchase-form-wrapper form {
	padding: 0;
}
.ignitiondeck form .required-mark {
	color: #ddd;
	font-style: normal;
	font-weight: 500;
}
.id-purchase-form-full li:first-child h4 {
	margin-top: 0;
}
.id-checkout-level-desc, .ign-checkout-price {
	margin: 0 !important;
	padding: 0 !important;
	text-align: left !important;
}
.id-checkout-level-desc {
	margin-bottom: 20px !important;
}
.ign-checkout-price {
	margin-bottom: 40px !important;
}
.ignitiondeck form .payment-type-selector {
	text-align: left;
	margin: 10px 0 20px 0;
}
.ignitiondeck form .payment-type-selector a {
	background: none repeat scroll 0 0 #e9e9e9;
	border: 1px solid transparent;
	color: #1b1b1b !important;
	margin-left: -1px;
	filter: none !important;
}
.ignitiondeck form .payment-type-selector a:hover, .ignitiondeck form .payment-type-selector a.active {
	border-color: #666;
}
#stripe-input {
	margin-bottom: 10px;
}
#stripe-input #cvc {
	margin-left: 0 !important;
	width: 29.6%;
}
.ignitiondeck form .form-item-error-msg {
	position: relative;
	top: -20px;
}
#stripe-input .form-row.half:not(.date) {
	margin-left: 0 !important;
}
.memberdeck form .payment-errors {
	margin: 0;
	padding: 10px 20px !important;
}
.memberdeck form span.payment-errors {
	padding-top: 9px !important;
	font-weight: 500;
}
.memberdeck form .payment-errors:empty {
	display: none;
}
.md-requiredlogin form .input {
	margin-bottom: 10px !important;
}
.md-requiredlogin a.lostpassword {
	color: #1b1b1b;
}

/* Creator profile */

.ignitiondeck.id-creatorprofile {
	margin: 0 0 30px;
	padding: 25px 0;
	background: transparent;
	border: 1px solid #e9e9e9;
	border-width: 1px 0;
}
.ignitiondeck.id-creatorprofile .id-creator-avatar {
	float: left;
}
.ignitiondeck.id-creatorprofile .id-creator-avatar img {
	width: 100px;
	margin-right: 25px;
}
.ignitiondeck.id-creatorprofile .id-creator-content {
	float: left;
	width: 80%;
}
.ignitiondeck.id-creatorprofile .id-creator-name {
	color: #1b1b1b;
	font-weight: 700;
	padding-top: 0;
}
.ignitiondeck.id-creatorprofile .id-creator-location {
	color: #a9a9a9;
}
.ignitiondeck.id-creatorprofile .id-creator-links {
	float: left;
	margin: 10px 0 0;
}
.ignitiondeck.id-creatorprofile .id-creator-links a {
	background: transparent !important;
	margin: 0 10px 0 0 !important;
}
.ignitiondeck.id-creatorprofile .id-creator-links a:before {
	font-family: 'FontAwesome';
	font-weight: 300;
	height: 24px;
	left: 0;
	line-height: 24px;
	font-size: 20px;
	position: absolute;
	text-indent: 0 !important;
	top: 0;
	width: 24px;
	color: #777;
}
.ignitiondeck.id-creatorprofile .id-creator-links a:hover:before {
	color: #F75146;
}
.ignitiondeck.id-creatorprofile .id-creator-links a.website {
	text-indent: 100%;
	width: 22px;
}
.ignitiondeck.id-creatorprofile .id-creator-links a.website:before {
	content: "";
	display: block;
}
.ignitiondeck.id-creatorprofile .id-creator-links a.twitter:before {
	content: "";
}
.ignitiondeck.id-creatorprofile .id-creator-links a.facebook:before {
	content: "";
}


/* ---------------------------------------------------------------------------------
------------------------------   BLOG   ----------------------------------
------------------------------------------------------------------------------------*/

article.article {
	background: #fff;
	margin-bottom: 40px;
}

.post-title h2, .post-title h1 {
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
	color: #1b1b1b;
	margin-bottom: 25px;
}
a.post-title:hover h2, a.post-title:hover h1 {
	color: #F75146;
}

.post-header {
	width: 25%;
	float: left;
}
.post-content {
	width: 67%;
	float: right;
}
.post-content > *:first-child {
	margin-top: 0;
	padding-top: 0;
}
.post-body {
	padding: 50px 40px;
}

.post-meta {
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
}
.post-meta li:before {
	background: url(images/icons.png) no-repeat -10px 4px transparent;
	width: 20px;
	height: 25px;
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
}
.post-meta li {
	list-style: none outside none;
	padding: 7px 0 7px 31px;
	position: relative;
}
.post-meta li.comments:before {
	background-position: -10px -26px;
}
.post-meta a {
	color: #959595;
}
.post-meta a:hover {
	color: #1b1b1b;
}

.post-more {
	margin-bottom: 40px;
}

/* Pagination */

.pagination {
	margin: 60px 0 0 -5px;
	clear: left;
}
.pagination a {
	height: 34px;
	background: #fff;
	color: #323232;
	border: 1px solid #e9e9e9;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 14px;
	margin: 0 5px;
	padding: 9px 14px;
	float: left;
	text-align: center;
}
.pagination a:hover {
	color: #fff;
	background: #F75146;
	border-color: transparent;
}
.pagination a.active {
	color: #fff;
	border-color: transparent;
	background: #000;
	pointer-events: none;
}
.pagination a.none {
	pointer-events: none;
}

/* Search tweaks */

.search-results .type-page .post-meta li {
	display: none;
}
.search-results .type-page .post-meta li:first-child {
	display: block;
}
.search-results .type-page .post-title span {
	display: none;
}

/* Single tweaks */

.single-post .post-meta li {
	width: auto;
	display: inline-block;
	margin: 0 20px 0 0;
}
.single-post .post-meta {
	padding: 0;
	margin: 5px 0 -5px 2px;
	font-size: 14px;
}

.single-post .sidebar-content, .single-post .normal-content {
	width: 100%;
	position: relative;
	background: #fff;
}
.single-post .post-content {
	width: 100%
}
.single-post #comments {
	margin-top: 100px;
}
.single-post #respond {
	padding-top: 60px;
}
.single-post .tags {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	color: #888;
}
.single-post .tags a {
	color: #888;
}
.single-post .tags a:hover {
	color: #1b1b1b;
}

/* Sharing buttons */

.share-buttons {
	clear: left;
	margin-bottom: 30px;
}
.share-buttons p {
	font-size: 13px;
	line-height: 13px;
	font-weight: 500;
	color: #949494;
	float: left;
	margin: 10px 15px 0 0;
}
.share-buttons .holder {
	float: left;
}
.share-buttons a {
	line-height: 18px;
	display: inline-block;
	height: 32px;
	position: relative;
	width: 32px;
	color: #9e9e9e;
}
.share-buttons a:hover {
	color: #F75146;
}
.share-buttons a:before, .share-buttons i:before {
	font-family: 'fontello';
	font-size: 19px;
	font-style: normal;
	font-weight: 400;
	float: left;
	padding-top: 7px;
	top: 1px;
	width: 30px;
	text-align: center;
	position: relative;
}
.share-buttons a:after {
	display: none;
}
.share-buttons .btn-twitter:before {
	content: "";
}
.share-buttons .btn-facebook:before {
	content: "";
	top: 0;
}
.share-buttons .btn-pinterest:before {
	content: "";
}
.share-buttons .btn-gplus:before {
	content: "";
}

/* Comments */

#comments {
	float: left;
	width: 100%;
}
#comments-list  {
	margin-top: 50px;
}
.comment {
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}
#comments-list .children li {
	padding-left: 70px;
}
#comments-list .children .children li {
	padding-left: 140px;
}
.comment-avatar {
	position: absolute !important;
	width: 65px;
	height: 65px;
}
.comment-title {
	font-size: 14px;
	font-weight: 700;
	line-height: 19px;
	margin-top: 6px;
	color: #1b1b1b;
}
.comment-title a, .comment-reply-link {
	color: #3b3b3b;
}
.comment-title a:hover, .comment-reply-link:hover {
	color: #F75146;
}
.comment-meta span {
	font-size: 13px;
	margin-top: -20px;
	display: block;
	color: #949494;
}
.comment-content {
	float: left;
	width: 100%;
	padding-left: 90px;
	font-size: 14px;
	line-height: 22px;
}
.comment-text {
	margin-top: 15px;
}
.comment-reply-link {
	position: absolute;
	right: 0;
	top: 5px;
	font-size: 12px;
	font-weight: 500;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.comment-reply-link .krown-icon-cw {
	font-size: 14px;
	left: -7px;
	position: relative;
}
.comment:hover .comment-reply-link {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.comment-price {
	font-size: 20px;
	line-height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 0;
	color: #000;
}
#backers .comment {
	min-height: 80px;
	margin-bottom: 15px;
}
.await {
	color: #f00;
	display: block;
	margin-top: 15px;
}
#comment-form {
	margin-top: 20px;
}
.logged-in-as {
	margin-top: -5px;
}
#comments .post-excerpt {
	margin-top: 50px;
}

/* ------------------------
-----   Widgets  -----
------------------------------*/

.widget {
	margin-top: 45px;
	font-size: 14px;
	line-height: 22px;
}
.widget:first-child {
	margin-top: 0;
}
.widget-title {
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 22px;
	color: #000;
}

.widget ul {
	list-style: none;
}
.widget ul:first-child, .widget p:first-child {
	margin-top: 0;
}
.widget ul li, .widget .tagcloud a {
	padding: 5px 0;
}
.widget ul li:first-child, .widget .tagcloud a:first-child {
	padding-top: 0;
}
.widget ul a, .widget .tagcloud a {
	color: #5b5b5b;
}
.widget ul a:hover, .widget .tagcloud a:hover {
	color: #F75146;
}

.widget ul li.current-cat, .widget ul li.current_page_item {
	position: relative;
}
.widget ul li.current-cat a, .widget ul li.current_page_item a {
	color: #55AF57;
	font-weight: 700;
	padding-left: 24px;
}
.widget ul li.current-cat:before, .widget ul li.current_page_item:before {
	color: #55af57;
	content: "✓";
	display: block;
	font-family: 'fontello';
	font-size: 15px;
	font-weight: 400;
	left: 0;
	line-height: 15px;
	position: absolute;
	margin-top: 3px;
}

.widget .tagcloud a {
	display: block;
	font-size: 14px !important;
	line-height: 22px !important;
}

.widget small {
	font-size: 1em;
}
.widget .meta {
	display: block;
	margin-top: -2px;
}

.widget_calendar table {
	width: 100%;
	text-align: left;
}
.widget_calendar caption {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 15px;
}
.widget_calendar thead {
	font-weight: 700;
}
.widget_calendar tfoot a {
	margin-top: 15px;
	float: left;
}


/* ---------------------------------------------------------------------------------
------------------------------   SHORTCODES   ----------------------------------
------------------------------------------------------------------------------------*/

/* ------------------------
-----   Accordion   -----
------------------------------*/

.krown-accordion h5 {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 12px 30px 10px 35px;
	color: #1b1b1b;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
	cursor: pointer;
	position: relative;
	margin: 0 0 -1px 0;
}
.krown-accordion h5:before {
	display: block;
	position: absolute;
	content: "";
	font-family: 'fontello';
	font-size: 18px;
	text-align: center;
	font-weight: 400;
	left: 15px;
	top: 24px;
	line-height: 2px;
}
.no-touch .krown-accordion h5:hover {
	background: #f8f8f8;
	color: #F75146;
}
.krown-accordion > section.opened h5:before {
	content: "";
	left: 14px;
}
.krown-accordion > section > div {
	display: none;
	padding: 22px 20px 0 35px;
	font-size: 14px;
	line-height: 24px;
}
.krown-accordion .krown-column-row {
	margin-bottom: 40px;
}
.krown-accordion.opened:last-child {
	border-bottom: 1px solid #e9e9e9;
}
.krown-accordion .content > *:first-child {
	margin-top: 0;
}

.krown-accordion.small h5 {
	font-size: 14px;
	line-height: 22px;
	border: none;
	padding: 7px 10px 5px 20px;
}
.krown-accordion.small h5:before {
	top: 17px;
	left: 0;
}
.krown-accordion.small > section.opened h5:before {
	left: 1px;
}
.krown-accordion.small > section > div { 
	padding: 5px 0 0;
	margin-bottom: -15px;
}

/* ------------------------
-----   Alerts   -----
------------------------------*/

.krown-alert, .ignitiondeck .notification, .memberdeck form .payment-errors {
	min-height: 40px;
	margin-bottom: 10px;
	padding: 10px 20px !important;
	display: inline-block;
	width: 100%;
	box-shadow: none !important;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
}
.krown-alert p, .ignitiondeck .notification {
	margin: 9px 0;
	font-weight: 500 !important;
}
.krown-alert.error, .memberdeck p.error, .memberdeck form .payment-errors, .ignitiondeck form #message-container .notification.error {
	background: #F9E5E6;
	border: 1px solid #F7C7C9;
	color: #EF2932;
}
.krown-alert.success, .memberdeck p.success, .memberdeck .md-profile h2 + p, .ignitiondeck .notification.green {
	background: #E5F6EC;
	border: 1px solid #BADBC8;
	color: #4A9A6B;
}
.krown-alert.info, .memberdeck p.info {
	background: #D8ECF5;
	border: 1px solid #9AC9DF;
	color: #5593B1;
}
.krown-alert.notice {
	background: #FCF7D9;
	border: 1px solid #F5DC7D;
	color: #C4A11B;
}
.ignitiondeck form #message-container .notification.error p {
	margin: 5px;
}
.ignitiondeck form #message-container .notification.error {
	margin-bottom: 30px !important;
}
.close-notification {
	display: none;
}

/* ------------------------
-----   Button   -----
------------------------------*/

.krown-button {
	color: #ffffff !important;
	font-weight: 700;
	background-color: #1b1b1b;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	-webkit-transition: all 100ms linear !important;
	transition: all 100ms linear !important;
}
.krown-button:hover {
	background-color: #F75146;
}

.krown-button.color {
	background-color: #F75146;
}
.krown-button.color:hover {
	background-color: #1b1b1b;
}

.krown-button.small {
	font-size: 12px;
	line-height: 12px;
	font-weight: 700;
	padding: 13px 20px;
	height: 38px;
}
.krown-button.medium {
	font-size: 15px;
	line-height: 15px;
	padding: 20px 30px;
	height: 54px;
}
.krown-button.large {
	font-size: 18px;
	line-height: 18px;
	padding: 25px 50px;
	height: 66px;
}

.krown-button.empty {
	background: #fff;
	color: #6b6b6b !important;
	border: 1px solid #e9e9e9;
}
.krown-button.empty:hover {
	color: #fff !important;
	background: #F75146;
	border-color: transparent;
}
.krown-button.no-border {
	border: none !important;
}

/* ------------------------
-----   Columns  -----
------------------------------*/

.krown-column-container {
	float: left;
	display: block;
	margin-left: 4%;
	position: relative;
}
.span12 {
	width: 100%;
}
.span6 {
	width: 48%;
}
.span10 {
   width: 83.34%;
}
.span9 {
	width: 74%;
}
.span8 {
	width: 65.34%;
}
.span4 {
	width: 30.66%;
}
.span3 {
	width: 22%;
}
.span2 {
	width: 13.33%;
}
.krown-column-row [class*="span"]:first-child, .krown-column-row .first {
	margin-left: 0;
}

.krown-column-row {
	margin-bottom: 60px;
	position: relative;
}
.krown-column-row .krown-column-row {
	margin-bottom: 30px;
}
.krown-column-row:last-child {
	margin-bottom: 0;
}

.krown-section {
	padding: 90px 0;
	position: relative;
	z-index: 0;
	margin-bottom: 60px;
}
.krown-section:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -50%;
	width: 200%;
	height: 100%;
	z-index: -1;
	background: inherit;
}
.krown-divider {
	display: block;
	height: 1px;
	width: 100%;
	background: #e9e9e9;
}
.krown-divider.no_border {
	background: transparent;
}

.more-space {
	margin-bottom: 75px;
}
.even-more-space {
	margin-bottom: 100px;
}
.even-more-space-2 {
	margin-bottom: 150px;
}
.reduce-space {
	margin-bottom: 25px;
}
.reduce-more-space {
	margin-bottom: 0;
}
.kill-space {
	margin-bottom: -85px;
}

.no-columns-space > .krown-column-container {
	margin-left: 0 !important;
}
.no-columns-space > .span6 {
	width: 50%;
}
.no-columns-space > .span9 {
	width: 75%;
}
.no-columns-space > .span8 {
	width: 66.66%;
}
.no-columns-space > .span4 {
	width: 33.33%;
}
.no-columns-space > .span3 {
	width: 25%;
}
.no-columns-space > .span2 {
	width: 16.66%;
}

/* -------------------------------
-----   Fancybox   -----
---------------------------------*/

.fancybox-skin {
	background: transparent;
}
.fancybox-overlay {
	z-index:99998;
	background:#333;
	background:rgba(51,51,51,.95);
	overflow: hidden !important;
}
.fancybox-opened {
	z-index:99999;
}
.fancybox-opened .fancybox-skin {
	box-shadow:0 0px 13px rgba(0, 0, 0, 0.2);
}

.fancybox-nav span, .fancybox-close {
	background:url(images/sharpSprites.png) no-repeat -1px 0 #181818;
	background-color:rgba(24,24,24,.8);
	width:50px;
	height:50px;
	margin-top:-25px;
	display:block;
	text-indent:-9999px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity:0;
}
.fancybox-next span {
	background-position:-50px 0;
	right:0;
}
.fancybox-prev span {
	left:0;
}
.fancybox-close {
	background-position:-115px 0;
	right:-25px;
	top:-5px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity:1;
	visibility:visible;
}
.fancybox-nav:hover span {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity:1;
	visibility:visible;
}
.fancybox-nav span:hover, .fancybox-close:hover {
	background-color:#F75146;
}
#fancybox-loading {
	z-index:99999;
}
#fancybox-loading div {
	background:url(images/preloader-222.gif) no-repeat center center transparent;
}
.fancybox-title-float-wrap .child {
	background:transparent;
}

.fancybox-thumb {
	display: inline-block;
	position: relative;
}
.fancybox-thumb img {
	margin: 0 !important;
	float: none !important;
	vertical-align: top;
}
.fancybox-thumb span {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #222;
	background: rgba( 0,0,0,.7 );
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity 250ms linear;
	transition: opacity 250ms linear;
}
.fancybox-thumb span:before {
	background: url(images/icons.png) no-repeat 11px -108px #f75146;
	height: 40px;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	content: "";
	display: block;
}
html.ie8 .fancybox-thumb span:before {
	display: none;
}
.fancybox-thumb:hover span {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
html.ie8 .fancybox-thumb:hover span:before {
	display: block;
}

.krown-thumbnail-gallery .fancybox-thumb {
	float: left;
	margin: 1px;
}
.krown-thumbnail-gallery .fancybox-thumb.first {
	margin-left: 0;
}
.krown-thumbnail-gallery .fancybox-thumb.last {
	margin-right: -10px;
}

/* -------------------------------
-----   Form Elements   -----
---------------------------------*/

form, .memberdeck form, .ignitiondeck form {
	width: 100%;
	font-size: 14px;
	line-height: 22px;
	color: #1b1b1b;
}
form {
	font-weight: 700;
}
.memberdeck form, .ignitiondeck form {
	font-weight: 500;
}
input, textarea, select, .memberdeck form .form-row input, .memberdeck form .form-row textarea, .memberdeck form .form-row select, .ignitiondeck form .form-row input, .ignitiondeck form .form-row textarea, .ignitiondeck form .form-row select, .wp-editor-container, .md-requiredlogin form .input {
	background: #fff;
	border: 1px solid #eaeaea;
	padding: 12px 17px;
	font-size: 14px;
	line-height: 22px;
	color: #ccc;
	font-weight: 500;
	border-radius: 5px;
	width: 100%;
	font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	display: inline-block;
	resize: none;
	height: auto;
	margin: 0 0 40px 0;
	box-shadow: none !important;
	border-radius: 5px;
	text-indent: 0;
} p input {
	margin-bottom: 0;
}
textarea, .memberdeck form .form-row textarea, .ignitiondeck form .form-row textarea {
	padding: 17px;
	height: 220px;
}
input:focus, textarea:focus, .memberdeck form .form-row input:focus, .memberdeck form .form-row textarea:focus, .ignitiondeck form .form-row input:focus, .ignitiondeck form .form-row textarea:focus {
	background: #f7f7f7;
	border-color: #dfdfdf;
	color: #1b1b1b;
	outline: none !important;
}
html.ie8 input {
	padding-top: 10px;
}

.contact-error-border {
	border-color: red;
}
.success-message, .error-message {
	margin-top: 0;
}

form .column_container {
	padding-bottom: 7px;
}
form label, .memberdeck form .form-row label, .ignitiondeck form .form-row label {
	display: block;
	margin-bottom: 7px;
	font-size: 14px;
	line-height: 22px;
	color: #5b5b5b;
	font-weight: 700;
}
form label span {
	font-style: italic;
	color: #acacac;
}
input[type="submit"], .memberdeck button, .memberdeck input[type="submit"], .memberdeck form .form-row input[type="submit"], .memberdeck .button, .ignitiondeck form .main-btn, .ignitiondeck form input[type="submit"], .ignitiondeck a.learn-more-button, .ignitiondeck.idc_lightbox .form-row.submit input[type="submit"], .md-requiredlogin #wp-submit {
	color: #ffffff !important;
	background-image: none !important;
	filter: none !important;
	font-weight: 700 !important;
	background: #1b1b1b !important;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	font-size: 15px !important;
	line-height: 15px !important;
	padding: 20px 30px !important;
	height: 54px !important;
	border: none !important;
	display: inline !important;
	text-align: center;
	width: auto !important;
	cursor: pointer;
}
input[type="submit"]:hover, .memberdeck button:hover, .memberdeck input[type="submit"]:hover, .memberdeck form .form-row input[type="submit"]:hover, .memberdeck .button:hover, .ignitiondeck form .main-btn:hover, .ignitiondeck form input[type="submit"]:hover, .ignitiondeck a.learn-more-button:hover, .ignitiondeck.idc_lightbox .form-row.submit input[type="submit"]:hover, .md-requiredlogin #wp-submit:hover {
	background: #F75146;
	color: #fff !important;
}

input[type="checkbox"], input[type="radio"] {
	width: auto !important;
	height: auto !important;
	float: left;
	margin: 5px 10px 0 0 !important;
	text-align: left;
}
input[type="checkbox"] {
	-webkit-appearance: checkbox !important;
}
input[type="radio"] {
	-webkit-appearance: radio !important;
}
input, input[type="submit"], textarea {
	-webkit-appearance: none !important;
}

.wp-editor-wrap input {
	display: inline !important;
	width: auto !important;
}
.wp-editor-tabs {
	margin-right: 20px;
}
.wp-editor-tabs a {
	height: 26px !important;
	background: #fff !important;
}
.wp-editor-container {
	padding: 0;
}
div.mce-toolbar-grp {
	background: transparent !important;
}
div.mce-statusbar {
	display: none;
}
textarea.wp-editor-area {
	border: none !important;
}
textarea.wp-editor-area:focus {
	background: #fff !important;
}

#searchform {
	position: relative;
}
#s {
	background: url(images/icons.png) no-repeat right -65px #fff;
	margin: 0;
}
#submit_s {
	height: 48px;
	padding: 0 18px !important;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	top: 0;
	width: 20px;
	background: transparent !important;
	padding-right: 35px;
}

.idc_lightbox.ignitiondeck .submit.form-row:after {
	display: none;
}

/* ------------------------
-----   Flickr Feed   -----
------------------------------*/

.krown-flickr {
	margin-left: -1px;
	width: 103%;
}
.krown-flickr li {
	float: left;
	margin: 1px;
	list-style: none;
}
.krown-flickr a {
	display: block;
}
.krown-flickr img {
	vertical-align: middle;
}
.krown-flickr a:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: .6;
}

/* ------------------------
-----   Latest Posts & Projects   -----
------------------------------*/

/* Posts */

.posts-grid {
	list-style: none;
	margin-left: -20px;
	width: 110%;
}
.posts-grid .item {
	float: left;
	width: 255px;
	margin: 0 20px;
}
.posts-grid .item:nth-child(4n):after {
	display: block;
	content: "";
	height: 1px;
	width: 100%;
	clear: left;
}
.posts-grid .post-img {
	margin-bottom: 35px;
	display: block;
}
.posts-grid h3 {
	text-transform: none;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	color: #1b1b1b;
	margin: -5px 0 10px;
}
.posts-grid h3:after {
	display: none;
}
.posts-grid a:hover h3 {
	color: #F75146;
}
.posts-grid .post-cat {
	font-size: 12px;
	line-height: 12px;
	font-weight: 500;
	color: #949494;
}
.posts-grid p {
	font-size: 14px;
	line-height: 22px;
	margin: 15px 0 0 0;
}

/* ------------------------
-----   Promo Box  -----
------------------------------*/

.krown-box {
	padding: 30px;
}
.krown-box.light-1 {
	background: #fff;
	border: 1px solid #e9e9e9;
}
.krown-box.light-2 {
	background: #f9f9f9;
	border: 1px solid #e9e9e9;
}
.krown-box.dark {
	background: #222;
	color: #bbb;
}
.krown-box.color {
	background: #F75146;
	color: #fff;
}

/* ------------------------
-----   Pricing Tables  -----
------------------------------*/

.krown-pricing {
	border: 1px solid #e9e9e9;
	border-top: none;
	text-align: center;
	margin-top: 30px;
}

.krown-pricing.col-1 .krown-pricing-column {
	width: 100%;
}
.krown-pricing.col-2 .krown-pricing-column {
	width: 50%;
}
.krown-pricing.col-3 .krown-pricing-column {
	width: 33.33%;
}
.krown-pricing.col-4 .krown-pricing-column {
	width: 25%;
}
.krown-pricing.col-5 .krown-pricing-column {
	width: 20%;
}

.krown-pricing-column {
	float: left;
	border-left: 1px solid #e9e9e9;
	background: #fff;
	position: relative;
}
.krown-pricing-column:first-child {
	border-left: none;
}

.krown-pricing-title {
	border-bottom: 1px solid #e9e9e9;
	border-top: 1px solid #e9e9e9;
	padding: 25px 0 30px;
	background: #f9f9f9;
	position: relative;
}
.krown-pricing-title h3 {
	font-size: 56px;
	line-height: 56px;
	font-weight: 600;
	letter-spacing: -2px;
	color: #212121;
	margin: 0 0 20px;
}
.krown-pricing-title h5 {
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0;
}
.krown-pricing-title sub, .krown-pricing-title sup {
	color: #797979 !important;
	letter-spacing: 0;
	text-transform: none;
}
.krown-pricing-title sub {
	font-size: 14px;
	line-height: 14px;
	padding-left: 3px;
}
.krown-pricing-title sup {
	font-size: 24px;
	font-weight: 700;
	left: -5px;
	line-height: 24px;
	position: relative;
	top: 13px;
}

.krown-pricing-column.featured .krown-pricing-title {
	background: #222;
	border-color: transparent;
}
.krown-pricing-column.featured .krown-pricing-title * {
	color: #fff;
}
.krown-pricing-column.featured .featured-text {
	position: absolute;
	text-align: center;
	width: 100%;
	top: -25px;
	left: 0;
	font-size: 12px;
	line-height: 12px;
	color: #656565 !important;
}

.krown-pricing-content {
	font-weight: 500;
	font-size: 12px;
}
.krown-pricing-content ul li:first-child {
	padding-top: 11px;
}
.krown-pricing-content ul li:last-child {
	padding-bottom: 11px;
}

.krown-pricing-button {
	border-top: 1px solid #e9e9e9;
	padding: 30px 0;
}

/* ------------------------
-----   Single Image  -----
------------------------------*/

.aligncenter {
	text-align: center;
}
img.aligncenter {
	display: block;
	margin: auto;
}
.alignright {
	float: right;
	margin: 0 0 15px 15px;
}
.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}
.krown-single-image {
	margin: 0;
}

/* ------------------------
-----   Slider  -----
------------------------------*/

.flexslider {
	background: none;
	padding: 0;
	box-shadow: none;
	margin: 0;
	border-radius: 0;
	border: none;
}
.flexslider .slides {
	overflow: hidden;
}
.flexslider li {
	margin: 0;
	padding: 0;
	border: none;
}
.flexslider .slides > li {
	position: relative;
}

.flexslider.mini {
	background: url(images/preloader-f7.gif) no-repeat center center #fff;
}
.flexslider.mini .slides {
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.masonry-post .flexslider.mini {
	min-height: 0;
}

.flex-direction-nav a {
	background: #1b1b1b !important;
	color: #fff;
	height: 46px;
	line-height: 46px;
	margin-top: -23px;
	width: 43px;
	border: none !important;
	text-shadow: none !important;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
	opacity: 0 !important;
}
.flex-direction-nav a:hover {
	background: #D4362C !important;
}
.flex-direction-nav a.flex-prev {
	left: 0 !important;
	border-radius: 0 5px 5px 0 !important;
}
.flex-direction-nav a.flex-next {
	right: 0 !important;
	border-radius: 5px 0 0 5px !important;
	left: auto !important;
}

.flex-direction-nav a:before {
	position: relative;
	font-size: 19px;
	font-family: fontello;
	margin-top: -1px;
}
.flex-direction-nav a.flex-prev:before {
	margin-left: 10px;
	content: "";
}
.flex-direction-nav a.flex-next:before {
	margin-right: 10px;
	content: "";
}

.mini .flex-direction-nav a {
	border: none;
	color: #fff;
	background: #ccc;
	background: rgba(0,0,0,.2);
}
.mini .flex-direction-nav a:before {
	top: 1px;
}
.mini .flex-direction-nav a.flex-prev {
	border-radius: 0 5px 5px 0;
}
.mini .flex-direction-nav a.flex-next {
	border-radius: 5px 0 0 5px;
}
.mini .flex-direction-nav a:hover {
	background: #000;
	color: #fff;
	border-color: transparent;
}

.flex-control-nav {
	width: 100%;
	left: 0;
	bottom: auto;
}
.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
}
.flex-control-nav li a {
	width: 7px;
	height: 7px;
	display: block;
	background-color: #b9b9b9;
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 4px;
	box-shadow: none !important;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
	opacity: 0 !important;
}
.flex-control-nav li a.flex-active {
	background-color: #F75146;
}
.nav-bullets-top .flex-control-nav {
	top: -40px;
}
.nav-bullets-bottom .flex-control-nav {
	bottom: -70px;
}

.flex-caption {
	background: #333;
	background: rgba(0,0,0,.3);
	bottom: 10px;
	color: #fff;
	font-size: 13px;
	line-height: 13px;
	margin: 0;
	padding: 11px 15px;
	position: absolute;
	right: 10px;
}

.mini.flexslider:hover .flex-direction-nav a, .krown-column-row:hover .krown-tour.flexslider .flex-direction-nav a, .mini.flexslider:hover .flex-control-nav a, .krown-column-row:hover .krown-tour.flexslider .flex-control-nav a {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
	opacity: 1 !important;
}

.flexslider.krown-tour {
	padding: 0 140px;
	overflow: visible !important;
}
.flexslider.krown-tour img {
	width: auto !important;
}
.flexslider.krown-tour .slides > div {
	display:none;
	-webkit-backface-visibility:hidden;
}
.flexslider.krown-tour .flex-direction-nav a:hover {
	background: #F75146;
}

.krown-tour.no-space-slider {
	padding: 0 !important;
}
.krown-tour.bottom-left-controls .flex-direction-nav a, .krown-tour.bottom-left-controls .flex-control-nav {
	float: left;
	position: absolute;
	top: auto !important;
	bottom: -70px !important;
}
.krown-tour.bottom-left-controls .flex-direction-nav .flex-next {
	right: auto !important;
	left: 51px !important;
}
.krown-tour.bottom-left-controls .flex-control-nav {
	text-align: left;
}
.krown-tour.flexslider.no-hide-controls .flex-direction-nav a, .krown-tour.flexslider.no-hide-controls .flex-control-nav a {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1 !important;
}

/* REVOLUTION SLIDER */

.tparrows.default {
	background: #1b1b1b;
	color: #fff;
	height: 46px;
	line-height: 46px;
	margin-top: -19px;
	width: 43px;
}
.tparrows.default:hover {
	background: #D4362C;
}
.tparrows.default.tp-leftarrow {
	left: 0 !important;
	border-radius: 0 5px 5px 0 !important;
}
.tparrows.default.tp-rightarrow {
	right: 0 !important;
	border-radius: 5px 0 0 5px !important;
}
.tparrows.default.tparrows.default:before {
	position: relative;
	margin-top: -1px;
	font-family: fontello;
	font-size: 19px;
}
.tparrows.default.tp-leftarrow:before {
	margin-left: 10px;
	content: "";
}
.tparrows.default.tp-rightarrow:before {
	margin-left: 14px;
	content: "";
}

.tp-bullets.simplebullets.round {
	padding: 5px;
	border-radius: 10px;
	background: #ccc;
	background: rgba(0,0,0,.2);
}
.tp-bullets.simplebullets.round .bullet {
	width: 7px;
	height: 7px;
	background: #fff;
	border-radius: 4px;
	margin: 0 2px;
}
.tp-bullets.simplebullets.round .bullet.selected {
	background: #F75146;
}
.tp-bullets.simplebullets.round .bullet:hover {
	background: #000;
}

/* ------------------------
-----   Social Icons  -----
------------------------------*/

.krown-social ul {
	margin: 0;
	height: 28px;
}
.krown-social li {
	position: relative;
	cursor: pointer;
	text-align: center;
	display: inline-block;
	padding: 0 !important;
	border: none;
	width: 35px;
	height: 25px;
	float: left;
}
.krown-social li:before {
	font-size: 20px;
	width: 25px;
	color: #414141;
	text-align: center;
	line-height: 25px;
}
.krown-social li:hover:before {
	color: #F75146;
}
.krown-social a {
	display: block;
	height: 25px;
	width: 35px;
	position: absolute;
	top: 0; 
	left: 0;
	text-indent: -9999px;
}

/* ------------------------
-----   Tabs  -----
------------------------------*/

.krown-tabs .titles, .memberdeck .dashboardmenu {
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 0;
}
.krown-tabs .titles li, .memberdeck .dashboardmenu li {
	float: left;
	display: table;
	padding: 0;
	border: 1px solid #d0d0d0;
	margin: 0 -1px -1px 0;
	height: 57px;
	cursor: pointer;
	position: relative;
}
.krown-tabs .titles h5, .memberdeck .dashboardmenu li a {
	margin: auto;
	width: 100%;
	font-size: 12px;
	font-weight: 400;
	color: #212121;
	line-height: 12px;
	padding: 2px 40px 0 !important;
	display: table-cell;
	border-top: 1px solid transparent;
	text-transform: uppercase;
	vertical-align: middle;
}
.no-touch .krown-tabs .titles li:hover h5, .krown-tabs .titles .opened h5, .no-touch .memberdeck .dashboardmenu li:hover a, .memberdeck .dashboardmenu li.active a {
	color: #F75146;
}
.krown-tabs .titles .opened h5, .memberdeck .dashboardmenu li.active a {
	font-weight: 700;
}

.krown-tabs .contents {
	min-height: 200px;
	padding: 50px 0;
}
.krown-tabs .contents > div {
	display: none;
}
.krown-tabs .contents > div.opened {
	display: block;
}

.krown-tabs.horizontal .titles .opened {
	border-top-color: #F75146;
	border-bottom-color: #fff !important;
}

.krown-tabs.vertical .contents {
	float: right;
	width: 73%;
	padding: 0;
}

/* ------------------------
-----   Team  -----
------------------------------*/

.krown-column-container > .krown-team {
	width: 100%;
}
.krown-team {
	text-align: center;
	border-bottom: 1px solid #e9e9e9;
}
.krown-team h4 {
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	margin: 27px 0 2px;
}
.krown-team h5 {
	font-size: 12px;
	line-height: 16px;
	font-weight: 500;
	margin: 0 0 25px;
	color: #656565;
}
.krown-team .content {
	background: #fff;
}
.krown-team .content > div {
	display: none;
	margin: -10px 0 15px;
}
.krown-team:hover {
	border-color: #F75146;
}
.no-js .krown-team:hover .content > div {
	display: block;
}
.krown-team-visible {
	overflow: visible !important;
}

/* ------------------------
-----   Testimonials  -----
------------------------------*/

.krown-testimonial {
	text-align: left;
}
.krown-testimonial figcaption {
	font-size: 13px;
	font-weight: 400;
	text-transform: none;
	color: #a9a9a9;
	text-align: right;
}
.krown-testimonial figcaption p {
	margin-bottom: -5px;
}

/* ------------------------
-----   Twitter   -----
------------------------------*/

.krown-twitter {
	position:relative;
}

.krown-twitter img {
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0;
	left: 0;
}
.krown-twitter > a, .krown-twitter > iframe {
	float: left;
	display: block;
	clear: left;
	margin-left: 68px;
}
.krown-twitter > a h5 {
	float: left;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	margin: 0;
}
.krown-twitter > a span {
	float: left;
	font-size: 11px;
	color: #656565;
	margin-top: -3px;
}
.krown-twitter > iframe {
	float: left;
	margin-top: 3px;
}

.krown-twitter ul {
	float: left;
	margin-top: 20px;
	min-height: 171px;
	clear: left;
}
.krown-twitter li {
	display: none;
	overflow: hidden;
	list-style: none;
	padding-top: 20px !important;
	border-top: 1px solid #e9e9e9 !important;
}
.krown-twitter li:first-child {
	display: block;
}
.krown-twitter .body {
	line-height: 20px;
	margin-bottom: 7px;
}
.krown-twitter .time {
	color: #6b6b6b;
	font-size: 12px;
	padding: 0;
	margin-top: 13px;
	display: block;
}

.krown-twitter .intents {
	border-top: 1px solid #e9e9e9;
	margin-top: 21px;
	padding-top: 13px;
	width: 110%;
	height: 40px;
	overflow: hidden;
}
.krown-twitter .intents a {
	background: url(images/twitter.png) no-repeat 0 3px transparent;
	padding-left: 30px;
	margin-right: 20px;
	float: left;
	font-size: 11px;
	line-height: 25px;
	font-weight: 700;
	text-transform: uppercase;
}
.krown-twitter .intents .retweet {
	background-position: 0 -16px;
	padding-left: 35px;
}
.krown-twitter .intents .favorite {
	background-position: 0 -36px;
	padding-left: 27px;
}

.krown-twitter a {
	color: #212121;
}
.krown-twitter .intents a {
	color: #7f7f7f;
}
.krown-twitter a:hover {
	color: #F75146;
}

/* ------------------------
-----   Video   -----
------------------------------*/

.mejs-container {
	width:100%;
	overflow: hidden !important;
}
.mejs-container .mejs-controls {
	background:#242424;
	width:100%;
}
.mejs-container .mejs-controls div {
	width:30px;
	height:30px;
}
.mejs-time.mejs-duration-container {
	padding-right:5 !important;
}
.mejs-controls .mejs-button button, .no-svg .mejs-controls .mejs-button button {
	background-image:url(images/mediaelement/controls-goodwork.png);
	width:30px;
	height:30px;
	margin:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity:.3;
}
.mejs-controls .mejs-button button:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity:.8;
}
.mejs-controls .mejs-button button:focus {
	outline:none;
}
.mejs-controls .mejs-play button {
	background-position:-1px -29px;
}
.mejs-controls .mejs-pause button {
	background-position:0 0;
}
.mejs-controls .mejs-mute button {
	background-position:-31px 0;
}
.mejs-controls .mejs-unmute button {
	background-position:-31px -30px;
}
.mejs-controls .mejs-fullscreen-button button {
	background-position:-61px 0;
}
.mejs-controls .mejs-fullscreen-button.mejs-unfullscreen button {
	background-position:-60px -30px;
}

.mejs-container .mejs-controls .mejs-time {
	height:30px;
}
.mejs-container .mejs-controls .mejs-time span {
	font:bold 11px Arial, sans-serif;
	color:#8E8E8E;
	padding:0 10px;
}
.mejs-container .mejs-controls .mejs-time.mejs-currenttime-container {
	margin-right:-55px;
}

.mejs-controls div.mejs-time-rail {
	padding-top:8px;
	margin:0 50px 0 50px;
}
.mejs-controls .mejs-time-rail span {
	height:4px;
	border-radius:0;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
	background:#5E5E5E;
	box-shadow:none;
}
.mejs-controls .mejs-time-rail .mejs-time-buffering {
	background:#5E5E5E;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
	background:#777;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
	background:#F75146
}
.mejs-controls .mejs-time-rail .mejs-time-handle, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	background:url(images/mediaelement/controls-goodwork.png) no-repeat -95px 0 transparent;
	width:5px;
	height:12px;
	top:-4px;
	display:block;
	border:none;
	border-radius:0;
	position:absolute;
	cursor:pointer;
	left:-2px;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
	display:none !important;
}
.mejs-container .mejs-controls div.mejs-time.mejs-duration-container {
	margin-left:-55px; 
}
.mejs-button.mejs-volume-button.mejs-mute, .mejs-button.mejs-volume-button.mejs-unmute {
	border-left:1px solid #000;
	border-right:1px solid #000;
	padding-right:1px;
	margin-right:15px;
}
.mejs-button.mejs-playpause-button {
	border-right:1px solid #000 !important;
}
.mejs-video.mejs-container .mejs-button.mejs-volume-button.mejs-mute, .mejs-video .mejs-button.mejs-volume-button.mejs-unmute {
	margin-right:1px;
}

.mejs-container .mejs-controls div.mejs-horizontal-volume-slider {
	margin-right:35px;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	height:4px;
	border-radius:0;
	box-shadow:none;
	background:#777;
	margin-top:2px;
	cursor:pointer;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background:#F75146;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	top:9px;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
	width:30px;
	left:-1px;
	background:#3B3B3B;
	height:120px;
	top:-120px;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total, .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current, .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle  {
	margin-left:2px;
	margin-top:3px;
	width:4px;
	cursor:pointer;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
	background:#777;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
	background:#F75146;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
	width:12px;
	height:7px;
	border-radius:0;
	border:none;
	left:7px;
	background:url(images/mediaelement/controls-goodwork.png) no-repeat -95px -13px transparent;
}

.mejs-overlay-button, .no-svg .mejs-overlay-button {
	background:url(images/mediaelement/bigplay-goodwork.png) no-repeat 0 2px #181818;
	background-color:rgba(24,24,24,.8);
	width:48px;
	height:48px;
	border-radius:0;
	margin: -24px 0 0 -24px !important;
}
.mejs-overlay:hover .mejs-overlay-button {
	background-position:0 -50px;
	background-color:#F75146;
}

.mejs-overlay-loading {
	background:#181818;
	background:rgba(24, 24, 24, 0.9);
	height:60px;
	margin:-30px 0 0 -30px;
	width:60px;
	display: none;
}
.mejs-overlay-loading span {
	background-image:url(images/mediaelement/loading-goodwork.gif);
	height:60px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity:0.9;
	width:60px;
}
.mejs-horizontal-volume-slider.mejs-mute {
	width: 1px !important;
	margin-right: 1px !important;
}
.mejs-audio .mejs-button.mejs-volume-button {
	border-right-color: transparent !important;
}
.mejs-audio .mejs-button.mejs-volume-button button {
	left: 8px;
}

/* ------------------------
-----   Playlist   -----
------------------------------*/

.wp-playlist {
	overflow: hidden;
}
.wp-playlist-tracks {
	background: #242424;
	border-top: 1px solid #000;
	margin-top: 0;
	padding: 1px 0;
	width: 100.1%;
}
.wp-playlist-item {
	border-bottom: 1px solid #000;
	padding: 5px 15px;
	position: relative;
}
.wp-playlist-caption {
	color: #ccc;
	display: block;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
}
.wp-playlist-tracks .wp-playlist-caption:hover {
	color: #fff;
}
.wp-playlist-item-length {
	color: #8b8b8b;
	font-family: 'Arial';
	font-size: 11px;
	font-weight: 700;
	position: absolute;
	right: 10px;
	top: 5px;
}
/* ---------------------------------------------------------------------------------
------------------------------   GRAND FINALE   ----------------------------------
------------------------------------------------------------------------------------*/

.sticky, .gallery-caption, .bypostauthor {

}
.wp-caption {
	max-width: 100% !important;
	margin: 18px 0;
}
.wp-caption-text {
	font-style: italic;
	margin: 0;
	text-align: center;
}

.wp-video, .wp-playlist {
	width: 100% !important;
	max-width: none !important;
	margin: 18px 0;
	height: auto !important;
}
.wp-audio-shortcode {
	margin: 18px 0;
}
input[type="submit"].adminbar-button {
	padding: 0 !important;
	background: none !important;
}

.ie7 #oldie {
	display:block;
}
.ie7 body {
	overflow:hidden;
	background: #fff !important;
	width: 100% !important;
	height: 100% !important;
	position: absolute !important;
	border: none !important;
}
.ie7 #primary-header, .ie7 #secondary-header, .ie-7 #page-title, .ie7 #custom-header, .ie7 #content, .ie7 #primary-footer, .ie7 #secondary-footer, .ie7 #tertiary-footer {
	display: none !important;
}
.ie7 #oldie {
	color: #333;
	left: 50%;
	margin-left: -150px;
	margin-top: -10px;
	width: 300px;
	top: 50%;
	text-align: center;
	position: absolute;
	display: block;
	} #oldie {
		display:none;
	}
	.ie7 #oldie a {
		border-bottom: 1px dotted #333;
		color: #333;
		font-weight: 700;
	}
	.ie7 #oldie a:hover {
		color: #000;
		border-bottom: 1px dotted #000;
	}

	#p780, #p580, .rtitle {
		display: none;
	}

/* ------------------------
-----   Styled Selects   -----
------------------------------*/

/* Responsive Navigation */

.responsive-design-cover {    
	background: #fff;
	color: #212121;
	cursor: pointer;
	height: 44px;
	line-height: 16px;
	width: 44px !important;
}
.no-touch .responsive-design-cover:hover {
	background: #212121;
	color: #fff;
}
.responsive-design-cover select {
	height: 100%;
	width: 100%;
	cursor: pointer;
}
.responsive-design-inner {    
	font-size: 0;
	line-height: 47px;
	text-align: center;
}
.responsive-design-inner:before {
	content: "";
	font-family: 'fontello';
	font-size: 29px;
}

/* Responsive Tabs */

.tabs-select {
	position: absolute;
	width: 34px;
	height: 34px;
	display: none;
	right: 0;
	top: 10px;
	overflow: hidden;
}
.tabs-select-cover {
	color: #212121;
	cursor: pointer;
	height: 34px;
	line-height: 16px;
	width: 34px !important;
}
.no-touch .tabs-select-cover:hover {
	background: #e9e9e9;
	color: #666;
}
.tabs-select-cover select {
	height: 100%;
	width: 200px;
	margin: 0;
	right: 0 !important;
	left: auto !important;
	cursor: pointer;
}
.tabs-select-cover option {
	padding: 2px 0;
	color: #1b1b1b;
}
.tabs-select-inner {
	font-size: 0;
	line-height: 37px;
	text-align: center;
}
.tabs-select-inner:before {
	content: "";
	font-family: 'fontello';
	font-size: 19px;
}

/* Everything else */

.regular-select-cover {
	color: #444;
	border: 1px solid #e9e9e9;
	background: #fff;
	height: 44px;
	width: 100% !important;
	font-size: 16px;
	line-height: 16px;
	color: #444;
	cursor: pointer;
	background: transparent;
}
.regular-select-cover select {
	height: 100%;
	width: 100%;
	cursor: pointer;
}
.regular-select-cover option {
	padding: 2px 0;
}
.regular-select-inner {
	background: url(images/arrow.png) no-repeat right 3px transparent;
	padding: 15px 0 0 17px;
	height: 44px;
	cursor: pointer;
}

/* ------------------------
-----   Animations   -----
------------------------------*/

a, *:before, i, .krown-text-icon *, .krown-tabs .titles *, .top-menu li, .top-menu span, .krown-social.header span, .portfolio-item.classic > a .hover, .krown-accordion h5, input, textarea, button, .filter li, .post-title *, #tertiary-footer .collapsed-title, .tparrows.default, .tp-bullets.simplebullets.round .bullet, .author-avatar .caption, .krown-flickr img, .fancybox-nav span, .fancybox-close, .responsive-design-cover, #custom-tabs li, a h3, .md-projects-list li {
	-webkit-transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear, opacity 150ms linear;
	transition: border-color 150ms linear, background-color 150ms linear, color 150ms linear, opacity 150ms linear;
}

/* ------------------------
-----   Media Queries   -----
------------------------------*/

/* IE8 - it's a query, isn't it?! :)) We assume small screens :P */

html.ie8 .wrapper {
	width: 940px;
}

html.ie8 .posts-grid .item,  html.ie8 .krown-id-item {
	width: 212px;
}
html.ie8 .krown-id-item {
	margin: 40px 15px 0;
}
html.ie8 .posts-grid .item {
	margin: 0 15px;
}
html.ie8 .krown-id-item .container {
	padding: 0 25px 30px;
}
html.ie8 .krown-id-item .title, html.ie8 .krown-id-item .meta {
	margin-top: 25px;
}
html.ie8 .carousel .carousel-holder, html.ie8 .krown-id-grid.default, html.ie8 .posts-grid {
	margin-left: -15px;
}

html.ie8 .krown-pie.small {
	float: left;
}
html.ie8 .krown-id-item ul {
	display: block;
	float: left;
	left: 0;
	margin: 15px 0 30px -15px;
	padding: 0;
	top: 0;
	width: 100%;
}

html.ie8 .carousel .btn-next {
	right: -60px;
} html.ie8 .carousel .btn-prev {
	left: -60px;
}

html.ie8 .id-widget .krown-button, html.ie8 .ignitiondeck.id-mini .btn-container {
	font-size: 14px;
	height: 47px;
	padding: 16px 10px !important;
}

html.ie8 .rev_slider .krown-button {
	height: auto !important;
}

@media all and (min-width: 1179px) and (max-width: 1420px), (min-width: 979px) and (max-width: 1079px), (max-width: 979px) {

.carousel .btn-next {
	right: -30px !important;
}
.carousel .btn-prev {
	left: -30px !important;
}

}

/* Smaller screens & really big devices (landscape mode) */

@media all and (max-width: 1179px) {

	.wrapper {
		width: 940px;
	}

	.posts-grid .item, .krown-id-item {
		width: 212px;
	}
	.krown-id-item {
		margin: 40px 15px 0;
	}
	.posts-grid .item {
		margin: 0 15px;
	}
	.krown-id-item .container {
		padding: 0 25px 30px;
	}
	.krown-id-item .title, .krown-id-item .meta {
		margin-top: 25px;
	}
	.carousel .carousel-holder, .krown-id-grid.default, .posts-grid {
		margin-left: -15px;
	}

	.krown-pie.small {
		float: left;
	}
	.krown-id-item ul {
		display: block;
		float: left;
		left: 0;
		margin: 15px 0 30px -15px;
		padding: 0;
		top: 0;
		width: 100%;
	}

	.carousel .btn-next {
		right: -60px;
	} .carousel .btn-prev {
		left: -60px;
	}

	.id-widget .krown-button, .ignitiondeck.id-mini .btn-container {
		font-size: 14px;
		height: 47px;
		padding: 16px 10px !important;
	}

	.rev_slider .krown-button {
		height: auto !important;
	}

	.dashboardmenu {
		position: relative;
	}
	.dashboardmenu .tabs-select {
		display: block;
	}
	.dashboardmenu li {
		display: none !important;
	}
	.dashboardmenu li.active {
		display: table !important;
	}

}

@media all and (max-width: 979px) {

	.wrapper {
		width: 840px;
	}

	.posts-grid .item, .krown-id-item {
		width: 187px;
	}
	.carousel .btn {
		font-size: 24px;
		line-height: 24px;
	}

	.id-full .progress-wrapper {
		-webkit-transform: scale(.9);
		-ms-transform: scale(.9);
		transform: scale(.9);
		margin-left: -4px;
	}

	#project-p-author .comment-avatar {
		display: none;
	}
	#project-p-author .comment-content {
		padding-left: 0;
	}

	#main-menu .top-menu {
		display: none !important;
	}
	#main-menu .responsive-menu {
		display: block !important;
		position: absolute;
		top: -13px;
		right: -13px;
	}
	#main-menu .responsive-menu option {
		color: #222;
		font-size: 13px;
		line-height: 17px;
	}
	#main-menu.with-p-search .responsive-menu {
		top: -9px;
		right: 40px;
	}

}

@media all and (max-width: 879px) {

	.wrapper {
		width: 740px;
	}
	#sidebar {
		width: 22%;
	}

	.posts-grid .item, .krown-id-item {
		width: 170px;
	}
	.krown-id-item {
		margin: 40px 10px 0;
	}
	.posts-grid .item {
		margin: 0 10px;
	}
	.carousel .carousel-holder, .krown-id-grid.default, .posts-grid {
		margin-left: -10px;
	}
	.krown-id-item .container {
		padding: 0 15px 30px;
	}
	.krown-id-item .title, .krown-id-item .meta {
		margin-top: 15px;
	}
	.krown-id-item .title, .posts-grid h3 {
		font-size: 16px;
		line-height: 21px;
	}
	.krown-id-item .content, .posts-grid p, .widget-title, .widget, .id-widget .id-level-desc {
		font-size: 13px;
		line-height: 20px;
	}
	.krown-id-item ul {
		margin-bottom: 20px;
	}
	.krown-id-item li, .posts-grid .post-cat {
		font-size: 12px;
		line-height: 12px;
	}
	.krown-id-item .cats {
		font-size: 11px;
		line-height: 14px;
	}
	.krown-tabs .titles li h5, #content .memberdeck .dashboardmenu li a {
		font-size: 11px;
		line-height: 11px;
		padding: 2px 25px 0 !important;
	}
	.post-title h2, .post-title h1 {
		font-size: 22px;
		line-height: 28px;
	}
	body {
		font-size: 14px;
		line-height: 22px;
	}
	.widget ul li, .widget .tagcloud a {
		padding: 3px 0;
	}
	.widget .tagcloud a {
		font-size: 13px !important;
		line-height: 20px !important;
	}
	.post-meta {
		font-size: 12px;
	}
	.widget-title {
		margin-bottom: 15px;
	}
	.id-widget .id-level-desc {
		margin-top: 17px;
	}

	input, textarea, select, .memberdeck form .form-row input, .memberdeck form .form-row textarea, .memberdeck form .form-row select, .ignitiondeck form .form-row input, .ignitiondeck form .form-row textarea, .ignitiondeck form .form-row select, .wp-editor-container, .md-requiredlogin form .input {
		font-size: 12px;
		line-height: 19px;
	}
	#s {
		padding-left: 10px;
	}
	input.wysija-submit[type="submit"] {
		height: 43px !important;
	}
	.wysija-input {
		padding: 12px 47px 12px 7px;
	}
	.md-requiredlogin #loginform p.login-username label, .md-requiredlogin #loginform p.login-password label {
		font-size: 14px;
	}

	.id-widget .level-binding {
		padding: 25px 20px;
	}
	.panel {
		padding: 30px 20px 20px;
	}
	.id-full .product-wrapper {
		margin: -10px 0 0 -3px;
	}
	.id-full .progress-wrapper {
		margin-left: -2px;
	}

	.flex-direction-nav a {
		width: 33px;
		height: 36px;
		line-height: 36px;
		margin-top: -18px;
	}
	.flex-direction-nav a:before {
		font-size: 16px;
	}
	.flex-direction-nav a.flex-prev:before {
		margin-left: 7px;
	}
	.flex-direction-nav a.flex-next:before {
		margin-right: 7px;
	}

	#custom-header .cta h2 {
		font-size: 46px;
		line-height: 46px;
	}
	#custom-header .cta a {
		font-size: 16px;
		height: 56px;
		line-height: 52px;
		padding: 0 30px;
	}

	.md-projects-list .title h4 {
		font-size: 15px;
		line-height: 19px;
	}
	.md-projects-list .title h6 {
		font-size: 11px;
		line-height: 14px;
	}
	.md-projects-list .buttons a {
		margin-right: 10px;
	}
	.md-projects-list .buttons i {
		font-size: 14px;
	}

	.memberdeck + img.avatar {
		width: 80px;
	}
	.ignitiondeck.backer_profile .backer_info .backer_title {
		margin-left: 120px
	}
	.ignitiondeck.backer_profile .backer_projects li.backer_project_mini {
		width: 33%;
	}


}

@media all and (max-width: 779px) {

	.wrapper, .single-ignition_product #page-title, .single-ignition_product .normal-content, .rtitle, #project-sidebar .id-widget-wrap {
		width: 640px;
	}
	.single-ignition_product #page-title, .single-ignition_product .normal-content {
		margin-left: auto;
		margin-right: auto;
	} 
	#content.layout-right-sidebar .sidebar-content, #content.layout-left-sidebar .sidebar-content {
		width: 100%;
	}
	#sidebar {
		float: left !important;
		margin-top: 50px;
		width: 60%;
	}
	.krown-column-container {
		width: 100%;
		margin: 25px 0 0 0;
	}
	.krown-column-row .krown-column-container:first-child {
		margin-top: 0;
	}

	.posts-grid .item, .krown-id-item {
		width: 193px;
	}
	.krown-id-item {
		margin: 40px 15px 0;
	}
	.posts-grid .item {
		margin: 0 15px;
	}
	.carousel .carousel-holder, .krown-id-grid.default, .posts-grid {
		margin-left: -15px;
	}

	.posts-grid .item:nth-child(3n+1) { 
		clear: left;
	}
	.posts-grid .item:nth-child(n+4) {
		margin-top: 50px;
	}

	#footer1 .span3 {
		width: 44%;
		margin-top: 0;
	}
	#footer1 .span3:nth-child(2n+1) {
		clear: left;
	}
	#footer1 .span3:nth-child(n+3) {
		margin-top: 50px;
	}

	.single-ignition_product #content > div.wrapper {
		width: 100% !important;
	}
	.single-ignition_product #page-title {
		padding-top: 90px;
	}
	#project-container.krown-tabs .contents {
		width: 100%;
	}
	#project-sidebar {
		margin: 0;
		position: absolute;
		top: -68px;
		left: 0;
		width: 100%;
		height: 100px;
		padding-bottom: 100px;
		background: #fff;
		border-top: 1px solid #f2f2f2;
		box-shadow: 0 5px 5px rgba(0,0,0,.04);
		z-index: 99;
		overflow: hidden;
	}
	.admin-bar #project-sidebar {
		margin-top: 7px;
	}
	.panel {
		padding: 0;
		border: none;
	}
	.rtitle {
		cursor: pointer;
		display: block;
		font-size: 30px;
		font-weight: 400;
		left: 0;
		line-height: 38px;
		margin: auto;
		padding: 30px 0 8px;
		position: relative;
		top: 0;
		z-index: 9;
	}
	.rtitle:after {
		content: "";
		display: block;
		font-family: 'fontello';
		font-size: 20px;
		font-weight: 400;
		line-height: 100px;
		position: absolute;
		right: 1px;
		top: 0;
	}
	.rtitle.opened:after {
		content: "";
	}
	.rtitle > p {
		margin-left: 18px;
		display: inline-block;
		font-size: 24px;
		text-transform: uppercase;
	}
	.rtitle .krown-pie {
		position: relative;
		top: -10px;
		left: -2px;
		display: inline-block;
	}
	.rtitle .krown-pie.small .value {
		top: 8px;
	}
	.id-full .pledge {
		display: none;
	}
	.id-full .progress-wrapper {
		left: -34px;
		margin: 0;
		position: absolute;
		top: -21px;
		-webkit-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
	}
	.id-full .product-wrapper {
		margin: 0;
	}
	.id-full .pledge {
		margin: 0 0 0 36px;
	}
	.rholder {
		position: relative;
		border-top: 1px solid #f2f2f2;
		padding: 30px 0 0 138px;
	}
	.rpdata {
		display: inline-block;
		margin-left: 60px;
	}
	.rpdata:first-child {
		margin-left: 0;
	}
	.id-full .id-product-proposed-end {
		margin: 20px 0 0 138px;
	}
	.id-widget .id-level-desc {
		margin-top: 4px;
	}
	.id-full .id-product-levels {
		margin-top: 30px;
	}
	.id-widget .level-binding {
		border: none;
		padding: 20px 30px 17px;
		margin: 0 60px 0 108px;
	}
	#project-sidebar .btn-container {
		position: absolute;
		left: 138px;
		display: none;
	}
	#project-sidebar .id-widget-wrap {
		left: -56px;
		margin: auto;
		position: relative;
	}
	#project-sidebar .id-widget-wrap:after {
		background: #f2f2f2;
		content: "";
		display: block;
		height: 1px;
		left: 0;
		position: absolute;
		top: 0;
		width: 130%;
	}
	.id-full .product-wrapper, .id-widget .id-product-proposed-end, .ignitiondeck.id-mini .id-product-proposed-end, .id-full .btn-container {
		text-align: left;
	}
	.id-widget .id-progress-raised, .id-widget .id-product-total, .id-widget .id-product-days, .ignitiondeck.id-mini .id-product-days {
		margin-top: 12px;
	}
	.id-widget .krown-button, .ignitiondeck.id-mini .btn-container {
		width: auto;
		padding: 16px !important;
	}
	.id-full #project-p-author, .id-full .separator, .id-full .clearing {
		display: none;
	}
	.id-full {
		padding-bottom: 25px;
	}
	.id-widget-date {
		display: inline;
	}

	#p780 {
		display: block;
	}

}


@media all and (max-width: 679px) {

	.wrapper, .single-ignition_product #page-title, .single-ignition_product .normal-content, .rtitle, #project-sidebar .id-widget-wrap {
		width: 540px;
	}
	.posts-grid .item, .krown-id-item {
		width: 167px;
	}
	.krown-id-item {
		margin: 40px 10px 0;
	}
	.posts-grid .item {
		margin: 0 10px;
	}
	.carousel .carousel-holder, .krown-id-grid.default, .posts-grid {
		margin-left: -10px;
	}
	#page-title .title {
		font-size: 28px;
		line-height: 36px;
	}
	.memberdeck form .form-row {
		margin-left: 0 !important;
		width: 100% !important;
	}

	.ignitiondeck.backer_profile .id-backer-links {
		margin-top: 60px !important;
	}
	.ignitiondeck.backer_profile .backer_info .backer_avatar {
		left: 50px !important;
	}

	.ignitiondeck.backer_profile .backer_info .backer_title {
		margin-left: 0 !important;
		margin-top: 20px !important;
		width: 100% !important;
	}
	.ignitiondeck.backer_profile .backer_info .backer_title h3 {
		margin-left: 100px;
		margin-top: -20px !important;
	}
	.ignitiondeck.backer_profile .backer_info .backer_title h3:after {
		margin-top: 10px;
	}
	.ignitiondeck.backer_profile .backer_info .backer_title p:first-of-type {
		padding-top: 20px;
	}
	.ignitiondeck.backer_profile .backer_data {
		left: 133px;
		padding-top: 60px;
		position: absolute;
		width: 100%;
		text-align: left;
	}
	.ignitiondeck.backer_profile .backer_data p {
		display: inline;
		margin: 0 10px 0 0;
	}

	.ignitiondeck.backer_profile .backer_projects li.backer_project_mini, .ignitiondeck.backer_profile .backer_projects li.backer_project_mini:nth-child(3n+2) {
		width: 50%;
	}
	.ignitiondeck.backer_profile .backer_projects li.backer_project_mini:nth-child(3n+2), .ignitiondeck.backer_profile .backer_projects li.backer_project_mini:nth-child(3n+3), .ignitiondeck.backer_profile .backer_projects li.backer_project_mini:nth-child(3n+4), .ignitiondeck.backer_profile .backer_projects li.backer_project_mini:nth-child(3n+1) {
		padding: 0 !important;
	}
	.ignitiondeck.backer_profile .backer_projects li.backer_project_mini:nth-child(odd) {
		padding-right: 10px !important;
	}
	.ignitiondeck.backer_profile .backer_projects li.backer_project_mini:nth-child(even) {
		padding-left: 10px !important;
	}

}

@media all and (max-width: 579px) {

	.wrapper, .single-ignition_product #page-title, .single-ignition_product .normal-content, .rtitle, #project-sidebar .id-widget-wrap {
		width: 440px;
	}
	.posts-grid .item, .krown-id-item {
		width: 205px;
	}
	.krown-id-item {
		margin: 40px 15px 0;
	}
	.posts-grid .item {
		margin: 0 15px;
	}
	.carousel .carousel-holder, .krown-id-grid.default, .posts-grid {
		margin-left: -15px;
	}

	.posts-grid .item:nth-child(3n+1) { 
		clear: none;
	}
	.posts-grid .item:nth-child(n+4) {
		margin-top: 0;
	}
	.posts-grid .item:nth-child(2n+1) { 
		clear: left;
	}
	.posts-grid .item:nth-child(n+3) {
		margin-top: 50px;
	}

	#footer1 .krown-column-container {
		width: 100%;
		margin-top: 50px;
		clear: left;
	}
	#footer1 .krown-column-container:first-child {
		margin-top: 0;
	}

	#custom-header .cta h2 {
		font-size: 36px;
		line-height: 36px;
	}
	#custom-header .cta a {
		font-size: 13px;
		height: 34px;
		line-height: 30px;
		padding: 0 20px;
	}
	#custom-header .cta-link {
		margin-top: 80px;
	}
	#custom-header .cta:hover .cta-link {
		margin-top: 50px;
		opacity: 1;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	.memberdeck .checkout-title-bar span.checkout-project-title, .memberdeck .checkout-title-bar span.currency-symbol, .memberdeck .checkout-title-bar span:before {
		display: none;
	}

	.post-header, .post-content {
		width: 100%;
	}
	article.article .post-meta {
		margin-top: -15px;
	}
	article.article .post-meta li {
		display: inline-block;
		margin-right: 15px;
	}
	h3, .memberdeck h2, .id-purchase-form-full h4, h2.idst {
		margin-top: 58px;
	}

	.md-projects-list .thumb {
		display: none;
	}
	.md-projects-list .content {
		padding-left: 20px;
	}

	#project-sidebar .id-widget-wrap {
		left: 0;
	}
	.rholder {
		padding-left: 0;
	}
	.id-full .id-product-proposed-end {
		margin-left: 0;
	}
	.id-widget .level-binding {
		margin: 0;
	}
	.id-widget .level-binding {
		position: relative;
		left: -30px;
	}
	#project-sidebar .id-widget-wrap:after {
		left: -40%;
		width: 180%;
	}
	#project-sidebar .btn-container {
		left: 0;
		margin-right: -60px;
	}
	#project-container .project-content, .post-body, .memberdeck .md-box-wrapper, .ignitiondeck .id-fes-form-wrapper, .ignitiondeck.backer_profile, .wrap-md div.memberdeck, .md-requiredlogin, .id-purchase-form-full {
		padding: 40px 30px 0;
	}


	#custom-header .cta h2 {
		font-size: 32px;
		line-height: 32px;
	}
	#custom-header .cta-link {
		margin-top: 50px;
	}
	#custom-header .cta:hover .cta-link {
		margin-top: 30px;
		opacity: 1;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}

	.krown-tabs.responsive-on .titles {
		position: relative;
	}
	.krown-tabs.responsive-on .tabs-select {
		display: block;
	}
	.krown-tabs.responsive-on .titles li {
		display: none !important;
	}
	.krown-tabs.responsive-on .titles li.opened {
		display: table !important;
	}

	.memberdeck + img.avatar {
		left: 30px;
	}
	.ignitiondeck.backer_profile .backer_data {
		left: 113px;
	}

	#p780 {
		display: none;
	}
	#p580 {
		display: block;
	}

	.ignitiondeck.backer_profile .backer_info .backer_avatar {
		left: 30px !important;
	}

}

@media all and (max-width: 479px) {

	.wrapper, .single-ignition_product #page-title, .single-ignition_product .normal-content, .rtitle, #project-sidebar .id-widget-wrap {
		width: 400px;
	}
	.posts-grid .item, .krown-id-item {
		width: 195px;
	}
	.krown-id-item {
		margin: 40px 10px 0;
	}
	.posts-grid .item {
		margin: 0 10px;
	}
	.carousel .carousel-holder, .krown-id-grid.default, .posts-grid {
		margin-left: -10px;
	}
	.single-post #page-title {
		margin-bottom: 40px;
	}
	#page-title .title {
		font-size: 24px;
		line-height: 28px;
	}
	.single-post .post-meta {
		font-size: 12px;
	}

	.rtitle:after {
		font-size: 14px;
		line-height: 103px;
	}
	.rtitle > p {
		font-size: 16px;
		position: relative;
		top: -3px;
	}
	.id-widget .id-progress-raised, .id-widget .id-product-total, .id-widget .id-product-days, .ignitiondeck.id-mini .id-product-days {
		font-size: 21px;
	}
	.id-widget .id-product-funding, .id-widget .id-product-pledges, .id-widget .id-product-days-to-go, .ignitiondeck.id-mini .id-product-days-to-go {
		font-size: 12px;
	}
	.rpdata {
		margin-left: 30px;
	}

}

@media all and (max-width: 419px) {

	.wrapper, .single-ignition_product #page-title, .single-ignition_product .normal-content, .rtitle, #project-sidebar .id-widget-wrap {
		width: 320px;
	}
	.posts-grid .item, .krown-id-item {
		width: 150px;
	}
	.ignitiondeck.backer_profile .backer_data {
		display: none;
	}
	.ignitiondeck.backer_profile .backer_projects li.backer_project_mini .backer_project_image {
		height: 87px;
	}
	#main-menu .responsive-menu {
		right: 7px;
	}

	.ignitiondeck.backer_profile .backer_projects li.backer_project_mini, .ignitiondeck.backer_profile .backer_projects li.backer_project_mini:nth-child(3n+2) {
		width: 100%;
	}
	.ignitiondeck.backer_profile .backer_projects li.backer_project_mini:nth-child(odd), .ignitiondeck.backer_profile .backer_projects li.backer_project_mini:nth-child(even)  {
		padding: 0 !important;
	}
	.ignitiondeck.backer_profile .backer_projects li.backer_project_mini .backer_wrapper {
		padding-bottom: 50%;
	}

}

@media all and (max-width: 339px) { 

	.wrapper, .single-ignition_product #page-title, .single-ignition_product .normal-content, .rtitle, #project-sidebar .id-widget-wrap {
		width: 300px;
	}
	.posts-grid .item, .krown-id-item {
		width: 145px;
		margin-left: 5px;
		margin-right: 5px;
	}
	.carousel .carousel-holder, .krown-id-grid.default, .posts-grid {
		margin-left: -5px;
	}
	.ignitiondeck.backer_profile .backer_data {
		display: none;
	}
	.ignitiondeck.backer_profile .backer_projects li.backer_project_mini .backer_project_image {
		height: 87px;
	}
	#main-menu .responsive-menu {
		right: 7px;
	}

}

@media all and (max-width: 319px) {  

	html, body {
		overflow-x: scroll;
		width: 319px !important;
	}

}

/* ------------------------
-----   Retina adjustments    -----
------------------------------*/

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi){ 

	#logo .default {
		display: none !important;
	}
	#logo .retina {
		display: block;
	}

	.mejs-overlay-loading span {
		background-image:url(images/mediaelement/loading-goodwork_x2.gif);
		background-size:32px 32px;
	}
	.mejs-overlay-button, .no-svg .mejs-overlay-button {
		background-image:url(images/mediaelement/bigplay-goodwork_x2.png);
		background-size:49px 98px;
	}
	.mejs-overlay:hover .mejs-overlay-button {
		background-position:0 -70px;
	}
	.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle, .mejs-controls .mejs-time-rail .mejs-time-handle, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle, .mejs-controls .mejs-button button, .no-svg .mejs-controls .mejs-button button {
		background-image:url(images/mediaelement/controls-goodwork_x2.png);
		background-size:110px 60px;
	}
	.krown-twitter .intents a {
		background-image: url(images/twitter_x2.png);
		background-size: 26px 60px;
	}
	.post-meta li:before, .fancybox-thumb span:before, #s, #header #searchform:before {
		background-image: url(images/icons_x2.png) !important;
		background-size: 30px 140px;
	}
	#fancybox-loading div {
		background-image: url(images/preloader-222_x2.gif);
		background-size: 32px 32px;
	}
	.fancybox-nav span, .fancybox-close {
		background-image: url(images/sharpSprites_x2.png);
		background-size: 151px 50px;
	}
	.flexslider.mini, .page-template-template-contact-php .header-image {
		background-image: url(images/preloader-f7_x2.gif);
		background-size: 24px 24px;
	}
	.regular-select-inner, .ignitiondeck form .form-row .idc-dropdown:before, .memberdeck form .form-row .idc-dropdown:before {
		background-image: url(images/arrow_x2.png);
		background-size: 29px 37px;
	}

	.krown-pie.small .value {
		top: 22px;
	}

}

.memberdeck .idc-terms-checkbox { height: auto; }
.idc-terms-checkbox input.terms-checkbox-input {
	float: none !important;
	margin: 0 !important;
	padding: 0 !important;
	position: relative !important;
	top: -3px;
	z-index: 99999 !important;
}
.memberdeck form .form-row .checklist {
	text-align: left;
}
.memberdeck form .checklist input[type=checkbox] + label:before, .memberdeck form .checklist input[type=radio] + label:before {
	margin-left: 0;
	display: none;
}

.memberdeck h3.big {
	font-size: 22px;
}
.form-check label {
	display: inline;
}

.idc-terms-checkbox input.terms-checkbox-input {
	width: 16px !important;
	height: 16px !important;
	left: -1px;
}

.memberdeck #logged-input .border-bottom {
	border-bottom: none;
	margin-bottom: 38px;
}
form label, .memberdeck form .form-row label, .ignitiondeck form .form-row label {
	padding-left: 0;
	padding-bottom: 0;
	text-transform: none;
}
.memberdeck form .form-row.left {
	float: none !important;
}
.md-profile table tr span:empty {
	display: none !important;
}
.ignitiondeck.backer_profile .backer_info h3 {
	color: #333;
}
.ignitiondeck.backer_profile .backer_info .backer_title h3 + p {
	clear: both;
}
.ignitiondeck.backer_profile .backer_data .backer_joined {
	color: #999;
}
.ignitiondeck.backer_profile .id-backer-links {
	float: left;
	margin: 0;
	width: 100%;
	margin-top: 30px;
	color: #999;
}

.ignitiondeck .backer_avatar {
	position: absolute;
	display: block !important;
	left: 60px;
}
.ignitiondeck.backer_profile .backer_info img.avatar {
	border-radius: 0;
}
.memberdeck + img.avatar {
	display: none;
}

.ignitiondeck .fes_section h3, .memberdeck .checkout-header {
	font-size: 20px;
	line-height: 27px;
	margin-bottom: 38px !important;
	font-weight: 400;
	text-transform: uppercase;
	border-bottom: none;
	color: #333;
}
.ignitiondeck form#fes .form-row label, .ignitiondeck form .form-row label {
	font-size: 14px;
	color: #5b5b5b;
	font-weight: 700;
	text-transform: none;
	padding: 0;
}
.ignitiondeck form#fes .radio input, .ignitiondeck form .radio input, .ignitiondeck form#fes .radio label, .ignitiondeck form .radio label {
	padding-left: 8px;
}
.ignitiondeck form#fes .form-row.left, .ignitiondeck form .form-row.left {
	padding-right: 20px !important;
}
.ignitiondeck form#fes .form-row input:not([type="button"]), .ignitiondeck form .form-row input:not([type="button"]), .ignitiondeck form#fes .form-row textarea, .ignitiondeck form .form-row textarea, .ignitiondeck form#fes .form-row #project_faq, .ignitiondeck form .form-row #project_faq, .ignitiondeck form#fes .form-row #project_long_description, .ignitiondeck form .form-row #project_long_description, .ignitiondeck form#fes .form-row #project_level_1_long_description, .ignitiondeck form .form-row #project_level_1_long_description, .ignitiondeck form#fes .form-row #project_video, .ignitiondeck form .form-row #project_video, .ignitiondeck form#fes .form-row select, .ignitiondeck form .form-row select {
	background: #fff;
	border: 1px solid #eaeaea;
	padding: 12px 17px;
	font-size: 14px;
	line-height: 22px;
	color: #ccc;
	font-weight: 500;
	border-radius: 5px;
	width: 100%;
	display: inline-block;
	resize: none;
	height: auto;
	margin: 0 0 40px 0;
	box-shadow: none !important;
	border-radius: 5px;
	text-indent: 0;
}

#header #searchform {
	position: absolute;
	right: 0;
	top: -12px;
	width: 36px;
}
#header #searchform:before {
	background: url(images/icons_x2.png) no-repeat 4px -64px transparent !important;
	background-size: 30px 140px !important;
	display: block;
	position: absolute;
	content: "";
	top: 0px;
	right: 0;
	width: 36px;
	height: 48px;
	z-index: 9999;
}
#header #searchform #s {
	opacity: 0;
	visibility: hidden;
	background-image: none !important;
}
.touch #header #searchform #submit_s {
	z-index: 99999;
}
.no-touch #header #searchform:hover #s, .touch #header #searchform.hover #s {
	opacity: 1;
	visibility: visible;
}
.no-touch #header #searchform:hover, .touch #header #searchform.hover {
	width: 240px;
}
#main-menu.with-p-search {
	padding-right: 70px;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

.ignitiondeck.backer_profile .id-backer-links a {
	width: 25px;
}
.ignitiondeck.backer_profile .backer_data .backer_supported {
	color: #666;
}
.ignitiondeck.backer_profile .backer_data .backer_supported:before {
	display: none;
}
.ignitiondeck.backer_profile .backer_info .backer_title {
	padding-bottom: 40px;
}

.ignitiondeck.backer_profile .backer_projects li.backer_project_mini .backer_project_title a {
	color: #1b1b1b;
}

.ignitiondeck.backer_profile .backer_projects li.backer_project_mini .backer_project_title {
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	margin: 15px 0 -5px;
	text-transform: none;
}
.ignitiondeck.backer_profile .backer_projects li.backer_project_mini .backers_funded {
	color: #ccc;
	font-size: 12px;
}
.ignitiondeck.backer_profile .backer_projects li.backer_project_mini {
	margin-bottom: 50px;
}
.ignitiondeck.backer_profile .backer_projects li.backer_project_mini .backers_hover_content {
	display: none;
}
.ignitiondeck.backer_profile .backer_projects li.backer_project_mini .backers_days_left {
	font-size: 10px;
	background-color: rgba(0,0,0,.3);
	line-height: 27px;
	opacity: 1 !important;
}
.ignitiondeck.backer_profile .backer_projects {
	border-top: none;
}

.memberdeck .checkout-title-bar, .memberdeck .tooltip-text, .memberdeck #payment-form  {
	width: 100%;
	max-width: none;
	border: none;
}
.memberdeck .checkout-title-bar span.active {
	color: #333;
}
.memberdeck .checkout-title-bar span a {
	font-size: 12px;
	text-transform: uppercase;
}
.memberdeck .checkout-title-bar span:before {
	position: relative;
	top: 2px;
	left: -8px;
}
.memberdeck .checkout-title-bar span.active:after {
	border: none;
}
.memberdeck .checkout-title-bar span.checkout-project-title, .memberdeck .checkout-title-bar span.currency-symbol {
	background: transparent;
}
.memberdeck .checkout-title-bar span.currency-symbol, .memberdeck .checkout-title-bar span.currency-symbol .checkout-tooltip i.tooltip-color, .memberdeck .checkout-title-bar span.checkout-payment {
	color: #333;
}
.memberdeck .tooltip-text span {
	background: #f7f7f7;
	color: #999;
	display: block;
	border: none;
}
.memberdeck .checkout-title-bar span.currency-symbol .checkout-tooltip i, .memberdeck .checkout-title-bar span.checkout-confirmation {
	color: #ccc;
}
.memberdeck form .payment-type-selector {
	text-align: left;
}
.memberdeck form .payment-type-selector a {
	text-align: center;
	margin-bottom: 15px;
}
.memberdeck form .payment-type-selector a:hover, .memberdeck form .payment-type-selector a.active, .memberdeck form .payment-type-selector a.active:hover i, .memberdeck form .payment-type-selector a:hover i {
	border-color: #333;
}
.memberdeck form .payment-type-selector a span {
	bottom: -30px;
}
.memberdeck form .payment-type-selector div {
	padding: 0;
}
.memberdeck .main-submit-wrapper {
	border: none;
}
.memberdeck form .payment-type-selector a i {
	color: #bbb;
}
.memberdeck form #stripe-input {
	padding: 0;
}
.memberdeck form .payment-errors:before {
	display: none;
}
#share-embed {
	top: -8px;
	left: 2px;
	cursor: pointer;
}
#share-embed i:before {
	font-family: 'FontAwesome';
	font-size: 18px;
}
.embed-box.social-share {
	position: absolute;
	left: 0;
	background-color: #eee;
	padding: 20px 10px;
	box-shadow: 2px 2px 0 #ddd;
}
.embed-box.social-share code {
	border: none;
}

.ignitiondeck .progress-percentage {
	background: rgba(0,0,0,.1);
	text-indent: -9999px;
}
.id-mini .id-progress-raised {
	top: -5px;
	position: relative;
	font-size: 21px !important;
	left: -20px;
}
.krown-twitter > iframe {
	height: 25px !important;
}
.ignitiondeck.custom .backer_avatar img.avatar {
	height: auto;
}
.archive .backer_avatar {
	position: relative !important;
	left: 0 !important;
}
.archive .backer_avatar:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.memberdeck form .checklist input[type=checkbox], .memberdeck form .checklist input[type=radio] {
	left: 0 !important;
	top: -3px !important;
	opacity: 1 !important;
}
.memberdeck form .checklist input[type=checkbox]:checked + label:before, .memberdeck form .checklist input[type=checkbox]:checked + label:after {
	display: none;
}
input[type="submit"], .memberdeck button, .memberdeck input[type="submit"], .memberdeck form .form-row input[type="submit"], .memberdeck .button, .ignitiondeck form .main-btn, .ignitiondeck form input[type="submit"], .ignitiondeck a.learn-more-button, .ignitiondeck.idc_lightbox .form-row.submit input[type="submit"], .md-requiredlogin #wp-submit {
	background: #1d1d1d !important;
}
.ignitiondeck form#fes .border-bottom, .ignitiondeck form .border-bottom {
	display: none;
}
.ui-datepicker {
	position: absolute;
}
.ignitiondeck form#fes .form-row .idc-dropdown__select, .ignitiondeck form .form-row .idc-dropdown__select, .ignitiondeck form#fes .form-row.pretty_dropdown select, .ignitiondeck form .form-row.pretty_dropdown select {
	color: #ccc;
	border-color: #eaeaea;
	border-radius: 5px;
	font-size: 14px;
	padding: 12px 17px;
	font-weight: 500;
	background: url(images/arrow.png) no-repeat right 6px transparent;
}
.memberdeck .checkout-terms-wrapper {
	background: #f7f7f7;
	border-radius: 5px;
}
.memberdeck .main-submit-wrapper {
	display: inline;
}
.memberdeck .main-submit-wrapper #id-main-submit {
	float: right;
	margin-right: 30px;
}
@media all and (max-width: 960px) {

	.memberdeck .idc-terms-checkbox {
		height: auto;
		width: 100% !important;
		display: block;
	}	
	.memberdeck .main-submit-wrapper {
		display: block;
		width: 100%;
		text-align: center;
		height: auto;
	}
	.memberdeck .main-submit-wrapper #id-main-submit {
		float: none;
		margin-right: 0;
	}

}

input[type="file"] {
    padding: 0 !important;
    height: 48px !important;
}
@media all and (max-width: 640px) {
	.ignitiondeck form#fes .form-row.half, .ignitiondeck form .form-row.half, .ignitiondeck form#fes .half, .ignitiondeck form .half, .ignitiondeck form#fes .form-row.twothird, .ignitiondeck form .form-row.twothird, .ignitiondeck form#fes .twothird, .ignitiondeck form .twothird {
		width: 100% !important;
	}
	.ignitiondeck form#fes, .ignitiondeck form, .memberdeck #logged-input {
		padding: 0;
	}
	.ignitiondeck form#fes .form-row.left, .ignitiondeck form .form-row.left {
		padding-right: 0 !important;
	}
	.ignitiondeck form#fes input[type=submit], .ignitiondeck form input[type=submit] {
		font-size: 12px !important;
		padding: 0 20px !important;
		height: 40px !important;
	}
	.wpeditor input[type="button"] {
    	margin-bottom: 0 !important;
	}
	.ignitiondeck form .form-row.third, .ignitiondeck form .third {
		margin: 0 !important;
	}
}

.ignitiondeck.backer_profile .backer_info .backer_avatar {
	width: 50%;
}
.ignitiondeck.idc_lightbox .form-row.total input {
	height: 47px;
	padding: 12px 17px;
	color: #666;
}
.memberdeck .md-profile .profile-info-wrapper {
    float: none;
    width: auto;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
}