/**
* 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_slider_col_left {
    padding: 0px 15px;
}

ul#wk_testimonial_slider_col_left>li {
    margin-bottom: 10px;
}
#wk_testimonial_slider_col_right {
    padding: 0px 15px;
}

ul#wk_testimonial_slider_col_right>li {
    margin-bottom: 10px;
}
#wk_testimonial_column {
    background-color: #F8F8FE;
    padding: 45px 0 45px 0;
    text-align: center;
    font-family: inherit;
}

#wk_testimonial_box {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.02), 0 0px 9px 0 rgba(0, 0, 0, 0.04);
    padding: 15px;
    margin: 0 auto;
    width: 90%;
    margin-bottom: 10px;
}

#wk_avator_image_div {
    padding: 0;
    border-radius: 50%;
}

#wk_avator_image_div img {
    border-radius: 50%;
    width: 72px;
    height: 72px;
}

.wk_testimonial_block .bx-wrapper .bx-controls>.bx-pager .bx-pager-item .bx-pager-link.active {
    background: #6969C4 !important;
    border: none !important;
}

.wk_testimonial_block .bx-wrapper .bx-controls>.bx-pager .bx-pager-item .bx-pager-link {
    background: #E1E1E4 !important;
    border: none !important;
}

.wk_testimonial_rating_col img {
    border: none;
    display: inline;
    padding: 0;
}

.wk_testimonial_container_col {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.02), 0 0px 9px 0 rgba(0, 0, 0, 0.04);
    padding: 15px;
    margin: 0 auto;
    width: 90%;
    margin-bottom: 10px;
}

#wk_testimonial_block {
    margin-top: 100px;
}

.wk_testimonial_avator_col img {
    border-radius: 50%;
    border: none;
    height: 72px;
    width: 72px;
    margin: 0 auto;
}

.wk_testimonial_down_col {
    margin-top: 10px;
}

#wk_testimonial_list li {
    margin-bottom: 80px;
}

.wk_testimonial_rating_col {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 19px;
}

.wk_testimonial_text_col {
    padding: 10px 15px;
}

.wk-testimonial-icon-contact {
    background: rgba(0, 0, 0, 0) url("../../img/icon/Quote.jpg") no-repeat scroll 15px 0;
    content: "";
    display: block;
    height: 20px;
    margin-left: 14px;
    width: 45px;
    left: 6px;
    position: absolute;
    top: 163PX;
    background-size: 20px;
}

.wk_testimonial_text_col span {
    font-size: 14px;
    font-weight: 500;
    color: #a3a3a3;
    word-wrap: break-word;
    overflow: hidden;
}

.wk_testimonial_link {
    margin: 15px 0 15px;
    padding-left: 10px;
    padding-right: 10px;
}

.wk_testimonial_video {
    font-size: 15px;
    font-weight: 700;
    color: #00b4fc;
}

.wk_testimonial_author {
    font-size: 15px;
    font-weight: 700;
    color: #4b4b4b;
    word-wrap: break-word;
}

.wk_testimonial_author span {
    color: #4b4b4b;
}

.wk_testimonial_subject_col {
    margin: 10px 0px;
    font-size: 16px;
    font-weight: 700;
    color: #4b4b4b;
    overflow: hidden;
    word-break: break-all;
}

.wk_testimonial_image_text_col {
    padding: 0px 10px;
    border-radius: 5px;
    position: relative;
    height: 125px;
}

.wk_testimonial_image_text_col img {
    border-radius: 5px;
    height: 125px;
}

.wk_testimonial_image_text_col p {
    position: absolute;
    bottom: -1.2em;
    color: white;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    background: rgb(0, 0, 0);
    /* fallback color */
    background: rgba(0, 0, 0, 0.4);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 5px;
    /* max-width: 87.7%; */
    max-width: 100%;
}
/*
.image {
    position: relative;
    width: 100%;
    for IE 6
}

#wk_testimonial_list li .wk_testimonial_container_col:hover {
    box-shadow: 0px 0px 0px 0 rgba(0, 0, 0, 0.02), 0 0px 9px 0 rgba(0, 0, 0, 0.07);
} */

