/**
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License version 3.0
* that is bundled with this package in the file LICENSE.txt
* It is also available through the world-wide-web at this URL:
* https://opensource.org/licenses/AFL-3.0
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to a newer
* versions in the future. If you wish to customize this module for your needs
* please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright Since 2010 Webkul
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/

#wk_testimonial_form_div {
    background: #F9F9FF;
    float: left;
    width: 100%;
    font-family: inherit;
}
.wk_margin_top_for_avatar_image{
    margin-top: 12%;
}
#wk_testimonial_form_avator {
    border-radius: 50%;
    margin-top: -62px;
    text-align: center;
}

#wk_testimonial_form_avator img {
    border-radius: 50%;
    height: 125px;
    width: 125px;
    padding: 0;
    cursor: pointer;
}

.wk_form_field {
    margin-top: 50px;
}

.wk_testimonial_input {
    border: none;
    border-bottom: 1px solid #969696;
    background-color: #f9f9ff;
    font-size: 15px;
    font-weight: 100;
    color: #c7c7c8;
}

.wk_testimonial_input:focus {
    box-shadow: none;
}

.wk_testimonial_textarea {
    border: 1px solid;
    font-size: 15px;
    font-weight: 100;
    color: #c7c7c8;
    background: #fff;
}

.wk_testimonial_level {
    font-size: 18px;
    font-weight: 700;
    color: #535353
}

.wk_testimonial_form_group {
    margin-bottom: 60px;
}

.wk_file_input_div {
    background-color: #ffffff;
    min-height: 85px;
    max-height: inherit;
    vertical-align: middle;
    border: 1px solid #c7c7c8;
}

.wk_file_input_div img {
    height: 85px;
    width: 85px;
}

.wk_file_input_div #wk_input_img img {
    border: none;
}

.wk_file_input_div .wk_input_file_text {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #c7c7c8;
}

.wk_file_input_div #wk_image_input_div {
    margin-left: 20px;
    margin-right: 20px;
}

.wk_file_input_button {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background-color: #00b4fc;
    border-radius: 5px;
    border: none;
}

.wk_file_input_button:hover {
    background-color: #00acf4;
    color: #fff;
}

.wk_testimonial_form_group .wk_file_input_div #wk_image_input_div label input#wk_testimonial_image {
    display: none;
}

#wk_testimonial_save {
    padding: 15px 50px;
}

.wk_testimonial_video_input {
    width: 74%;
    background-color: #fff;
    display: inline;
}

.wk_testimonial_video_input:focus {
    border-color: #66afe9;
}

#wk_testimonial_form_avator .img input#wk_testimonial_avator_image {
    display: none;
}
#wk_my_testimonial_button{
    text-align: right;
}
.wk_testimonial_level.required:before{
    content: "*";
    color: red;
}
#wk_add_text{
    font-size: 25px;
}
#wk_testimonial_add_tag_line {
    padding: 5px;
    text-align: center;
}