/*
	Theme Name: StudioPress
	Description: Custom designed theme for websynthesis.com
	Author: Copyblogger Media
	Author URI: http://www.copyblogger.com/
 
	Version: 4.0
 
	Tags: black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
	Template: genesis
	Template Version: 2.0.0
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

.narrow-page .content-sidebar-wrap {
	max-width: 800px;
}

article.page.clear {
	border-bottom: none;
	padding-bottom: 0px;
}

/* Themes setup */
.themes-setup ul {
	list-style: none;
}

.themes-setup ul li {
	border-bottom: 1px solid #ddd;
	float: left;
	font-weight: bold;
	list-style: none;
	margin: 0 4% 0 0;
	padding: 10px;
	width: 45%;
}

.themes-setup ul li a {
	float: right;
}

.themes-setup ul li:hover {
	background: #e5f1f8;
}

.rsswidget img {
	display: none;
}

.rsswidget {
	border: none !important;
	color: #aaa;
}


/* Navigation
--------------------------------------------- */

/*#menu-item-15993 {
	background: #fff;
}

#menu-item-15993 a {
	color: #0274be;
}*/


/* Tables
--------------------------------------------- */

.sp-table {
	border: 1px solid #ddd;
	border-bottom: none;
	font-size: 18px;
	margin-bottom: 40px;
	overflow: hidden;
}

.sp-table-left,
.sp-table-right {
	border-bottom: 1px solid #ddd;
	display: block;
	padding: 10px 20px;
	width: 50%;
}

.sp-table-left {
	border-right: 1px solid #ddd;
	float: left;
}

.sp-table-right {
	float: left;
}

/* Blue Bar
--------------------------------------------- */
#blue-bar {
	background-color: #0274bd;
	height: 73px;
}

#blue-bar .wrap {
	padding: 24px 0 20px;
	padding: 2.4rem 0 2rem;
}

#blue-bar img {
	height: 42px;
	margin-top: -8px;
	margin-top: -0.8rem;
	width: 42px;
}

#blue-bar h2 {
	color: #fff;
	display: inline;
	font-size: 20px;
	font-size: 2rem;
	margin: 0 16px 0 24px;
	margin: 0 1.6rem 0 2.4rem;
}

#blue-bar a.account {
	border-bottom: 1px dotted #84cfff;
	color: #84cfff;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}

#blue-bar a.account:hover {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

#blue-bar .user-info {
    float: left;
    width: 40%;
}

#blue-bar .quick-links {
    color: #84cfff;
    float: right;
    font-size: 14px;
    font-size: 1.4rem;
}

#blue-bar .quick-links a {
	border-bottom: 3px solid #0274be;
    color: #fff;
    font-weight: bold;
    height: 49px;
    margin: 0 12px;
    margin: 0 1.2rem;
	padding-bottom: 18px;
	padding-bottom: 1.8rem;
	padding-top: 5px;
	padding-top: 0.5rem;
}

#blue-bar .quick-links li.span a {
    color: #84cfff;
	cursor: default;
	display: inline-block;
	font-weight: normal;
}

#blue-bar .quick-links a:hover,
#blue-bar .quick-links li.current-menu-item a {
	border-bottom: 3px solid #fff;
	padding-bottom: 18px;
	padding-bottom: 1.8rem;
}

#blue-bar .quick-links li.span a:hover {
	border: none;
}


/* My.StudioPress Dashboard
--------------------------------------------- */

.home .site-inner {
	display: none;
}

.home #mysp-dashboard.site-inner {
	display: block;
	padding-bottom: 0;
}

/* Welcome Message */
#mysp-dashboard .welcome-message .inner {
	background-image: url(images/dashboard/sp-logo.png);
	background-position: 20px top;
	background-repeat: no-repeat;
	background-size: 116px 116px;
	padding-left: 200px;
	padding-left: 20rem;
	position: relative;
	margin: 40px;
	margin: 4rem;
}

#mysp-dashboard .welcome-message h1 {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 500;
}

#mysp-dashboard .welcome-message .close-button {
	background: #0274bd;
	color: #fff;
	padding: 3px 5px 2px 4px;
	padding: 0.3rem 0.5rem 0.2rem 0.4rem;
	position: absolute;
	right: -40px;
	top: -39px;
}

#mysp-dashboard .welcome-message .close-button:hover {
	background: #222;
}

/* Search form */
#mysp-dashboard .search-section {
	background: #eee;
	padding: 40px;
	padding: 4rem;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

#mysp-dashboard .search-section input {
	color: #666;
	background-image: url(images/icon-search.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 30px 13px;
}

/* Downloads */
#mysp-dashboard .downloads .left {
    background-color: #0274be;
	background-image: url(images/bg-blue-texture.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	background-size: 1440px 286px;
    border: 1px solid #fff;
    color: #fff;
    float: left;
    height: 385px;
    margin-right: -1px;
    text-align: center;
	width: 50%;
}

#mysp-dashboard .downloads .left .icon {
	background-image: url(images/dashboard/downloads.png);
	background-size: 100%;
	height: 96px;
	margin: 95px auto 30px;
	width: 107px;
}