.testimonial_text_cont p {
    font-size: 14px;
    font-weight: 500;
    color: #a3a3a3;
    padding: 25px 35px;
}

.wk-close-testimonial {
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    right: 0px;
    top: 0px;
}

#wk_more_text {
    color: #00b4d7;
    font-size: 13px;
    font-weight: 500;

}

#wk_testimonial_video_cont {
    height: 500px;
    width: 500px;
}

.wk_testimonial_image_text_col iframe {
    border-radius: 5px;
    height: 125px;
    max-width: 94.5%;
}

#wk_testimonial_view {
    background: #a5a5a5 none repeat scroll 0 0;
    border-radius: 4px;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    width: 80%;
}

#wk_testimonial_view:hover {
    background: #989898;
    cursor: pointer;
}

#wk_testimonial_view #wk_testimonial_load_more {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

#wk_no_more_testimonial {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

#wk_testimonial_view_all {
    background-color: #F8F8FE;
    padding-bottom: 20px;
    text-align: center;
}

#wk_testimonial_view_all>a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    width: 70%;
    margin: 0 auto;
    text-align: center;
    background: #a5a5a5;
    border-radius: 4px;
    padding: 10px;
}
#wk-view-read-more-p iframe{
    max-width: 500px;
    border-radius: 5px;
    width: 100%;
}
.wk_testimonial_block .bx-wrapper .bx-controls-direction .bx-next,
.wk_testimonial_block .bx-wrapper .bx-controls-direction .bx-prev{
    color: #6968C4;
    height: 20px;
    width: 40px;
}
.wk_testimonial_block .bx-wrapper .bx-controls-direction .bx-next i,
.wk_testimonial_block .bx-wrapper .bx-controls-direction .bx-prev i{
    font-size: 30px
}
.wk_testimonial_block .bx-wrapper .bx-controls-direction .bx-prev:before {
    display: none;
}
.wk_testimonial_block .bx-wrapper .bx-controls-direction .bx-next:before {
    display: none;
}
@media(min-width:1200px) {
    .wk_testimonial_image_text_col p.wk-content-with-image{
        width:88%;
        word-break: break-all;
    }
}
@media(min-width:992px) and (max-width:1199px) {
    .wk_testimonial_image_text_col p.wk-content-with-image{
        width:83%;
        overflow: hidden;
        word-break: break-all;
    }
}
@media(min-width:768px) and (max-width:991px) {
    .wk-content-with-image{
        display: none;
    }
    .wk_testimonial_rating_col{
        height: 35px;
    }
}
@media(min-width:415px) and (max-width:767px) {
    .wk_testimonial_image_text_col p.wk-content-with-image{
        width:95%;
    }
    .wk-testimonial-icon-contact {
        left:14px;
    }
}
@media(min-width:376px) and (max-width:414px) {
    .wk_testimonial_image_text_col p.wk-content-with-image{
        width:93%;
    }
    .wk-testimonial-icon-contact {
        left:14px;
    }
}
@media(min-width:361px) and (max-width:375px) {
    .wk_testimonial_image_text_col p.wk-content-with-image{
        width:92%;
    }
}
@media(min-width:321px) and (max-width:360px) {
    .wk_testimonial_image_text_col p.wk-content-with-image{
        width:91.8%;
    }
}
@media(max-width:320px) {
    .wk_testimonial_image_text_col p.wk-content-with-image{
        width:90%;
    }
}

.title_block {
    transition: all 0.3s ease;
}


.title_block:hover a {
    color: black !important;
}

#wk_testimonial_view_all{
    transition: all 0.3s ease;
}

#wk_testimonial_view_all:hover a {
    color: black !important;
    background-color: black !important;
}

#wk_testimonial_view_all:hover #wk_view_testimonial_all {
    color: #ffffff !important;
}