@import url('https://fonts.googleapis.com/css?family=Raleway');


body {	
    background-color: #fff;
	font-family: 'Raleway', sans-serif;
	color: #666;
	margin: 0px;
	min-width: 960px;
}


body.no-scroll {
    overflow:hidden;
}

h1 {
    background-color: #fff;
    margin: 0px;
}

input[type="button"]:disabled {
  background: #aaa;
  cursor: unset;
}

input[type="button"], input[type="submit"] {
    background-color: #43BA43;
    border: none;
    padding: 15px 30px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    font-family: Raleway;
    font-weight: normal;
    border-radius: 3px;
}

h1.header > img {
    height: 60px;
    vertical-align: middle;
    padding: 10px 0px;
}

h1.header > img.web-builder-title {
	height: 24px;
}

.header-title {
    color: #666;
    display: inline-block;
    font-size: 24px;
    font-weight: normal;
}

.main-container {
	margin: 10px;
	min-height: 600px;
}

.error-message-box {
	width: 960px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
    padding: 10px 0px 0px 0px;
	color: red;
}

h3.step-info {
    margin: 0px;
    background: #eee;
    padding: 15px;
    color: #666;
    font-weight: normal;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
}

.form-container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    border: solid thin #ccc;
    padding: 25px 10px;
    margin-top: 25px;
    border-radius: 6px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(204,204,204,1);
	-moz-box-shadow: 1px 1px 2px 0px rgba(204,204,204,1);
	box-shadow: 1px 1px 2px 0px rgba(204,204,204,1);
}

.form-container > div {
    margin: 10px;
}

.form-label {
	width: 300px;
    display: inline-block;
    margin: 20px 10px;
	font-weight: bold;
    padding-left: 14px;
}

.form-field {
    width: 550px;
    display: inline-block;
    margin: 20px 10px;
}

.form-field > input {
    width: 100%;
    padding: 12px 10px;
    font-size: 18px;
    font-weight: normal;
    border: solid thin #ccc;
    font-family: Raleway;
    border-radius: 2px;
    outline: none;
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

.form-submit {
	width: 910px;
    text-align: right;
}



/*Step 1*/



/*Step 2*/
.theme-selector-category-preselect {
	display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    min-height: 400px;
    padding-top: 150px;
}

.theme-selector-category-preselect-question {
    text-align: center;
    padding: 0px 0px 30px 0px;
    font-size: 20px;
}

.theme-category-item-preselect {
	display: inline-block;
    vertical-align: middle;
    min-width: 180px;
    border: solid 5px #ddd;
    padding: 20px 15px;
    margin: 0px 15px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
}

.theme-selector-category-preselect.category-selector-shrinked .theme-category-item-preselect {
    display: inline-block;
    vertical-align: middle;
    min-width: 180px;
    border: solid 5px #ddd;
    padding: 20px 15px;
    margin: 0px 15px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    display: block;
}

.theme-category-item-preselect:hover {
	background: #eee;
	border: solid 5px #eee;
}

.theme-category-item-preselect.active {
	background: #ddd;
	border: solid 5px #ddd;
}

.wpez-website-builder-themes-selector-list {
	text-align: center;
}

.theme-selector-category-preselect.category-selector-shrinked {
    min-height: unset;
    padding-top: 10px;
    padding-bottom: 10px;
}

.category-selector-shrinked .theme-selector-category-preselect-question {
	display: none;
}

.theme-selector-category-preselect.category-selector-shrinked .theme-category-item-preselect {
	text-transform: capitalize;
    padding: 15px 0px;
    margin: 0px 0px;
    border: none;
}

.theme-selector-category-preselect.category-selector-shrinked .theme-category-item-preselect:hover, .theme-selector-category-preselect.category-selector-shrinked .theme-category-item-preselect.active {
	background: #ddd;
}

.theme-selector-category-preselect.category-selector-shrinked .theme-selector-category-filter-list {
	display: none;
    position: absolute;
    border: solid thin #ccc;
    width: 250px;
    background: #fff;
    border-radius: 5px;
    margin-top: 35px;
    margin-left: -138px;
    z-index: 999999;
}

.theme-selector-category-filter-list {
	display: inline-block;
}

.theme-selector-color-filter-menu, .theme-selector-category-filter-menu {
    display: none;
}

.theme-selector-category-preselect.category-selector-shrinked .theme-selector-category-filter-menu {
    display: inline-block;
    padding-left: 40px;
    cursor: pointer;
}

.theme-selector-category-preselect.category-selector-shrinked .theme-selector-color-filter-menu {
    display: inline-block;
    padding-left: 40px;
	cursor: pointer;
}

.theme-selector-color-filter {
    display: none;
    position: absolute;
    border: solid thin #ccc;
    width: 180px;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    margin-top: 35px;
    margin-left: -108px;
    z-index: 99999;
}

.category-selector-shrinked .theme-selector-color-filter {
	display: none;
}

.theme-selector-color-filter .item {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #ccc;
    vertical-align: middle;
    border: solid thin #ccc;
    cursor: pointer;
    border-radius: 11px;
    margin: 4px 2px;
}

.theme-selector-color-filter .item:hover, .theme-selector-color-filter .item.selected {
	border: solid #aaa 3px;
	margin: 0px 0px;
    border-radius: 13px;
}

.theme-selector-color-filter .item.black {
	background-color: black;
}

.theme-selector-color-filter .item.blue {
	background-color: blue;
}

.theme-selector-color-filter .item.brown {
	background-color: brown;
}

.theme-selector-color-filter .item.gray {
	background-color: gray;
}

.theme-selector-color-filter .item.green {
	background-color: green;
}

.theme-selector-color-filter .item.orange {
	background-color: orange;
}

.theme-selector-color-filter .item.purple {
	background-color: purple;
}

.theme-selector-color-filter .item.red {
	background-color: red;
}

.theme-selector-color-filter .item.white {
	background-color: white;
}

.theme-selector-color-filter .item.yellow {
	background-color: yellow;
}

.theme-selector-color-filter .item.all {
    background: #fff;
    font-size: 9px;
    color: #000;
    text-transform: uppercase;
}

.theme-selector-color-filter .item.all span {
    position: relative;
    top: 4px;
}

.theme-selector-color-filter .item-label {
    font-size: 12px;
    color: #666;
    display: block;
    position: relative;
    padding: 4px 0px 12px 0px;
}

#btnColorFilterGo {
    font-family: inherit;
    font-size: 14px;
    padding: .5em 1em;
    color: rgba(0,0,0,.8);
    border: 0 rgba(0,0,0,0);
    background-color: #E6E6E6;
    text-decoration: none !important;
    border-radius: 4px !important;
    margin-top: 15px;
	outline: none;
}

