/*
Theme Name: Studio PLY
Author: Huw Ha
Author URI: https://studioply.com
Template: ativo
*/


.coming-soon-content{
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-grow: 10;
    max-width: 1170px;
    min-height: calc(100vh - 7em);
    margin: 0 auto;
    z-index: 5;
    text-align: left;
    color: #ffffff;
}
.coming-soon-content input {
    display: inline-block;
    line-height: 3em;
    height: 3em;
    box-sizing: border-box;
    vertical-align: middle;
	margin-bottom: 20px;
	padding: 5px 8px;
}
.coming-soon-content input::placeholder {
    color: #E8E3D4!important;
    font-size: 1em;
}
.coming-soon-content input[type="email"], .coming-soon-content input[type="text"] {
    background-color: transparent;
    border: none !important;
    border-bottom: 1px solid #E8E3D4 !important;
    color: #E8E3D4 !important;
    border-radius: 0 !important;
    font-size: 1em !important;
    outline: none !important;
}
.coming-soon-content input[name="your-phone"]{
	margin-bottom: 70px;
}
.coming-soon-content .form-wrapper{
	position: relative;
	overflow: hidden;
	height: 500px;
	max-width: 100%;
	margin-top: 1em;
}
.coming-soon-content #toggle-form:checked ~ .step-1 {
    transform: translateX(-100%);
}

#toggle-form:checked ~ .step-2 {
    transform: translateX(0);
}
.coming-soon-content .form-wrapper .form-step{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: transform 0.5s ease;
}
.coming-soon-content .form-wrapper .form-step.step-1{
	display: flex;
    justify-content: start;
    align-items: center;
	transform: translateX(0);
}
.coming-soon-content .form-wrapper .form-step.step-1 .step-content{
	max-width: 270px;
	color: #E8E3D4;
}

.coming-soon-content .form-wrapper .form-step.step-3,
.coming-soon-content .form-wrapper .form-step.step-2{
   transform: translateX(101%);
}
.coming-soon-content .form-step.hide {
    transform: translateX(-100%) !important;
}
.coming-soon-content .form-step.show {
    transform: translateX(0) !important;
}
.coming-soon-content .form-wrapper .form-step h3{
	margin-top: 1em;
	color: #E8E3D4;
	font-family: Poppins;
	font-size: 20px;
	font-weight: 400;
}
.coming-soon-content .form-wrapper .form-step p{
	color: #E8E3D4;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 32px;
}
.coming-soon-content .form-wrapper .form-step .step-content label{
	display: flex;
	height: 40px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	border: 1px solid #E8E3D4;
	color: #E8E3D4;
	font-size: 13.3px;
    background: transparent;
    border-radius: 0;
}
.coming-soon-content input[type="submit"] {
	display: inline-block;
    line-height: 3em;
    height: 3em;
    box-sizing: border-box;
    vertical-align: middle;
    color: #E8E3D4;
    font-weight: 700;
    border: none;
    border-left: none;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 0 2rem;
    min-width: 270px;
    border: 1px solid #E8E3D4;
    background-color: transparent;
    border-radius: 0;
}
.coming-soon-content input[type="submit"]:hover,
.coming-soon-content input[type="submit"]:focus {
    background: #E8E3D4;
    color: #000000;
}
.coming-soon-content input[type="checkbox"] {
    width: 1em;
    height: 1em;
    border-radius: 3px;
    border: 1px solid #E8E3D4;
    margin-bottom: 6px;
    cursor: pointer;
    vertical-align: middle;
}

html[dir="rtl"] .wpcf7 input[type="checkbox"] { float: right}

input[type="checkbox"]:checked {
    background-color: #E8E3D4;
}
.coming-soon-content .logo-wrapper img {
	max-height: 160px!important;
}
.coming-soon-content input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: transparent !important;
    color: #fff !important;             
}
@media only screen and (max-width: 560px) {

    .coming-soon-content .section {
		padding: 0 !important;
        min-height: 100vh !important;
    }
	.coming-soon-conten{
        width: 85%;
    }
  	.wpcf7 .wpcf7-spinner{
		margin: 0 15px;
	}
}