#mysp-dashboard .downloads .left h3 {
	color: #fff;
	font-size: 34px;
	font-size: 3.4rem;
	font-weight: 500;
	margin: 0 0 10px;
	margin: 0 0 1rem;
}

#mysp-dashboard .downloads .left p {
	color: #84cfff;
	font-size: 16px;
	font-size: 1.6rem;
}

#mysp-dashboard .downloads .right {
    float: right;
    width: 50%;
}

#mysp-dashboard .downloads .right .inner {
	margin: 40px;
	margin: 4rem;
}

#mysp-dashboard .downloads .right h3 {
	font-size: 22px;
	font-size: 2.2rem;
	margin: 0 0 25px;
	margin: 0 0 2.5rem;
}

#mysp-dashboard .downloads .right h3 a {	
	border-bottom: 1px dotted #0274be;
	font-size: 16px;
	float: right;
	padding-top: 5px;
}

#mysp-dashboard .downloads .right h3 a:hover {
	border-bottom: 1px dotted #333;
}

/* Login form */
#mysp-dashboard .login-box .left {
    background-color: #0274be;
	background-image: url(images/bg-blue-texture.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	background-size: 1440px 286px;
    border: 1px solid #fff;
    color: #fff;
    float: left;
    height: 435px;
    margin-right: -1px;
    padding: 50px 100px;
    padding: 5rem 10rem;
    text-align: center;
	width: 50%;
}

#mysp-dashboard .login-box .left h3 {
    color: #84cfff;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 300;
    margin: 0 0 30px;
    margin: 0 0 3rem;
}

#mysp-dashboard .login-box .left h3 span {
    color: #fff;
    display: block;
    font-size: 38px;
    font-size: 3.8rem;
    font-weight: bold;
    margin-top: 10px;
    margin-top: 1rem;
}

#mysp-dashboard .login-box .left a {
	border-bottom: 1px dotted #84cfff;
	color: #84cfff;
}

#mysp-dashboard .login-box .left a:hover {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

#mysp-dashboard .login-box label {
    display: none;
    /*margin-right: 20px;
    text-align: right;
    width: 100px;*/
}

#mysp-dashboard .login-box p {
    margin-bottom: 10px;
    margin-bottom: 1rem;
}

#mysp-dashboard .login-box input.input {
	text-align: center;
    width: 80%;
}

#mysp-dashboard .login-box .left #wp-submit {
	background: #9bc23c;
	border: 2px solid #fff !important;
    width: 80%;
}

#mysp-dashboard .login-box .right {
    float: right;
    padding-top: 100px;
    padding-top: 10rem;
    text-align: center;
    width: 50%;
}



/* Content */
#mysp-dashboard .dashboard-content .inner {
	margin: 40px;
	margin: 4rem;
}

#mysp-dashboard .dashboard-content h3 {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 300;
	margin: 0 0 40px;
	margin: 0 0 4rem;
}

#mysp-dashboard .dashboard-content .section {
	border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    margin-bottom: 4rem;
    padding-bottom: 20px;
    padding-bottom: 2rem;
}

#mysp-dashboard .dashboard-content .left {
	float: left;
	width: 48%;
}

#mysp-dashboard .dashboard-content .right {
	float: right;
	width: 48%;
}

#mysp-dashboard .dashboard-content .box {
	border: 1px solid #ddd;
	color: #222;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	height: 170px;
	line-height: 1.1;
	margin-bottom: 20px;
	margin-bottom: 2rem;
	margin-right: 15px;
	margin-right: 1.5rem;
	padding: 10px;
	padding: 1rem;
	position: relative;
	text-align: center;
	vertical-align: top;
	width: 155px;
}

#mysp-dashboard .dashboard-content .box.locked {
	background: #f5f5f5;
	cursor: default;
	color: #aaa;
}

#mysp-dashboard .dashboard-content .box:before {
	background-image: url(images/dashboard/dashboard-icons.png);
	background-size: 960px 180px;
    /*background-position-y: -71px;*/
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 44px;
	margin: 10px auto 10px;
	margin: 1rem auto 1rem;
	width: 60px;
}

#mysp-dashboard .dashboard-content .box.locked:after {
	background-image: url(images/dashboard/locked.png);
	background-size: 100%;
	content: "";
	height: 38px;
	left: 50%;
	margin-left: -19px;
	margin-left: -1.9rem;
	position: absolute;
	top: -19px;
	width: 38px;
	z-index: 99;
}

#mysp-dashboard .dashboard-content .box small a {
	text-decoration: underline;
}