#wpez-website-builder-themes-selector-list .loading-v2-icon {
	padding: 80px 0px;
}

.theme-item-container {
    display: inline-block;
    min-width: 350px;
    margin: 10px 5px 15px 5px;
	min-height: 225px;
    width: 20%;
}

.theme-item-thumbnail {
    display: inline-block;
    min-width: 350px;
    width: 100%;
    background-color: #ddd;
    min-height: 225px;
    background-repeat: no-repeat;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(153,153,153,1);
    -moz-box-shadow: 1px 1px 2px 0px rgba(153,153,153,1);
    box-shadow: 1px 1px 2px 0px rgba(153,153,153,1);
    border: solid thin #dddddd;
	cursor: pointer;
    background-size: cover;
    background-position: top;
}

.theme-item-select, .theme-item-preview {
    display: none;
    width: 100px;
    background: #efefef;
    height: auto;
    padding: 10px;
    font-weight: bold;
    position: relative;
    top: 100px;
	margin: 0 8px;
}

.theme-item-thumbnail:hover .theme-item-select, .theme-item-thumbnail:hover .theme-item-preview {
	display: inline-block;
}

.theme-item-name {
	display: block;
    text-align: center;
    padding: 5px 0px 10px 0px;
    color: #666;
    font-weight: bold;
    font-size: 16px;
    font-style: italic;
}

#theme-selector-proceed-panel {
	display: inline-block;
    width: 100%;
	height: 100%;
	background: rgba(221, 221, 221, 0.95);
    position: absolute;
    left: 0px;
    margin-top: 0px;
    padding: 20px 0px;
    border-top: solid thin #ccc;
    border-bottom: solid thin #ccc;
    opacity: 1;
    z-index: 99999;
}

.website-installation-progress-warning-icon {
    width: 32px;
    display: inline-block;
    padding-right: 10px;
    position: relative;
    top: 3px;
    left: 6px;
}

.website-installation-progress-warning {
    color: red;
    padding: 10px 5px;
    font-size: 14px;
    width: 220px;
    display: inline-block;
}

