/*
Theme Name:     Stratus - Child Theme
Theme URI:      http://themovation.com/stratus
Template:       stratusx
Author:         Themovation
Author URI:     http://themovation.com
Version:        4.0
Text Domain:    stratus
Domain Path:    /languages/
*/


/* = Theme customization starts here
-------------------------------------------------------------- */

.thanks_form form{
	display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}

.thanks_form form input,
.thanks_form form select{
    height: 50px;
    border-radius: 25px;
    border: 1px solid #d3d3d3;
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
	padding-left:15px;
}
.thanks_form form label{
	padding-right:5px;
}
.thanks_form form textarea{
    height: 100px;
    border-radius: 25px;
	background-color:#fff;
    border: 1px solid #d3d3d3;
	font-size: 15px;
}
.thanks_form form select,
.thanks_form form select option{
    height: 50px;
    border-radius: 25px;
    border: 1px solid #d3d3d3;
	background-color:#fff;
	padding-left:15px;
	padding-right:15px;
	font-size: 15px;
}
.thanks_form{
    box-shadow: 0px 0px 34px 0px rgba(0, 0, 0, 0.14);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: -145px 0px 0px 0px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: 0px;
    background-color: #fff;
    padding: 50px;
    border-radius: 15px;
}