#mysp-dashboard .dashboard-content .icon-1:before { background-position: 0px -68px; }
#mysp-dashboard .dashboard-content .icon-2:before { background-position: -60px -68px; }
#mysp-dashboard .dashboard-content .icon-2b:before { background-position: -840px -68px; }
#mysp-dashboard .dashboard-content .icon-3:before { background-position: -120px -68px; }
#mysp-dashboard .dashboard-content .icon-4:before { background-position: -180px -68px; }
#mysp-dashboard .dashboard-content .icon-5:before { background-position: -240px -68px; }
#mysp-dashboard .dashboard-content .icon-6:before { background-position: -300px -68px; }
#mysp-dashboard .dashboard-content .icon-7:before { background-position: -360px -68px; }
#mysp-dashboard .dashboard-content .icon-8:before { background-position: -420px -68px; }
#mysp-dashboard .dashboard-content .icon-9:before { background-position: -480px -68px; }
#mysp-dashboard .dashboard-content .icon-10:before { background-position: -540px -68px; }
#mysp-dashboard .dashboard-content .icon-11:before { background-position: -600px -68px; }
#mysp-dashboard .dashboard-content .icon-12:before { background-position: -660px -68px; }
#mysp-dashboard .dashboard-content .icon-13:before { background-position: -720px -68px; }
#mysp-dashboard .dashboard-content .icon-14:before { background-position: -780px -68px; }
#mysp-dashboard .dashboard-content .icon-15:before { background-position: -900px -68px; }

#mysp-dashboard .dashboard-content a.icon-1:hover:before { background-position: 0px -128px; }
#mysp-dashboard .dashboard-content a.icon-2:hover:before { background-position: -60px -128px; }
#mysp-dashboard .dashboard-content .icon-2b:hover:before { background-position: -840px -128px; }
#mysp-dashboard .dashboard-content a.icon-3:hover:before { background-position: -120px -128px; }
#mysp-dashboard .dashboard-content a.icon-4:hover:before { background-position: -180px -128px; }
#mysp-dashboard .dashboard-content a.icon-5:hover:before { background-position: -240px -128px; }
#mysp-dashboard .dashboard-content a.icon-6:hover:before { background-position: -300px -128px; }
#mysp-dashboard .dashboard-content a.icon-7:hover:before { background-position: -360px -128px; }
#mysp-dashboard .dashboard-content a.icon-8:hover:before { background-position: -420px -128px; }
#mysp-dashboard .dashboard-content a.icon-9:hover:before { background-position: -480px -128px; }
#mysp-dashboard .dashboard-content a.icon-10:hover:before { background-position: -540px -128px; }
#mysp-dashboard .dashboard-content a.icon-11:hover:before { background-position: -600px -128px; }
#mysp-dashboard .dashboard-content a.icon-12:hover:before { background-position: -660px -128px; }
#mysp-dashboard .dashboard-content a.icon-13:hover:before { background-position: -720px -128px; }
#mysp-dashboard .dashboard-content a.icon-14:hover:before { background-position: -780px -128px; }
#mysp-dashboard .dashboard-content a.icon-15:hover:before { background-position: -900px -128px; }

#mysp-dashboard .dashboard-content .icon-1.locked:before { background-position: 0px -8px; }
#mysp-dashboard .dashboard-content .icon-2.locked:before { background-position: -60px -8px; }
#mysp-dashboard .dashboard-content .icon-2b.locked:before { background-position: -840px -8px; }
#mysp-dashboard .dashboard-content .icon-3.locked:before { background-position: -120px -8px; }
#mysp-dashboard .dashboard-content .icon-4.locked:before { background-position: -180px -8px; }
#mysp-dashboard .dashboard-content .icon-5.locked:before { background-position: -240px -8px; }
#mysp-dashboard .dashboard-content .icon-6.locked:before { background-position: -300px -8px; }
#mysp-dashboard .dashboard-content .icon-7.locked:before { background-position: -360px -8px; }
#mysp-dashboard .dashboard-content .icon-8.locked:before { background-position: -420px -8px; }
#mysp-dashboard .dashboard-content .icon-9.locked:before { background-position: -480px -8px; }
#mysp-dashboard .dashboard-content .icon-10.locked:before { background-position: -540px -8px; }
#mysp-dashboard .dashboard-content .icon-11.locked:before { background-position: -600px -8px; }
#mysp-dashboard .dashboard-content .icon-12.locked:before { background-position: -660px -8px; }
#mysp-dashboard .dashboard-content .icon-13.locked:before { background-position: -720px -8px; }
#mysp-dashboard .dashboard-content .icon-14.locked:before { background-position: -780px -8px; }
#mysp-dashboard .dashboard-content .icon-15.locked:before { background-position: -900px -8px; }

#mysp-dashboard .dashboard-content .box.locked .members-only {
	background: #f5f5f5;
	display: none;
	font-size: 24px;
	font-weight: 300;
	height: 100%;
	left: 0px;
	line-height: 1.3;
	padding: 50px 20px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 1;
}

#mysp-dashboard .dashboard-content .box.locked:hover .members-only {
	display: block;
}

/*#mysp-dashboard .dashboard-content .box.locked:before {
    background-position-y: 0px;
}*/

/*#mysp-dashboard .dashboard-content a.box:hover:before {
    background-position-y: -142px;
}*/

#mysp-dashboard .dashboard-content .right .box:last-child,
#mysp-dashboard .dashboard-content .left .box:last-child {
	margin-right: 0px;
}

#mysp-dashboard .dashboard-content a.box:hover {
	background: #0274bd;
	border: 1px solid #0274bd;
	color: #fff;
}

