/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
.responsive-ready-sites-import-process-wrap {
	display: flex;
	align-items: center;
	margin-top: 10px;
	z-index: 999999;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
}
.responsive-ready-sites-import-xml .responsive-ready-sites-import-process-wrap progress {
	background: #eeeeee;
}
.responsive-ready-sites-import-process-wrap progress {
	padding: 0px;
	border: 0 none;
	background: #0085bd;
	border-radius: 5px;
	height: 4px;
	flex: 1;
}
.responsive-ready-sites-import-process-wrap progress::-webkit-progress-value {
	background: #00679b;
}
.responsive-ready-sites-import-process-wrap progress::-webkit-progress-bar {
	background: transparent;
}
.current-importing-status-wrap {
	font-size: 1rem;
}
.current-importing-status-wrap hr {
	border-color: #f1f1f1;
}
.current-importing-status {
	font-size: 1rem;
	background: #eeeeee;
	padding: 1em 1.5em;
}
.current-importing-status-title {
	margin-bottom: .5em;
}
.current-importing-status p {
	margin: 0;
}
.theme-browser .theme .site-preview > .theme-screenshot {
	transition: all linear 5s;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}
.theme-browser .theme .site-preview > .theme-screenshot:hover {
	background-position: center bottom;
	background-size: cover;
}
.responsive-ready-site-preview .wp-full-overlay-main {
	top: 70px;
}
.responsive-ready-site-preview .wp-full-overlay-header {
	background-color: #f1f1f1;
	height: 70px;
}
.close-full-overlay.responsive-addons {
	float: right;
	width: 70px;
	height: 70px;
	background: inherit;
}
.close-full-overlay.responsive-addons:before {
	font: normal 30px/1 dashicons;
}
.wp-full-overlay-header .button.responsive-addons{
	float: none;
}
.wp-full-overlay-header .button.responsive-demo-import-options-free{
	margin: 20px 20px 20px 20px;
	font-size: 14px;
	height: 30px;
}
.wp-full-overlay-header .button.responsive-buy-pro{
	margin: 20px 20px 20px 20px;
	font-size: 14px;
	height: 30px;
}
.wp-full-overlay-header .responsive-site-demo-name{
	display: inline-block;
	margin: 10px 8px 10px 20px;
	font-size: 25px;
	font-weight: 500;
	line-height: 2em;
}
.responsive-ready-sites-advanced-options-wrap.wp-full-overlay{
	background: #fff;
}
.responsive-ready-sites-advanced-options-wrap .site-import-options{
	color: #000000;
	width: 35%;
	padding: 15px;
	z-index: 5000;
	display: inline-block;
}
.responsive-ready-sites-advanced-options-wrap .sites-import-process-errors{
	color: #000000;
	padding: 15px;
	z-index: 5000;
}
.responsive-ready-site-contents > li{
	background: #f1f1f1;
	padding: 10px;
	text-align: left;
}
.responsive-ready-sites-advanced-options-wrap .wp-full-overlay-main {
	top: 10%;
	background: #ffffff;
	text-align: center;
}
.responsive-ready-sites-advanced-options-wrap .wp-full-overlay-header {
	background-color: #f1f1f1;
	height: 70px;
}
.responsive-ready-sites-tooltip-icon{
	float: right;
}
.responsive-ready-sites-tooltip-message{
	margin-left: 20px;
}
responsive-ready-site-import-free.button.updating-message:before,
responsive-ready-site-import-free.button.installing:before {
	-webkit-animation: cssAnimation .72s ease infinite;
	-moz-animation: cssAnimation .72s ease infinite;
	-o-animation: cssAnimation .72s ease infinite;
	-ms-animation: cssAnimation .72s ease infinite;
	animation: cssAnimation .72s ease infinite;
}
.button.updating-message.responsive-ready-site-import-free:before {
	vertical-align: text-bottom;
	margin: 10px 5px 0 -2px;
}
.site-import-options .responsive-ready-sites-import-button-wrap {
	text-align: left;
}
.responsive-ready-sites-advanced-options-wrap .close-full-overlay{
	display: block;
	position: relative;
	padding-right: 2px;
	color: #444;
	cursor: pointer;
	text-decoration: none;
	transition: color .1s ease-in-out, background .1s ease-in-out;
	border-left: 0;
	border-top: 0;
	border-bottom: 0;
}
.responsive-ready-sites-advanced-options-wrap .close-full-overlay:before{
	font: normal 30px/1 dashicons;
	content: "\f335";
	position: relative;
}
.required-plugins-list {
	margin-left: 2em;
	margin-top: .5em;
	margin-bottom: .5em;
	list-style-type: disc;
}
.required-plugins-list .plugin-card {
	background: transparent;
	border: none;
	margin: 0;
	line-height: 2;
	float: none;
	width: 100%;
}
.required-plugins-list .spinner {
	float: none;
	margin: 0;
}
.processing-import:before{
	margin: -2px 10px 0 0;
	color: green;
	animation: rotation 2s infinite linear;
	content: "\f463";
	display: inline-block;
	font: normal 25px/1 dashicons;
	-webkit-font-smoothing: antialiased;
	vertical-align: top;
}
.processed-import:before{
	margin: -2px 10px 0 0;
	color: green;
	animation: none;
	content: "\f147";
	display: inline-block;
	font: normal 30px/1 dashicons;
	-webkit-font-smoothing: antialiased;
	vertical-align: top;
}
.sites-import-process-errors .import-process-error{
	width: 35%;
	text-align: center;
	display: inline-block;
	border: 2px solid #ff0000;
	border-radius: 5px;
}
#responsive-ready-sites-admin-page .responsive-sites-header {
	margin: 20px 20px 40px 20px;
	font-size: 26px;
}
.theme-browser .theme.active {
	cursor: default;
}
.responsive-sites-suggestions:before {
	border: 5px dashed #ccc;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0px;
}