.theme-selector-proceed-panel-screenshot-or-video-toggle-main-container {
	display: block;
	text-align: center;
}

.theme-selector-proceed-panel-screenshot-or-video-toggle-container {
	display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 6px 0px;
    text-align: left;
}

.theme-selector-proceed-panel-screenshot-or-video-toggle-container i {
	display: inline-block;
    background: #d3d3d3;
    padding: 10px 20px;
    cursor: pointer;
	color: #555;
}

.theme-selector-proceed-panel-screenshot-or-video-toggle-container i.selected {
    background: #fff;
    border: none;
    color: #555;
}

.theme-selector-proceed-panel-screenshot-or-video-toggle-container i:hover {
	opacity: 0.8;
}

#theme-selector-proceed-panel-theme-info {
	display: inline-block;
    vertical-align: top;
    padding: 0px 10px 10px 20px;
    width: 280px;
    text-align: left;
    position: relative;
    top: 15px;
}

#theme-selector-proceed-panel-theme-info-name {
    color: #333;
    font-weight: bold;
    font-size: 20px;
}

#theme-selector-proceed-panel-theme-info-name-label {
	font-size: 12px;
    padding: 5px 0px 5px 0px;
    color: #666;
}

#theme-selector-proceed-panel-theme-info-buttons {
	margin-top: 0px;
    font-size: 18px;
}

#theme-selector-proceed-panel-theme-info-buttons i {
    padding: 5px;
    width: 28px;
	cursor: pointer;
}

#theme-selector-proceed-panel-theme-info-buttons i:hover {
	opacity: 0.8;
}

#theme-selector-proceed-panel-theme-thumbnail {
    text-align: center;
    padding: 15px 0px 10px 0px;
    display: inline-block;
    max-width: 800px;
    max-height: 550px;
    overflow-x: hidden;
    width: 100%;
}

#theme-selector-proceed-panel-theme-thumbnail img {
    width: 100%;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(153,153,153,1);
    -moz-box-shadow: 1px 1px 2px 0px rgba(153,153,153,1);
    box-shadow: 1px 1px 2px 0px rgba(153,153,153,1);
    border: solid thin #dddddd;
    cursor: pointer;
}

#theme-selector-proceed-panel-theme-thumbnail .load-more-loading-v2-icon-block {
	background: transparent;
	min-width: 450px;
}

#theme-selector-proceed-panel-theme-thumbnail .load-more-loading-v2-icon-block img {
    width: auto;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    cursor: none;
}

#theme-selector-proceed-panel-theme-video {
    text-align: center;
    padding: 15px 0px 10px 0px;
    display: inline-block;
	min-width: 800px;
}

.theme-color-variation-selector {
	display: block;
}

.theme-color-variation-selector .item {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #ccc;
    vertical-align: middle;
    border: solid thin #ccc;
    cursor: pointer;
    border-radius: 11px;
    margin: 4px 2px;
}

.theme-color-variation-selector .item.selected {
    border: solid #aaa 3px;
    margin: 0px 0px;
    border-radius: 13px;
}

#theme-selector-proceed-panel input[type="submit"] {
    vertical-align: top;
    margin: 0px;
    top: 15px;
    position: relative;
}

#lblImportDefaultPagesForSelectedTheme {
	padding: 10px 0px;
    display: block;
    font-size: 14px;
    color: #333;
    font-weight: bold;
	cursor: pointer;
	min-width: 450px;
}

#lblImportDefaultPagesForSelectedTheme:hover {
	color: #666;
}

#chkImportDefaultPagesForSelectedTheme {
    position: relative;
    top: 2px;
    display: inline-block;
}

.change-theme-import-default-pages-whats-this {
	display: inline;
    font-size: 12px;
	padding-left: 10px;
}

.change-theme-import-default-pages-whats-this a {
	color: #000;
}




.theme-selector-proceed-panel-close {
	float: right;
    font-size: 32px;
    position: relative;
    right: 20px;
    color: #666;
	cursor: pointer;
}

.theme-selector-proceed-panel-close:hover {
	opacity: 0.8;
}

.themes-list-load-more {
	background: transparent;
	width: 1px;
	height: 1px;
}


/*Step 3*/
.wpez-premium-add-ons-title {
    display: inline-block;
    width: 250px;	
}

.wpez-premium-add-ons-action-button {
    background-color: #43BA43;
    border: none;
    padding: 6px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    margin-left: 10px;
}