#mysp-dashboard .dashboard-content .box small {
	color: #aaa;
	display: block;
	font-weight: normal;
	height: 100px;
	line-height: 1.2;
	margin: 0 -10px;
	margin: 0 -1rem;
	padding: 10px;
	padding: 1rem;
	position: relative;
}

#mysp-dashboard .dashboard-content a.box:hover small {
	color: #fff;
}

#mysp-dashboard .dashboard-content .coming-soon:after {
	background: #0274bd;
	color: #fff;
	content: "coming soon";
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	height: 12px;
	padding: 5px 10px;
	padding: 0.5rem 1rem;
	position: absolute;
	left: 1px;
	top: 1px;
	width: 77px;
}

/* Tutorials */

.sidebar .widget_sp_cpt_nav ul.toggle-class li {
	list-style-type: none;
	cursor: pointer;
	position: relative;
}

.sidebar .widget_sp_cpt_nav li .children {
	border: none;
	margin: 0;
	padding: 10px 0 0 24px;
}

.sidebar .widget_sp_cpt_nav li .children ul {
	padding: 10px 0;
}

.sidebar .widget_sp_cpt_nav .toggle-class > li > .children li:last-child {
	padding-bottom: 0;
}

.sidebar .widget_sp_cpt_nav .toggle-class > li > .children > li:last-child {
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 16px;
}

.sidebar .widget_sp_cpt_nav .children li {
	padding: 6px 0;
}

.sidebar .widget_sp_cpt_nav .children li a {
	border: none;
	font-weight: normal;
	padding: 0;
}

.sidebar .widget_sp_cpt_nav .current_page_parent:before,
.sidebar .widget_sp_cpt_nav .page_item_has_children:before {
	background-color: #fff;
	border-radius: 3px;
	content: '\2b';
	display: block;
	height: 16px;
	left: -4px;
	line-height: 1;
	position: absolute;
	text-align: center;
	top: 8px;
	width: 16px;
}

.sidebar .widget_sp_cpt_nav .toggle-class > .page_item_has_children > a {
    margin-left: 24px;
}

.sidebar .widget_sp_cpt_nav .toggle-class .page_item_has_children .page_item_has_children {
    padding-left: 24px;
}

.sidebar .widget_sp_cpt_nav .toggle-class > .page_item_has_children {
	margin-left: -24px;
}

.sidebar .widget_sp_cpt_nav .toggle-class > .current_page_item > a {
}

.sidebar .widget_sp_cpt_nav .toggle-class > .page_item_has_children:before {
	top: 18px;
}

.sidebar .widget_sp_cpt_nav .chapter-open.current_page_ancestor:before,
.sidebar .widget_sp_cpt_nav .chapter-open:before,
.sidebar .widget_sp_cpt_nav .toggle-class > .chapter-open.current_page_item:before {
	content: '\2d';
}

.sidebar .widget_sp_cpt_nav .current_page_item > a,
.sidebar .widget_sp_cpt_nav .toggle-class .page_item_has_children li:hover {
	color: #0274be;
}

.next-tutorial,
.previous-tutorial {
	background-color: #0274be;
	border-radius: 3px;
	background-clip: padding-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
	border: none;
	color: #fff;
	margin-top: 32px;
	margin-top: 3.2rem;
	padding: 16px 32px;
	padding: 1.6rem 3.2rem;
}

.next-tutorial:hover,
.previous-tutorial:hover {
	box-shadow: inset 0 3px 0 rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 3px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 3px 0 rgba(0,0,0,.2);
	background: #005f9d;
	color: #fff;
}

.next-tutorial a,
.next-tutorial a:hover,
.previous-tutorial a,
.previous-tutorial a:hover {
	border: none;
	color: #fff;
}

.type-setup .entry-content h2,
.type-setup .entry-content h3 {
	font-weight: 700;
	letter-spacing: 0.15rem;
	text-transform: uppercase;
}

.type-setup .entry-content h2 {
	font-size: 30px;
	font-size: 3rem;
}

.type-setup .entry-content h3 {
	font-size: 18px;
	font-size: 1.8rem;
}

/* Pro-Plus Page
--------------------------------------------- */

.returning-customer-badge {
	background-image: url(images/icon-returningcustomer.png);
	background-size: 100%;
	height: 125px;
	position: absolute;
	right: -63px;
	top: -12px;
	z-index: 999;
	width: 125px;
}

.pro-plus .site-inner {
	padding-bottom: 0px;
}

.pro-plus #menu-item-7 {
	background: #fff;
}

.pro-plus #menu-item-7 a {
	color: #0274be;
}

#pro-plus-page {
	background-color: #0274be;
	background-image: url(images/pro-plus/pro-plus-bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	background-size: 1136px 744px;
	border: 1px solid #fff;
	color: #fff;
	height: auto;
	margin: -80px;
	margin: -8rem;
	padding: 80px 80px 40px;
	padding: 8rem 8rem 4rem;
	position: relative;
	text-align: center;
}

#pro-plus-page h1 {
	font-size: 72px;
	font-size: 7.2rem;
	font-weight: 700;
}

#pro-plus-page p {
	font-size: 24px;
	font-size: 2.4rem;
}

