/* Theme Switcha - Settings Styles */

.theme-switcha-version { color: #c7c7c7; font-size: 90%; }

.wp-admin h2 { margin-top: 30px; }

.wp-admin .plugin-wrap { width: 100%; overflow: hidden; }
.wp-admin .plugin-intro { float: left; width: 48%; }
.wp-admin .plugin-intro p:first-child { margin-top: 0; }
.wp-admin .plugin-intro p:last-child { margin-bottom: 0; }

.wp-admin .notice code { line-height: 1; font-size: 12px; }
.wp-admin .theme-switcha-dismiss-notice { float: right; }

.wp-admin .notice-lh p { line-height: 1.8; }
.wp-admin .notice-custom { background-image: url(../img/sun-icon.png); background-repeat: no-repeat; background-position: left 5px center; background-size: 60px 40px; }
.wp-admin .notice-custom p { margin: 15px 0; padding-left: 60px; line-height: 1.6; }
.wp-admin .notice-link { display: inline-block; margin-right: 5px; }
@media (max-width: 782px) {
	.wp-admin .notice-custom p { margin: 10px 0; }
}

@media (max-width: 1100px) {
	.wp-admin .theme-switcha-dismiss-notice { float: none; }
}

.wp-admin .book-blurb { float: right; width: 48%; }
.wp-admin .book-blurb-wrap { width: 240px; height: 60px; padding: 2px; border: 1px solid #E0E0E0; }
.wp-admin .book-blurb a { width: 240px; height: 60px; display: block; opacity: 0.9; }
.wp-admin .book-blurb a:link, .wp-admin .book-blurb a:visited, .wp-admin .book-blurb a:hover, .wp-admin .book-blurb a:after { box-shadow: none; }
.wp-admin .book-blurb a:hover { opacity: 1.0; }
.wp-admin .book-blurb img { width: 240px; height: 60px; display: block; }

@media (max-width: 580px) {
	.wp-admin .plugin-intro, .wp-admin .book-blurb { float: none; width: 100%; }
	.wp-admin .book-blurb { margin: 20px 0 10px 0; }
}

.wp-admin .custom-label { display: block; color: #777; font-style: italic; font-size: 14px; line-height: 1.5; }

.wp-admin .light-text { color: #777; font-size: 80%; }

.wp-admin .inline-block { display: inline-block; }

.wp-admin input[type="text"] { width: 55%; }
.wp-admin textarea { width: 77%; }

@media (max-width: 1000px) {
	.wp-admin input[type="text"] { width: 77%; }
	.wp-admin textarea { width: 88%; }
}

.ui-dialog .ui-dialog-titlebar { font-size: 16px; }
.ui-dialog .ui-dialog-buttonpane, .ui-dialog .ui-dialog-titlebar, .ui-dialog .modal-dialog { text-align: center; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: none; }
.ui-dialog .ui-dialog-buttonpane .ui-button { margin: 0; }
.ui-dialog .ui-dialog-buttonpane .ui-button:first-child { margin-right: 15px; }

/* thumbnails */

.theme-switcha-status { margin: 10px 0 10px 30px; padding: 0; list-style: square outside; }

.theme-switcha-thumbs { margin-top: 30px; }

.theme-screenshot:link, .theme-screenshot:visited {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; 
	position: relative; display: inline-block; width: 200px; height: auto; margin: 0 10px 10px 0; padding: 10px; 
	font-size: 12px; line-height: 18px; text-decoration: none; text-align: center; cursor: pointer;
	border: 0; border-radius: 2px; color: #efefef; background-color: #555; opacity: 0.8;
	-webkit-transition: opacity 0.2s ease-in-out; -moz-transition: opacity 0.2s ease-in-out; transition: opacity 0.2s ease-in-out;
	}

.theme-screenshot:hover, .theme-screenshot:active, .theme-screenshot:focus { opacity: 1.0; color: #fff; }

.theme-active:link, .theme-active:visited { background-color: #669966; }
	
.theme-screenshot img {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	display: block; width: 100%; height: auto; margin: 0 0 8px 0; padding: 0; border-radius: 2px;
	border: 1px solid #777; box-shadow: 0 0 10px 0 rgba(0,0,0,0.7);
	}
.theme-admin {
	position: absolute; top: 0; left: 0; width: 100%; height: 50px; line-height: 50px; 
	background-color: rgba(0,0,0,0.7); 
	}
.theme-child {
	position: absolute; top: 50px; left: 0; width: 100%; height: 50px; line-height: 50px; 
	background-color: rgba(153,51,51,0.7); 
	}