.wpez-premium-add-ons-action-button:hover {
	opacity: 0.8;
}

.complete-website-button .btnGotoWebsiteComplete {
    background: none;
    color: #024bd4;
    text-decoration: underline;
    padding: 10px 0px 10px 10px;
}

.loading-complete-website-message {
	display: inline-block;
    position: relative;
    top: -44px;
    color: #fe5e5e;
    font-size: 14px;
    left: 15px;
}


#progress, #progress-redirect-to-site{
    text-align: center;
    margin: 100px 0px;
    display: none;
}

#progress > img, #progress-redirect-to-site > img {
    width: 64px;
    margin: 20px;
}

footer {
    margin-top: 35px;
    background-color: #eee;
    padding: 30px 0px;
    text-align: center;
    color: #666;
    font-size: 12px;
}



/*Phones*/
@media (min-width: 240px) and (max-width: 767px) {
	body {
		width: 100%;
		display: block;
		min-width: 100%;
	}
	
	h1.header {
		text-align: center;
	}
	
	h1.header > img {
		height: 64px;
	}
	
	h1.header > img.web-builder-title {
		height: 24px;
	}
	
	h3.step-info {
		font-size: 16px;
	}
	
	
	/*Step 1*/
	.form-container {
		width: 100%;
		padding: 0px;
		border: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	
	.form-container > div {
		margin: 0px 10px 5px 10px;
	}
	
	.form-label {
		padding-left: 0px;
		padding-top: 15px;
	}
	
	.form-field {
		width: 100%;
		display: block;
	}
	
	.form-field > input {
		width: 90%;
	}
	
	.form-submit {
		width: 100%;
		text-align: center;
	}
	
	.form-container > div.form-submit {
		margin: 24px 0px 0px 0px;
	}
	
	/*Step 2*/
	#theme-selector-proceed-panel {
		top: 0 !important;
		padding: 5px 0px;
		margin-top: 0px;
		width: 100%;
		left: 0px !important;
		margin: 0px;
		height: 100%;
	}
	
	#theme-selector-proceed-panel-theme-thumbnail {
		max-height: 350px;
		height: auto;
	}
	
	#theme-selector-proceed-panel-theme-info {
		width: auto;
		padding: 0px 0px 10px 0px;
	}
	
	#theme-selector-proceed-panel-theme-thumbnail .load-more-loading-v2-icon-block {
		width: 100%;
		min-width: unset;
	}
	
	.theme-selector-category-preselect {
		padding-top: 20px;
	}
	
	.theme-category-item-preselect {
		margin: 5px 15px;
	}
	
	.theme-selector-category-preselect-question {
		padding: 0px 0px 15px 0px;
	}
	

	.theme-selector-category-preselect.category-selector-shrinked .theme-selector-category-filter-menu {
		padding-left: 0px;
	}
	
	.theme-selector-color-filter {
		right: 0px;
	}
}


.theme-previewer .theme-selector-category-preselect.category-selector-shrinked .theme-selector-category-filter-menu {
    padding-left: 0;
}

.theme-previewer #btnSelectThemeAndBuildWebsite {
	display: none;
}


.wpez-themes-list-1to2-switch-warning {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    font-family: arial;
    line-height: 22px;
    background: #ff8181;
    padding: 10px 20px;
    margin-top: 10px;
    color: #fff;
}

.wpez-themes-list-1to2-switch-warning p a {
	color: #fff;
    font-weight: bold;
}


/*##Device = Tablets, Ipads (portrait)*/

@media (min-width: 768px) and (max-width: 1024px) {
  
	body {
		width: 100%;
		display: block;
		min-width: 100%;
	}
	
	
	/*Step 1*/
	.form-container {
		width: 100%;
		padding: 0px;
		border: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	
	.form-container > div {
		margin: 0px 10px 5px 10px;
	}
	
	.form-label {
		padding-left: 0px;
		padding-top: 15px;
	}
	
	.form-field {
		width: 100%;
		display: block;
	}
	
	.form-field > input {
		width: 90%;
	}
	
	.form-submit {
		width: 100%;
		text-align: center;
	}
	
	.form-container > div.form-submit {
		margin: 24px 0px 0px 0px;
	}
	
	
	.theme-category-item-preselect {
		margin: 10px 15px;
	}
	
	#theme-selector-proceed-panel-theme-thumbnail {
		height: auto;
	}
  
}