/*
Theme Name: Pageable Custom Theme
Theme URI: http://www.Pageable.com
Version: 1.01
Description: A custom theme developed to use in conjunction with the Pageable templating system.
Author: Pageable
Author URI: http://www.Pageable.com
Text Domain: pageablecustomtheme
template: bb-theme
*/

/* Add your custom styles here... */ 

.fl-template-image {height:150px !important;}
.theme-overlay { display: none !important;}
.parent-theme { display: none !important;}
.change-theme { display: none !important;}

/*
 * Create New Site Page
 */
#signup-content .mu_register{
	width: 40%;
}
#setupform input#blogname {
	width: 50%;
	display: inline-block;
	border-radius: 4px 0 0 4px;
}
#setupform .suffix_address {
	padding: 5.5px 12px;
	vertical-align: middle;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	border-radius: 0 4px 4px 0;
}
#setupform input[type="submit"] {
	margin 1em 0 0 0;
	width: 100%;
	border-radius: 35px;
	padding: 0.75em;
	line-height: 1.6;
	background-color: #1782b6;
	font-size: 18px;
}

@media only screen and (max-width: 480px) {
	#signup-content .mu_register{
		width: 90%;
	}
}