/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 15 2020 | 14:53:32 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.wpcf7-select{
  border-radius: 50px 50px 50px 50px !important;
  background: #fff !important;
}
.wpcf7-not-valid-tip{
  text-align: center;
}

#responsive-form{
	max-width:600px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.left, .full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.left{
		width: 50%;
	}
}

.elementor-posts a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    background: #e50019;
    color: #fff;
    padding: 20px 30px 20px 40px;
    border-radius: 50px;
    font-weight:600;
}

.elementor-posts a:hover{
  color: #fd0;
}