section.testimonial-section {
margin-top: 0;
margin-bottom: 0;
padding: 85px 0;
background-size: cover;
background-attachment: fixed;
position: relative;
z-index: 1;
&:before {
content: "";
background: rgba($black_color, 0.5);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
}
.section-title {
color: $white_color;
svg {
.a {
stroke: $white_color;
}
}
}//.section-title
.section-grid {
margin-top: 80px;
}//.section-grid
.widget_bttk_testimonial_widget {
max-width: 800px;
margin: 0 auto;
.bttk-testimonial-inner-holder {
padding: 100px 70px;
}//.bttk-testimonial-inner-holder
.name {
font-size: 2.6665em;
}//.name
.testimonial-content {
font-size: 1.2223em;
line-height: 1.75em;
}//.testimonial-content
}//.widget_bttk_testimonial_widget
.section-grid {
.owl-stage {
display: flex;
flex: 1;
flex-wrap: wrap;
}//.owl-stage
.owl-item {
display: flex;
flex: 1;
flex-direction: column;
&:not(.active) .img-holder {
opacity: 0.2;
filter: alpha(opacity=20);
}
&:not(.active) .text-holder {
opacity: 0.2;
filter: alpha(opacity=20);
}
}//.owl-item
.owl-nav {
[class*="owl-"] {
position: absolute;
top: 50%;
left: 23%;
width: 60px;
height: 60px;
text-align: center;
border: 3px solid $white_color;
@include border-radius(100%);
@include transform(translate(0, -50%));
opacity: 0.5;
filter: alpha(opacity=50);
background-color: transparent;
background-image: url('data:image/svg+xml; utf-8, ');
background-repeat: no-repeat;
background-size: 14px;
background-position: center;
text-indent: 70px;
overflow: hidden;
&:hover {
opacity: 1;
filter: alpha(opacity=100);
}
}
.owl-next {
left: auto;
right: 23%;
background-image: url('data:image/svg+xml; utf-8, ');
}//.owl-next
}//.owl-nav
}//.section-grid
}//section.testimonial-section
@media screen and (max-width: 1780px) {
section.testimonial-section {
.section-grid {
.owl-nav {
[class*="owl-"] {
left: 19%;
}
.owl-next {
left: auto;
right: 19%;
}
}//.owl-nav
}//.section-grid
}//section.testimonial-section
}
@include media(xl) {
section.testimonial-section {
.section-grid {
.owl-nav {
[class*="owl-"] {
left: 14%;
}
.owl-next {
left: auto;
right: 14%;
}
}//.owl-nav
}//.section-grid
.widget_bttk_testimonial_widget {
max-width: 85%;
}//.widget_bttk_testimonial_widget
}//section.testimonial-section
}//@include media(lg)
@include media(md) {
section.testimonial-section {
.section-grid {
.owl-nav {
[class*="owl-"] {
left: 11%;
}
.owl-next {
left: auto;
right: 11%;
}
}//.owl-nav
}//.section-grid
.widget_bttk_testimonial_widget {
max-width: 90%;
.bttk-testimonial-inner-holder {
padding: 55px;
}//.bttk-testimonial-inner-holder
}//.widget_bttk_testimonial_widget
}//section.testimonial-section
}//@include media(md)
@include media(sm) {
section.testimonial-section {
.section-grid {
.owl-nav {
margin-top: 30px;
text-align: center;
[class*="owl-"] {
position: static;
transform: none;
display: inline-block;
margin: 0 10px;
width: 48px;
height: 48px;
background-size: 12px;
}
}//.owl-nav
}//.section-grid
}//section.testimonial-section
}//@include media(sm)
@include media(xs) {
section.testimonial-section {
padding: 65px 15px;
.section-grid {
margin-top: 60px;
.owl-item {
flex: auto;
}//.owl-item
}//.section-grid
.widget_bttk_testimonial_widget {
max-width: 420px;
.bttk-testimonial-inner-holder {
padding: 55px 25px;
@include box-shadow(none);
}//.bttk-testimonial-inner-holder
.name {
font-size: 2em;
}//.name
.testimonial-content {
font-size: 1em;
}//.testimonial-content
}//.widget_bttk_testimonial_widget
}//section.testimonial-section
}//@include media(xs)