/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/*Privacy right */
#errorBox { display: none;}

.righttochoice { width: 50%; padding: 0 20px 20px 20px;}
.righttochoice input { margin: 5px 0;}
.righttochoice select  { margin: 5px 0; width: 100%; padding: 0 15px;}
.righttochoice input#kwsubmitbtn { background: #00a45d; color: #fff;}
.righttochoice textarea { margin: 5px 0; width: 100%; padding: 15px;}
.righttochoicenote { margin-top: 20px; font-size: 14px; color: gray;}
.righttochoice textarea::placeholder { color: #aaa9a9; }
.righttochoice input.disabled { background-color: #bbbbbb !important; cursor: not-allowed;}
.righttochoice textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #aaa9a9;
    opacity: 1; /* Firefox */
  }
  
  .righttochoice textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #aaa9a9;
  }
  
  .righttochoice textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #aaa9a9;
  }
.required { position: relative;}
.required:after {
    content:" *";
    color: red;
    position: absolute;
    top:5px;
    left: 3px;
  }
@media  screen and (max-width: 768px) {
    .righttochoice { width: 100%; padding: 10px;}
}