/**
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: Astra is fast, fully customizable & beautiful WordPress theme suitable for blog, personal portfolio, business website and WooCommerce storefront. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with Schema.org code integrated and is Native AMP ready so search engines will love your site. It offers special features and templates so it works perfectly with all page builders like Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. Some of the other features: # WooCommerce Ready # Responsive # RTL & Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and WooCommerce ready theme that you can use for building any kind of website!
Version: 1.0.0
Template: astra
Text Domain: astra-child
**/

.wpforms-form {
    position: relative;
}
.wpforms-form .floating label:nth-of-type(2) {
    display: none;
}
.floating input {
    position: relative;
    min-height: 40px;
	padding: 15px 10px 10px 15px !important;
}
.floating textarea {
    position: relative;
    min-height: 200px;
    padding: 35px 15px 15px 15px !important;
}
.floating input, .floating textarea {
	background: #F5F5F5 !important;
	border-radius: 16px;
	border: none;
}
.floating input + label {
    position: relative !important;
	cursor: pointer;
    top: -54px !important;
    padding: 15px 0 0 15px !important;
    opacity: .5;
    font-size: 14px !important;
    transition: all .5s ease-in-out 0s;
	font-weight: 400 !important;
}
.floating textarea + label {
    position: relative !important;
    top: -220px !important;
    padding: 35px 15px 15px 15px !important;
    opacity: .5;
    font-size: 14px !important;
    transition: all .5s ease-in-out 0s;
	font-weight: 400 !important;
}
.floating input:focus + label, .floating input:not(:placeholder-shown) + label {
    top: -70px !important;
    opacity: 1;
	font-size: 12px !important;
}
.floating textarea:focus + label, .floating textarea:not(:placeholder-shown) + label {
    top: -230px !important;
    opacity: 1;
}
.floating.wpforms-has-error em.wpforms-error {
    position: relative;
    top: -50px;
    left: 10px;
}
.wpforms-field-textarea.floating.wpforms-has-error em.wpforms-error {
    position: relative;
    top: -190px;
    left: 10px;
}
.floating.wpforms-has-error label {
    display: none;
}
.floating ::-webkit-input-placeholder { /* Chrome and Safari */
   color: transparent !important;
}
.floating :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: transparent !important;
}
  
.floating ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: transparent !important;
}
  
.floating :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: transparent !important;
}
  
.floating ::-ms-input-placeholder { /* Microsoft Edge */
   color: transparent !important;
}
