/*
Theme Name: Avada Child
Description: Child theme for the Avada
Author: Your name here
Template: Avada
*/

@import url("../Avada/style.css");

.wpcf7-form{
    background-color: #f8f8f8;
    border-radius: 5px;
}

.wpcf7 textarea  {
  height: 100px;
  border-radius: 5px;
  width: 100%;
	font-size:17px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"]
{
    width: 100%;
    border-radius: 5px;
	height: 38px;
		font-size:17px;
}

.wpcf7-form p{
    font-size : 13px;
    margin-left: 15px;
	margin-right: 15px;
    padding: 25px 0 25px;
    color: #000000;
}

.wpcf7 select {
    border-radius: 5px;
    margin-left: 0px;
    width: 90%;
    z-index: 100;
}


::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000 !important;
    opacity: 1;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000 !important;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000 !important;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #000 !important;
    opacity: 1;
}

.sg-popup-builder-content {
    height: 100%;
	background-repeat: no-repeat;
    background-color: white;
	box-shadow: rgb(204, 204, 204) 0px 10px 10px 0px;
	overflow: auto;
	padding: 20px 20px 20px 20px;
}