#pro-plus-page h3 {
	font-size: 42px;
	font-size: 4.2rem;
    position: relative;
}

#pro-plus-page .light {
	color: #84cfff;
	display: block;
	font-size: 28px;
	font-size: 2.8rem;
	margin: 30px 0;
	margin: 3rem 0;
}

#pro-plus-page strike {
	color: #84cfff;
}

#pro-plus-page .light strong {
	color: #fff;
}

#pro-plus-page p.small {
	color: #84cfff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 40px;
	margin-top: 4rem;
}

#pro-plus-page a.btn-green-big {
	font-weight: 700;
	padding-left: 70px;
	padding-left: 7rem;
	padding-right: 70px;
	padding-right: 7rem;
	position: relative;
}

#pro-plus-page a.btn-green-big:before,
#pro-plus-page a.btn-green-big:after {
	content: "";
	display: block;
	background-size: 100%;
	position: absolute;
}

#pro-plus-page a.btn-green-big:before {
	background-image: url(images/pro-plus/arrow-left.png);
	height: 116px;
	left: -90px;
	top: -80px;
	width: 47px;
}

#pro-plus-page a.btn-green-big:after {
	background-image: url(images/pro-plus/arrow-right.png);
	height: 115px;
	right: -90px;
	top: -80px;
	width: 45px;
}


/* Downloads
--------------------------------------------- */
#member-downloads {
	margin-bottom: 60px;
	margin-bottom: 6rem;
	margin-top: 20px;
	margin-top: 2rem;
}

#member-downloads table,
#mysp-dashboard .downloads table {
	width: 100%;
}

#member-downloads tr,
#mysp-dashboard .downloads tr {
    border-bottom: 1px solid #ddd;
}

#member-downloads tr.alt {
    background: #f5f5f5;
}

#member-downloads tr:hover,
#mysp-dashboard .downloads tr:hover {
    background: #e5f1f8;
}

#member-downloads td {
    padding: 10px 20px;
    padding: 1rem 2rem;
}

#mysp-dashboard .downloads td {
    padding: 10px 10px;
    padding: 1rem 1rem;
}

#member-downloads th,
#mysp-dashboard .downloads th {
    background: #fff !important;
    padding: 25px 20px;
    padding: 2.5rem 2rem;
}

#mysp-dashboard .downloads th {
	color: #aaa;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	padding: 10px 10px;
	padding: 1rem 1rem;
}

#member-downloads .col1,
#mysp-dashboard .downloads .col1 {
    text-align: left;
}

#member-downloads td.col1,
#mysp-dashboard .downloads td.col1 {
    font-family: 'museo-sans', sans-serif;
    font-weight: 700;
}

#member-downloads td.col3 {
    color: #666;
    font-size: 16px;
    font-size: 1.6rem;
}

#member-downloads td.col3 small {
	color: #666;
}

#member-downloads .col2,
#member-downloads .col3,
#member-downloads .col4,
#member-downloads .col5,
#mysp-dashboard .downloads .col2,
#mysp-dashboard .downloads .col3 {
    text-align: center;
}

#member-downloads small {
	display: block;
}

#member-downloads .btn-primary-small,
#mysp-dashboard .downloads td .btn-primary-small {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 4px 15px 3px;
    padding: 0.4rem 1.5rem 0.3rem;
}

#member-downloads .btn-gray,
#mysp-dashboard .downloads td .btn-gray {
	padding-left: 10px;
	padding-left: 1rem;
}

#member-downloads .Community,
#member-downloads .StudioPress {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 30px;
}

#member-downloads .Community {
	background-image: url(images/downloads/type-community.png);
	background-size: 19px 27px;
}

#member-downloads .StudioPress {
	background-image: url(images/downloads/type-sp.png);
	background-size: 20px 20px;
}

#member-downloads .img {
    background: #eee;
    border-radius: 50%;
    display: inline-block;
    height: 60px;
	margin-right: 20px;
	vertical-align: middle;
    width: 60px
}

#member-downloads img {
    border-radius: 50%;
	height: 60px;
	width: 60px;
}

/* Accelerator
--------------------------------------------- */

body.sp-popup {
	background: #fff;
}

body.sp-popup .site-inner {
	padding: 0 !important;
}

body.sp-popup .content-sidebar-wrap,
body.sp-popup .wrap {
	max-width: 100% !important;
}

body.sp-popup .content {
	border: none !important;
}

body.sp-popup .entry-content h2 {
	margin-top: 0;
}

.sp-accelerator-table {
	border-top: 1px solid #ddd;
	margin-top: 40px;
}

form.sp-accelerator {
    margin-top: 40px;
}

form.sp-accelerator .field.type-data label {
	font-weight: bold;
	float: left;
	padding: 0 0 10px;
	margin: 0;
	text-align: left;
}

form.sp-accelerator .field.type-data small {
	display: block;
	font-size: 85%;
	clear: both;
	line-height: 1.5;
	margin-top: 10px;
	width: 100%;
}

.server-table {
	display: table;
	width: 100%;
}

.server-table th {
	background: #f5f5f5;
}

