.screen-reader-text {
	clip: rect(1px,1px,1px,1px);
	position: absolute!important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal!important
}

.blog_template-option__fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

.template-signup-item {
	margin: 0 0 2rem 0;
}

@media only screen and (min-width: 640px) {

	.template-signup-item {
		padding: 0 1rem;
		margin-bottom: 0;
	}

	.blog_template-option {
		display: grid;
		grid-template-columns: 50% 50%;
		grid-row-gap: 1rem;
	}
}

.theme-screenshot-selected {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem
}

.blog-template-label {
	cursor: pointer;
}

.blog-template-radio-wrap {
	display: flex;
	align-items: center;
	margin: 0.5rem 0 1.25rem;
}

.blog-template-radio {
	width: 20px;
	height: 20px;
	margin: 0 0.75rem 0 0;
}

.blog-template-radio-heading {
	margin: 0;
	font-size: 1.1rem;
}

.blog_template-item_selector img {
	max-width:100%;
	max-height:100%;
	display: block;
	border-radius:0px;
}
.nbt-desc-pointer {
	display:none;
	background:#FFFFFF;
	color:#333;
	padding: 20px;
	z-index: 100;
	border: 3px solid #DDD;
	margin-top: 10px;
	position:absolute;
	font-size:12px;
	min-width:200px;
}
.nbt-desc-pointer:after {
	border-bottom:10px solid #DDD;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
	width:0;
	height:0;

	content:"";
	display:block;
	position:absolute;
	bottom:100%;
	left:1em;
}

/* Description */
.theme-radio-wrap {
    margin-bottom: 25px;
    border: 1px solid #DEDEDE;
    border-radius: 5px;
    background: #EFEFEF;
    padding: 15px;

}
.blog_template-description {
    margin-left:30px;
}

/* Page showcase */
.theme-page-showcase-wrap {
	padding:2px;
}
.theme-page-showcase-wrap:hover img {
	opacity:0.5;
}
.theme-page-showcase-wrap:hover .theme-page-showcase-overlay {
	display:block;
}
.theme-page-showcase-overlay {
	display:none;
	position:absolute;
	top:50%;
	opacity:1;
	width:100%;
	margin-top:-25%;
	box-sizing:border-box;
	white-space: nowrap;
	text-align: center;
}
.view-demo-button {
	font-size:90%;
}
.select-theme-button {
	font-size:100%;
	font-weight:bold;
}
.template-name {
	display:inline-block;
	font-size:100%;
	color:white;
	text-shadow:1px 1px 1px black;
}

/* Previewer */
.theme-previewer-wrap:hover img {
	opacity:0.5;
}
.theme-previewer-wrap:hover .theme-previewer-overlay {		  	 			  	 		 		
	display:block;
}
.theme-previewer-overlay {
	display:none;
	position:absolute;
	top:50%;
	opacity:1;
	width:100%;
	margin-top:-25%;
	box-sizing:border-box;
	white-space: nowrap;
	text-align: center;
}
.view-demo-button {
	font-size:90%;
}
.select-theme-button {
	font-size:100%;
	font-weight:bold;
}
.template-name {
	display:inline-block;
	font-size:100%;
	color:white;
	text-shadow:1px 1px 1px black;
}