.responsive-sites-suggestions {
	min-height: 255px;
	border: none !important;
}

.responsive-sites-suggestions a {
	border: none;
	outline: none;
}

.responsive-sites-suggestions .inner {
	padding: 27% 10% 50% 10%;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: #f4f4f4;
	bottom: 0;
	color: #000000;
	cursor: auto;
}

.responsive-sites-suggestions .inner a {
	color: #00b9eb;
}

.responsive-sites-suggestions p {
	font-size: 1rem;
	margin: 0;
}
.responsive-sites-header {
	text-align: center;
}
.responsive-sites-header .ready-site-list-title {
	font-size: 35px;
	font-weight: 500;
	line-height: 1.2;
	padding: 9px 0 4px 0;
}
.responsive-sites-header .ready-site-list-intro{
	font-size: 16px;
	line-height: 1.7;
	text-align: center;
}
#responsive-ready-sites-admin-page {
	padding: 20px 35px 20px 35px;
	background: #ffffff;
}
.responsive-ready-sites-advanced-options-wrap .result_preview {
	margin-top: 15%;
}
.demo-type.pro{
	position: absolute;
	right: 0;
	top: 0;
	background: #ff793f;
	z-index: 1;
	color: #fff;
	padding: 0.5em 1em;
	text-transform: uppercase;
	box-shadow: -2px 2px 5px rgba(0,0,0,0.1);
}
.demo-type.free{
	display:none;
}

#responsive-addons-go-pro{
	background: #fff;
	display: flex;
	flex-direction: row;
}

#responsive-addons-go-pro .column-4 {
	display: inline-block;
	padding: 40px;
	width: 35%;
}
#responsive-addons-go-pro .column-8 {
	display: inline-block;
	width:50%;
	padding-top: 20px;
	padding-bottom: 20px;
}

@media screen and ( max-width : 768px ){

	#responsive-addons-go-pro {
		padding: 20px;
		display: block;
	}

	#responsive-addons-go-pro .column-4 {
		width: auto;
		padding: 20px;
	}

	#responsive-addons-go-pro .column-8 {
		width: auto;
	}

}
#responsive-addons-support{
	background: #fff;
	display: flex;
	flex-direction: row;
}

#responsive-addons-support .column-4 {
	display: inline-block;
	padding: 40px;
	width: 35%;
}

@media screen and ( max-width : 768px ){

	#responsive-addons-support {
		padding: 20px;
		display: block;
	}

	#responsive-addons-support .column-4 {
		width: auto;
		padding: 20px;
	}
}

.features-table{
	width: 100%;
	border-collapse: collapse;
}
.features th{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
}
.featureyes{
	text-align: center;
}
.features-table .feature{
	font-size: 15px;
}
.features-table td{
	padding: 10px;
}