.server-table th,
.server-table td {
	border-bottom: 1px solid #ddd;
	padding: 15px;
	text-align: left;
}

.server-table .delete {
    text-align: center;
}

.server-table .delete a {
    border: none;
    color: #be023c;
}

.modal a.close-modal {
	border: none;
}

.modal {
	padding: 0px !important;
	z-index: 9999 !important;
}


/* Accelerator CTA */
.cta-accelerator .inner {
	margin: 40px;
	margin: 4rem;
}

.cta-accelerator .left {
	float: left;
	width: 20%;
}

.cta-accelerator .right {
	float: right;
	width: 75%;
}

.cta-accelerator h3 {
	margin-top: 0px;
}


/* Premise Checkout
--------------------------------------------- */

.content .accesspress-checkout-form-cc {
	display: none;
}

.content .accesspress-checkout-form-account,
.content .accesspress-checkout-form-payment-method,
.content .accesspress-checkout-form-cc {
	border-radius: 3px;
    
    box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.03);
    
	border: 1px solid #ddd;
	padding: 32px;
	padding: 3.2rem;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.content .accesspress-checkout-heading {
	border-bottom: 1px solid #ddd;
	color: #777;
	display: block;
	font-family: 'museo-sans', sans-serif;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 300;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding-bottom: 16px;
	padding-bottom: 1.6rem;
}

.content .premise-checkout-wrap {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.content .premise-checkout-wrap .accesspress-checkout-form-row {
	clear: both;
	float: none;
	min-height: 60px;
	vertical-align: middle;
}

.content .premise-checkout-wrap .checkout-text-label {
	float: left;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: right;
	padding: 14px 0;
	padding: 1.4rem 0;
	vertical-align: middle;
	width: 20%;
}

.content .premise-checkout-wrap .input-text {
	background-color: #fff;
	border: 1px solid #ddd;
	-moz-box-shadow: inset 1px 1px 3px #e5e5e5;
	-webkit-box-shadow: inset 1px 1px 3px #e5e5e5;
	box-shadow: inset 1px 1px 3px #e5e5e5;
	color: #777;
	float: left;
	margin-left: 32px;
	margin-left: 3.2rem;
	padding: 16px;
	padding: 1.6rem;
	vertical-align: middle;
	width: 70%;
}

.content .premise-payment-method-header {
	display: none;
}

.content .accesspress-checkout-payment-method-wrap,
.content .accesspress-checkout-payment-method-cc-wrap,
.content .accesspress-checkout-payment-method-paypal-wrap {
	height: 80px;
	position: relative;
}

.content .accesspress-checkout-payment-method-wrap label,
.content .accesspress-checkout-payment-method-cc-wrap label,
.content .accesspress-checkout-payment-method-paypal-wrap label {
	/*background-color: #f5f5f5;*/
	cursor: pointer;
	font-weight: bold;
	left: 0px;
	margin-left: 0;
	padding: 32px 0;
	padding: 3.2rem 0;
	position: absolute;
	text-indent: 70px;
	width: 100%;
}

.content .accesspress-checkout-payment-method-cc-wrap label {
	background-image: url(images/cc.png);
	background-repeat: no-repeat;
	background-position: 310px 19px;
}

.content .accesspress-checkout-payment-method-paypal-wrap label {
	background-image: url(images/paypal.png);
	background-repeat: no-repeat;
	background-position: 230px 19px;
}

.content .accesspress-checkout-payment-method-paypal-wrap label a {
	display: none;
}

.content .accesspress-checkout-payment-method-wrap input,
.content .accesspress-checkout-payment-method-cc-wrap input.checkout-radio,
.content .accesspress-checkout-payment-method-paypal-wrap input.checkout-radio {
	cursor: pointer;
	left: 25px;
	position: absolute;
	top: 36px;
	width: auto;
	z-index: 999;
}

.content .premise-checkout-wrap select {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 14px 0 0 10px;
	margin: 1.4rem 0 0 1rem;
	width: auto;
}

.content #accesspress-checkout-card-month,
.content #accesspress-checkout-card-country {
	margin-left: 32px;
	margin-left: 3.2rem;
}

.content #accesspress-checkout-card-security {
	width: 100px;
}

.content #accesspress-checkout-card-postal {
	width: 150px;
}

.content .premise-checkout-wrap .description {
	background: #fff url(images/sc-icons.png);
	color: #777;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 14px;
	font-size: 1.4rem;
	height: 20px;
	margin: 18px 0 0 32px;
	margin: 1.8rem 0 0 3.2rem;
	position: relative;
	text-indent: -9999px;
	width: 60px;
}

.content .premise-checkout-wrap .mycb-email-verify {
	text-align: right;
	display: block;
	font-size: 15px;
	color: #999;
	margin: 10px 0;
	margin: 1rem 0;
	padding: 10px 20px;
	padding: 1rem 2rem;
}

.content .user-agreement {
	clear: both;
	color: #777;
	margin-top: 32px;
	margin-top: 3.2rem;
}

.content .premise-checkout-wrap .input-submit {
	padding: 20px 32px;
	padding: 2rem 3.2rem;
	white-space: normal;
}

