.fname{left: -3000px;position: absolute;}
#reviewtxt input {display:inline;}
#reviewtxt input{
  padding: 10px !important;
    width: 33.33%;
    margin: 5px 0;
    font-size: 14px;
    font-weight: normal;
  color:#000;
  }
#page-wrapper {text-align:left;}
#contact-area label {text-align:left;}
#contact-area .rating label {
    text-align: right;
    margin-right: 0;
    width: auto;
    padding-top: auto;
    font-size: 14px;
    text-transform: none;
    font-family: 'Open Sans', Helvetica, sans-serif;
    color: #000;
    font-weight: normal;
}
#contact-area .rating {
    position: absolute;
  border: none;
  padding:0;
  margin:0;
}

/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesn’t make the test unnecessarily selective */
#contact-area .rating:not(:checked) > input {
  display:none;
}

#contact-area .rating:not(:checked) > label {
    float:right;
    width: 1.2em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:220%;
    color:#ddd;
      text-shadow: 1px 1px #bbb, 2px 2px #666, 1px 1px;
}

#contact-area .rating:not(:checked) > label:before {
    content: '★';
}

#contact-area .rating > input:checked ~ label {
    color: #f70;
}

#contact-area .rating:not(:checked) > label:hover,
#contact-area .rating:not(:checked) > label:hover ~ label {
    color: gold;
}

#contact-area .rating > input:checked + label:hover,
#contact-area .rating > input:checked + label:hover ~ label,
#contact-area .rating > input:checked ~ label:hover,
#contact-area .rating > input:checked ~ label:hover ~ label,
#contact-area .rating > label:hover ~ input:checked ~ label {
    color: #ea0;
}

#contact-area .rating > label:active {
    position:relative;
    top:0;
    left:2px;
}
#ratingname{
    position: absolute;
    margin-left: 155px;
    width: auto;
    text-align: left;
    padding: 5px;
  float:none !important;
  text-align:left;
}
.rightlinks {float:right;}
#ratingname span{
  float:none !important;
  text-align:left;
  margin-left:20px;
}
@media only screen and (max-width: 640px){
  .ratingt2 {
    bottom: 0;
    display:block !important;
    width: 100% !important;
    text-align: center !important;
    padding-top: 20px;
  }
  #contact-area .rating {
    position: static;
  border: none;
  padding:5px;
  margin:0;
  }
  #contact-area {margin-top:5px;}
  .rightlinks{float:none; text-align:center;}
  .rating{width:250px;}
}
#contact-area input, select, textarea {
background-color: #fff;
border: 1px solid #ddd;
border-radius: 3px;
box-shadow: 1px 1px 3px #eee inset;
color: #000;
font-size: 15px;
padding: 1rem 0;
font-family: Verdana,Arial,Helvetica,sans-serif;
}
#contact-area button:hover, #contact-area input:hover[type="button"], #contact-area input:hover[type="reset"], #contact-area input:hover[type="submit"], #contact-area .button:hover, #contact-area .entry-content .button:hover {
background-color: #70ad4a; color:#FFFFFF;
}
#mce_16{width:438px;}
.mce-tinymce { border: thin solid #CCC !important;}
.cloudinary-fileupload {font-size: 13px !important;
    width: 190px !important;
    background: none !important;
    border: none !important;
	padding: 3px !important;}
