section.client-section {
margin-top: 0;
margin-bottom: 0;
background: rgba($primary_color, 0.2);
padding: 80px 0 20px 0;
text-align: center;
.widget_text {
max-width: 800px;
margin-left: auto;
margin-right: auto;
.textwidget {
font-size: 1.1112em;
p {
margin-top: 0;
margin-bottom: 20px;
&:last-child {
margin-bottom: 0;
}
}
}//.textwidget
}//.widget_text
.widget {
.widget-title {
margin-bottom: 40px;
}//.widget-title
+ .widget_blossom_client_logo_widget .widget-title {
display: none;
}
}//.widget
.widget_blossom_client_logo_widget {
.owl-item {
padding: 10px;
}//.owl-items
.image-holder {
display: flex;
flex: 1;
flex-direction: column;
justify-content: center;
align-items: center;
min-height: 50px;
width: auto;
padding-top: 0;
padding-left: 0;
}//.image-holder
}//.widget_blossom_client_logo_widget
.blossom-inner-wrap {
padding-top: 80px;
&.control-disabled {
padding-top: 0;
}
}//.blossom-inner-wrap
.owl-nav {
[class*="owl-"] {
position: absolute;
top: 0;
left: -56px;
right: 0;
margin: 0 auto;
width: 55px;
height: 36px;
text-align: center;
@include border-radius(50px 0 0 50px);
@include box-shadow(0 2px 0 0 rgba($black_color, 0.1));
background-color: $white_color;
background-image: url('data:image/svg+xml; utf-8, ');
background-repeat: no-repeat;
background-size: 10px;
background-position: center;
text-indent: 60px;
overflow: hidden;
&:hover {
background-color: $primary_color;
background-image: url('data:image/svg+xml; utf-8, ');
}
}
.owl-next {
left: 0;
right: -56px;
@include border-radius(0 50px 50px 0);
background-image: url('data:image/svg+xml; utf-8, ');
&:hover {
background-image: url('data:image/svg+xml; utf-8, ');
}
}//.owl-next
}//.owl-nav
}//section.client-section
@include media(xs) {
section.client-section {
padding-top: 65px;
padding-bottom: 5px;
}//section.client-section
}//@include media(xs)