.content .accesspress-checkout-form-cc {
	background-image: url(images/icon-secure.png);
	background-repeat: no-repeat;
	background-position: right top;
}

#security-box {
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    1px 1px 5px rgba(0, 0, 0, 0.15);
	box-shadow:         1px 1px 5px rgba(0, 0, 0, 0.15);
	background: #eee;
	color: #333;
	display: none;
	font-size: 14px;
	font-size: 1.4rem;
	font-style: normal;
	left: 80px;
	padding: 0 24px 24px;
	padding: 0 2.4rem 2.4rem;
	position: absolute;
	top: -70px;
	width: 280px;
	z-index: 999;
}

.content .acp-error,
.content .premise-checkout-lookup {
	background-color: #a41600;
	background-image: url(images/icon-sad.png);
	background-position:  20px 15px;
	background-repeat: no-repeat;
	color: #fff;
	display: block;
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	padding: 16px 32px 16px 72px;
	padding: 1.6rem 3.2rem 1.6rem 7.2rem;
}

.content .acp-error a,
.content .premise-checkout-lookup a {
	color: #fff;
	border: none;
	text-decoration: underline;
}

.order-summary .order-summary-title {
	color: #222;
	margin: 10px 0;
	margin: 1rem 0;
}

.order-summary small {
	color: #666;
	display: block;
	font-weight: bold;
	margin-bottom: 16px;
	margin-bottom: 1.6rem
}

.order-summary .order-summary-price {
	color: #0274be;
    font-family: 'museo-sans', sans-serif;
	font-size: 34px;
	font-size: 3.4rem;
	font-weight: 300;
	margin-bottom: 0px;
}

.order-summary .order-summary-price strike {
	color: #aaa;
	display: inline-block;
	font-size: 20px;
	font-size: 2.0rem;
	margin-left: 10px;
	margin-left: 1rem;
	vertical-align: middle;
}

.order-summary ul li {
	border-bottom: 1px solid #d6d6d6;
	color: #666;
	display: block;
	padding: 16px 0;
	padding: 1.6rem 0;
}

/* Billing table */
.content .member-billing-table {
	margin-bottom: 40px;
}

.content .member-billing-table {
	border-spacing: 0;
	display: table;
	width: 100%;
}
.content .member-billing-order td {
	border-top: 30px solid #fff;
	color: #0274be;
	font-weight: bold;
	padding-left: 0 !important;
	width: 100%;
}

.content .member-billing-table th, 
.content .member-billing-table td {
	border-bottom: 1px solid #ddd;
	display: table-cell;
	padding: 10px;
	text-align: left;
}

.content .member-billing-table th {
	background: #f4f4f4;
	font-size: 14px;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */

/* Retina screen */
@media screen and (-webkit-min-device-pixel-ratio: 2) {

	#member-downloads .Community { background-image: url(images/downloads/type-community@2x.png); }
	#member-downloads .StudioPress { background-image: url(images/downloads/type-sp@2x.png); }
	#pro-plus-page a.btn-green-big:before { background-image: url(images/pro-plus/arrow-left@2x.png); }
	#pro-plus-page a.btn-green-big:after { background-image: url(images/pro-plus/arrow-right@2x.png); }
	#mysp-dashboard .welcome-message .inner { background-image: url(images/dashboard/sp-logo@2x.png); }
	#mysp-dashboard .search-section input { background-image: url(images/icon-search@2x.png); }
	#mysp-dashboard .downloads .left { background-image: url(images/bg-blue-texture@2x.jpg); }
	#mysp-dashboard .downloads .left .icon { background-image: url(images/dashboard/downloads@2x.png); }
	#mysp-dashboard .dashboard-content .box:before { background-image: url(images/dashboard/dashboard-icons@2x.png); }
	#mysp-dashboard .dashboard-content .box.locked:after { background-image: url(images/dashboard/locked@2x.png); }
	.returning-customer-badge { background-image: url(images/icon-returningcustomer@2x.png); }
	
}


/* Responsive design */
@media only screen and (max-width: 1139px) {

	#blue-bar .wrap {
		padding-left: 2%;
		padding-right: 2%;
	}
	
	#mysp-dashboard .downloads .left {
		width: 45%;
	}
	
	#mysp-dashboard .downloads .right {
		width: 55%;
	}
	
	.content .accesspress-checkout-payment-method-cc-wrap input.checkout-radio,
	.content .accesspress-checkout-payment-method-paypal-wrap input.checkout-radio {
		margin-left: 0;
	}
	
	.content .accesspress-checkout-payment-method-cc-wrap label,
	.content .accesspress-checkout-payment-method-paypal-wrap label {
		text-indent: 40px;
	}
	
	.content .accesspress-checkout-payment-method-cc-wrap label {
		background-position: 270px 19px;
	}
	
}