.featureno{
	text-align: center;
}
.features-table .dashicons-yes{
	color: #259e58;
}
.features-table .dashicons-yes:before{
	font-size: 30px;
}
.spinner-wrap{
	text-align: center;
}
.spinner-wrap .spinner.is-active{
	float:none;
}
#responsive-theme-activation {
	border: none;
	padding: 20px;
}
#responsive-theme-activation .responsive-addons-message-inner {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
#responsive-theme-activation .responsive-addons-message-icon {
	font-size: 20px;
}
#responsive-theme-activation .responsive-addons-message-content {
	padding: 0 20px;
}
#responsive-theme-activation .responsive-addons-message-content .responsive-addons-message-actions {
	margin-top: 10px;
}
#responsive-theme-activation .responsive-addons-message-content p{
	padding: 0px;
	margin: 0px;
}
.responsive-add-ons-getting-started {
	max-width: 900px;
	padding: 2.5em 0;
	margin: auto;
	text-align: center;
}
.responsive-add-ons-getting-started__header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.responsive-add-ons-getting-started__header .e-logo-wrapper {
	font-size: 10px;
	margin-right: 10px;
}
.responsive-add-ons-getting-started__title {
	padding: 15px 15px;
	font-weight: 600;
	text-transform: uppercase;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.responsive-add-ons-getting-started__skip {
	text-decoration: none;
}
.responsive-add-ons-getting-started__skip_button {
	border-left: 1px solid #eee;
	font-size: 16px;
	color: inherit;
	float: right;
	width: 40px;
	height: 40px;
	background: inherit;
	padding-top: 5px;
}
.responsive-add-ons-getting-started__content {
	padding: 50px;
}
.responsive-add-ons-getting-started__content h2 {
	font-size: 2em;
	margin-top: 0;
}
.responsive-add-ons-getting-started__content--narrow {
	max-width: 500px;
	margin: auto;
}
.responsive-add-ons-getting-started__video {
	margin: 40px 0 60px;
}
.responsive-add-ons-getting-started__video iframe {
	-webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
}
.responsive-add-ons-getting-started__actions .button-primary {
	margin-right: 20px;
}
.responsive-add-ons-getting-started__skip_button::before {
	font: normal 30px/1 dashicons;
	content: "\f335";
}
#responsive-add-ons-go-pro .responsive-add-ons-features-table {
	width: 100%;
	border-collapse: collapse;
	border:1px solid #eaeaea;
	background-color: #ffffff;
}
#responsive-add-ons-go-pro {
	padding: 2% 0 0 0;
}
@media (max-width: 544px){
	.responsive-quick-setting-section li {
		width: 100%;
	}
}
.responsive-add-ons-features-table .header-responsive-features {
	font-size: 14px;
	padding: 20px 35px 20px 35px;
}
.responsive-add-ons-features-table .feature-title {
	font-family: Roboto, Sans-serif;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 10px;
}
.responsive-add-ons-features-table .feature-description {

}
.responsive-add-ons-features-table .feature {
	padding: 10px 10px 10px 20px;
}
.responsive-add-ons-features-table .feature-status {
	text-align: center;
}
.responsive-add-ons-features-table .featureyes {
	color: #32CD32;
}
.responsive-add-ons-features-table .featureno {
	color: #ff0000;
}
.responsive-add-ons-features-table .featureno .dashicons-before:before, .responsive-add-ons-features-table .featureyes .dashicons-before:before {
	width: 40px;
	height: 40px;
	font-size: 40px;
}
.postbox.responsive-support-section .inside {
	padding: 0 12px 30px;
}
.responsive-add-ons-go-pro-section {
	text-align: right;
	padding: 20px 50px;
	background-color: #ffffff;
}
.responsive-add-ons-go-pro-section .responsive-go-pro-button {
	border: 1px solid #32CD32;
	padding: 20px 40px;
	border-radius: 5px;
	background-color: #32CD32;
	display: inline-block;
	fill: #ffffff;
	color: #ffffff;
	font-size: 20px;
	text-decoration: none;
}

@media screen and (max-width: 768px ) {
	#responsive-theme-activation .responsive-addons-message-inner {
		display: block;
		text-align: center;
	}
}
