ÿØÿà JFIF ` ` ÿþ
|
Server : Apache/2 System : Linux srv244.medyabim.com 4.18.0-553.89.1.el8_10.x86_64 #1 SMP Mon Dec 8 03:53:08 EST 2025 x86_64 User : lionbursa ( 1773) PHP Version : 5.6.40 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname Directory : /home/lionbursa/public_html/style/less/less-mobilerepair/custom-theme/ |
Upload File : |
/*
* Shortcode: testimonials.less
* -----------------------------------------------
*/
.testimonial {
.item {
position: relative;
overflow: hidden;
.thumb img {
margin: auto;
max-width: 75px;
}
}
}
.testimonial .comment p {
color: @gray-darkgray;
font-weight: 400;
}
/* -------- Testimonial-Style1 ---------- */
.testimonials {
&.attorney-details {
.thumb {
img {
width: auto;
}
}
}
}
/* -------- Testimonial-Style2 ---------- */
.testimonial.style2 {
text-align: center;
}
.testimonial.style2 .thumb img {
display: inline-block;
width: auto;
width: 75px;
}
/* -------- Testimonial-Style1 ---------- */
.testimonial.style1 {
}
.testimonial.style1 .item {
border: none;
}
.testimonial.style1 .item::before {
display: none;
}
.testimonial.style1 .quote, .testimonial.style1 .thumb {
margin-bottom: 30px;
}
.testimonial.style1 .author {
margin-bottom: 5px;
text-transform: uppercase;
}
.testimonial.style1 .title {
color: @gray-silver;
margin-bottom: 20px;
}
.testimonial.style1 .comment {
padding: 35px 25px;
}
.testimonial.style1 .comment p {
font-weight: 600;
margin-left: 0px;
}
.testimonial.style1 .comment {
background: @white-f8;
color: @gray-light;
border-radius: 10px;
box-shadow: 0 1px 3px 0 fade(@black, 10%);
margin: 1px;
position: relative;
}
.testimonial.style1 .comment::before {
color: @gray-lightgray;
content: "\f10d";
font-family: fontawesome;
font-size: 30px;
left: 20px;
position: absolute;
top: 7px;
opacity: 0.2;
}
/*.testimonial.style1 .comment::after {
bottom: -18px;
right: 19px;
content: "";
position: absolute;
width: 0;
height: 0;
border-style: solid;
border-width: 15px 15px 0 15px;
border-color: fade(@black, 04%) transparent transparent transparent;
}*/
.owl-carousel .owl-item .testimonial img {
display: inline;
width: auto;
}
.testimonial .signature {
width: 60px;
}