@media only screen and (max-width: 1023px) {
	
	#mysp-dashboard .downloads .left,
	#mysp-dashboard .downloads .right {
		float: none;
		width: 100%;
	}
	
	#mysp-dashboard .downloads .left {
		height: auto;
		text-align: left;
	}
	
	#mysp-dashboard .downloads .left .icon {
		float: left;
		margin: 40px 60px 40px 60px;
		margin: 4rem 6rem;
	}
	
	#mysp-dashboard .downloads .left h3 {
		padding-top: 45px;
		padding-top: 4.5rem;
	}
	
	#mysp-dashboard .search-section {
		padding: 20px;
		padding: 2rem;
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}
	
	#mysp-dashboard .dashboard-content .box {
		margin-right: 4px;
		margin-right: 0.4rem;
		width: 150px;
	}
	
	#blue-bar {
		height: auto;
	}
	
	#blue-bar .wrap {
		padding-bottom: 0px;
	}
	
	#blue-bar .user-info,
	#blue-bar .quick-links {
		float: none;
		text-align: center;
		width: 100%;
	}
	
	#blue-bar .quick-links {
		margin-top: 10px;
		margin-top: 1rem;
	}
	
	#blue-bar img {
		float: none;
		vertical-align: middle;
	}
	
	#blue-bar .quick-links li {
		float: none;
		text-align: center;
	}
	
	#member-downloads td {
		padding: 10px;
		padding: 1rem;
	}
	
	#member-downloads .btn-gray {
		line-height: 1.1;
	}
	
	#mysp-dashboard .login-box .left,
	#mysp-dashboard .login-box .right {
		padding: 20px;
		padding: 2rem;
	}
	
	#pro-plus-page {
		background-repeat: repeat-y;
		height: auto;
		margin: -40px;
		margin: -4rem;
		padding: 40px;
		padding: 4rem;
	}
	
	#pro-plus-page h1 {
		font-size: 50px;
		font-size: 5rem;
	}
	
	#pro-plus-page p br,
	#pro-plus-page h3 br {
		display: none;
	}
	
	#pro-plus-page h3 {
		font-size: 30px;
		font-size: 3rem;
	}
	
	.header-image #title:before {
		display: none;
	}
	
    #pro-plus-page .returning-customer-badge {
        margin: 0 auto 20px;
        position: static;
    }

}

@media only screen and (max-width: 480px) {
	
	#mysp-dashboard .dashboard-content .inner,
	#mysp-dashboard .downloads .right .inner {
		margin: 2rem;
	}
	
	.site-inner {
		padding-top: 2rem;
	}
	
	#mysp-dashboard .downloads .left .icon,
	#member-downloads .col3,
	#member-downloads .col2,
	#member-downloads .img {
		display: none;
	}
	
	#mysp-dashboard .downloads .left {
		text-align: center;
	}
	
	#mysp-dashboard .downloads .left h3 {
		padding-top: 2rem;
	}
	
	#mysp-dashboard .downloads .right .inner {
		text-align: center;
	}
	
	#mysp-dashboard .downloads .right h3 a {
		float: none;
	}
	
	#member-downloads .btn-gray,
	#mysp-dashboard .downloads td .btn-gray {
		line-height: 1;	
	}
	
	#mysp-dashboard .dashboard-content .left,
	#mysp-dashboard .dashboard-content .right,
	#mysp-dashboard .login-box .left,
	#mysp-dashboard .login-box .right {
		float: none;
		margin-bottom: 2rem;	
		width: 100%;
	}
	
	#mysp-dashboard .login-box .left {
		margin-bottom: 0;
	}
	
	#mysp-dashboard .dashboard-content h3 {
		margin-bottom: 1rem;
	}
	
	#mysp-dashboard .dashboard-content .box {
		float: none;
		height: auto;
		margin-bottom: 1rem;
		padding-bottom: 2rem;
		width: 100%;
	}
	
	#mysp-dashboard .dashboard-content .box small,
	#mysp-dashboard .login-box .left {
		height: auto;
	}
	
	#mysp-dashboard .dashboard-content .section {
		border: none;
		margin: 0;
	}
	
	#member-downloads table {
		margin: 0 -2rem;
	}
	
	#blue-bar {
		border-top: 1px solid #222;
	}
	
	#blue-bar .quick-links a {
		border: none;
		height: auto;
		padding-bottom: 1rem !important;
	}
	
	#blue-bar .quick-links a:hover,
	#blue-bar .quick-links li.current-menu-item a {
		border: none !important;	
	}
	
	.content .premise-checkout-wrap .checkout-text-label {
		float: none;
		margin-left: 0;
		text-align: left;
		width: 100%;
	}
	
	.content .premise-checkout-wrap .input-text {
		margin-left: 0;
		width: 100%;
	}
	
	#mysp-dashboard .welcome-message .inner {
		background: none;
		margin: 2rem;
		padding: 0;
	}
	
	#pro-plus-page {
		margin: -2rem;
		padding: 2rem;
	}
	
	#pro-plus-page h1 {
		font-size: 4rem;
		margin-bottom: 2rem;
		margin-top: 10rem;
	}
	
	#pro-plus-page .light {
		font-size: 2.2rem;
	}
	
	#pro-plus-page a.btn-green-big {
		padding-left: 4rem;
		padding-right: 4rem;
	}
	
	.cta-accelerator .left {
		display: none;
	}
	
	.cta-accelerator .right {
		float: none;
		width: 100%;
	}
	
}