.sc_testimonials_columns_wrap {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.sc_testimonials_slider .sc_testimonials_item,
.sc_testimonials_columns_wrap .sc_testimonials_item {
display: inline-block;
vertical-align: top;
width: 100%;
height: 100%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_testimonials_slider .sc_testimonials_item {
margin-bottom: 0 !important;
}
.sc_testimonials {
position: relative;
}
.sc_testimonials_item_content {
text-align: center;
font-size: 1.1333em;
line-height: 1.8824em;
font-weight: 400;
font-style: normal;
}
.sc_testimonials [class*="column"] .sc_testimonials_item_content {
text-align: left;
font-size: 1em;
line-height: 1.4em;
}
.sc_testimonials_item_content:before {
content: '\e8b8';
font-family: "trx_addons_icons";
font-size: 1.5em;
line-height: 1.5em;
color: #efa758;
display: block;
margin-bottom: 0.6em;
}
.sc_testimonials_item_content p {
margin: 0;
}
.sc_testimonials_item_content p + p {
margin-top: 1em;
}
.sc_testimonials_item_author {
margin: 0.6em auto 0;
max-width: none;
padding: 1.5em 0.5em 1.5em 1.3em;
background-color: transparent;
color: #fff;
text-align: center;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.sc_testimonials [class*="column"] .sc_testimonials_item_author {
text-align: left;
padding-left: 0;
}
.sc_testimonials_item_author_avatar,
.sc_testimonials_item_author_data {
display: inline-block;
vertical-align: middle;
}
.sc_testimonials_item_author_avatar {
overflow: hidden;
margin: 0 1.3em 0 0.6em;
width: 5em;
height: 5em;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.sc_testimonials_avatar_with_initials {
position: relative;
background-color: #e7eaed;
color: #c3c3c3;
}
.sc_testimonials_avatar_with_initials .sc_testimonials_item_author_initials {
font-size: 2em;
line-height: 1em;
font-weight: bold;
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.sc_testimonials_item_author_data {
max-width: 50%;
}
.sc_testimonials_item_author_title {
margin: 0;
color: #fff;
font-size: 1.0667em;
font-style: italic;
letter-spacing: 0;
text-transform: none;
}
.sc_testimonials_item_author_title + .sc_testimonials_item_author_subtitle {
margin-top: 0.1em;
color: #ddd;
font-size: 0.9286em;
line-height: 1.3em;
}
.sc_testimonials_rating {
position: relative;
height: 1em;
font-size: 1.15em;
line-height: 1em;
display: inline-block;
vertical-align: middle;
}
.sc_testimonials_rating_stars_default {
opacity: 0.3;
}
.sc_testimonials_rating_stars_default,
.sc_testimonials_rating_stars_hover {
white-space: nowrap;
color: #ffe200;
}
.sc_testimonials_rating_stars_hover {
position: absolute;
z-index: 1;
top: 0;
left: 0;
-webkit-transition: width 0.3s ease;
-ms-transition: width 0.3s ease;
transition: width 0.3s ease;
overflow: hidden;
}
.sc_testimonials_rating_stars .sc_testimonials_rating_stars_hover {
-webkit-transition-duration: 1s;
-ms-transition-duration: 1s;
transition-duration: 1s;
-webkit-transition-delay: 0.5s;
-ms-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.sc_testimonials_rating_star {
display: inline-block;
width: 1em;
}
.sc_testimonials_simple .sc_testimonials_item_author_data:before {
content: ' ';
width: 1px;
height: 1.5em;
margin: 1.3em auto;
background-color: #ddd;
display: inline-block;
vertical-align: middle;
}
.sc_testimonials_simple [class*="column"] .sc_testimonials_item_author_data {
border-left: 1px solid #ddd;
padding-left: 1.5em;
}
.sc_testimonials_simple [class*="column"] .sc_testimonials_item_author_data:before {
display: none;
}.sc_testimonials_qw-date.sc_testimonials div.sc_testimonials_content > .sc_testimonials_item + .sc_testimonials_item {
margin-top: var(--theme-var-grid_gap);
}
.sc_testimonials_qw-date .sc_testimonials_item {
border: 1px solid var(--theme-color-bd_color);
padding: 40px 25px;
height: auto;
}
.sc_testimonials_qw-date .sc_testimonials_item_author {
margin: 0;
padding: 0;
text-align: left;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.sc_testimonials_qw-date .sc_testimonials_item_author .sc_testimonials_item_author_avatar {
margin: 0 15px 0 0;
width: 70px;
height: 70px;
-webkit-flex-shrink: 0;
-ms-flex-shrink: 0;
flex-shrink: 0;
}
.sc_testimonials_qw-date .sc_testimonials_item_author .sc_testimonials_item_author_data {
max-width: 100%;
}
.sc_testimonials_qw-date .sc_testimonials_item_author .sc_testimonials_item_author_data .sc_testimonials_item_author_subtitle {
margin: 0;
color: var(--theme-color-text);
font-size: 16px;
line-height: 1.3em;
}
.sc_testimonials_qw-date .sc_testimonials_item_author .sc_testimonials_item_author_data .sc_testimonials_item_author_title {
color: var(--theme-color-text_dark);
font-size: 19px;
line-height: 1.25em;
font-style: normal;
}
.sc_testimonials_qw-date .sc_testimonials_item_author .sc_testimonials_item_author_data .sc_testimonials_item_author_title + .sc_testimonials_item_author_subtitle {
margin-top: 5px;
}
.sc_testimonials_qw-date .sc_testimonials_item_author .sc_testimonials_item_author_data .sc_testimonials_rating {
font-size: 0.9em;
}
.sc_testimonials_qw-date .sc_testimonials_item_author + .sc_testimonials_item_content {
margin-top: 20px;
}
.sc_testimonials_qw-date .sc_testimonials_item_content:before {
display: none;
}
.sc_testimonials_qw-date .sc_testimonials_item_content .sc_testimonials_item_date {
color: var(--theme-color-text);
font-size: 16px;
line-height: 1.3em;
margin-top: 15px;
}
.sc_testimonials_qw-date [class*="column"] .sc_testimonials_item_content,
.sc_testimonials_qw-date .sc_testimonials_item_content {
text-align: left;
font-size: 1rem;
line-height: var(--theme-font-p_line-height);
font-weight: var(--theme-font-p_font-weight);
color: var(--theme-color-text_dark);
} .sc_testimonials_qw-big .slider_container.slider_one .sc_testimonials_item {
padding: 0 15%;
}
.sc_testimonials_qw-big [class*="column"] .sc_testimonials_item_content {
font-size: 1.333em;
line-height: 1.4em;
letter-spacing: 0;
text-align: center;
}
.sc_testimonials_qw-big [class*="column"] .sc_testimonials_item_content + .sc_testimonials_item_author {
margin: 1.5em 0 0 0;
}
.sc_testimonials_qw-big .slider_one .sc_testimonials_item_content,
.sc_testimonials_qw-big .sc_testimonials_item_content {
color: var(--theme-color-text_dark);
font-size: var(--theme-font-h1_font-size);
line-height: var(--theme-font-h1_line-height);
font-weight: var(--theme-font-h1_font-weight);
letter-spacing: var(--theme-font-h1_letter-spacing);
font-family: var(--theme-font-h1_font-family);
}
.sc_testimonials_qw-big .slider_one .sc_testimonials_item_content:before,
.sc_testimonials_qw-big .sc_testimonials_item_content:before {
display: none;
}
.sc_testimonials_qw-big .slider_one .sc_testimonials_item_content + .sc_testimonials_item_author,
.sc_testimonials_qw-big .sc_testimonials_item_content + .sc_testimonials_item_author {
margin-top: 2.3em;
}
.sc_testimonials_qw-big .sc_testimonials_item_author {
padding: 0 0 1px 0;
text-align: left;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.sc_testimonials_qw-big .sc_testimonials_item_author .sc_testimonials_item_author_avatar {
margin: 0 15px 0 0;
width: 70px;
height: 70px;
-webkit-flex-shrink: 0;
-ms-flex-shrink: 0;
flex-shrink: 0;
}
.sc_testimonials_qw-big .sc_testimonials_item_author .sc_testimonials_item_author_data {
max-width: 100%;
}
.sc_testimonials_qw-big .sc_testimonials_item_author .sc_testimonials_item_author_data .sc_testimonials_item_author_subtitle {
margin: 0;
color: var(--theme-color-text);
font-size: 16px;
line-height: 1.3em;
}
.sc_testimonials_qw-big .sc_testimonials_item_author .sc_testimonials_item_author_data .sc_testimonials_item_author_title {
color: var(--theme-color-text_dark);
font-size: 19px;
line-height: 1.3em;
font-style: normal;
}
.sc_testimonials_qw-big .sc_testimonials_item_author .sc_testimonials_item_author_data .sc_testimonials_item_author_title + .sc_testimonials_item_author_subtitle {
margin-top: 4px;
}
.sc_testimonials_qw-big .sc_testimonials_item_author .sc_testimonials_item_author_data .sc_testimonials_rating {
font-size: 0.9em;
}
.sc_testimonials_qw-big .slider_container.slider_controls_side .slider_controls_wrap > a:before,
.sc_testimonials_qw-big .slider_outer_controls_side .slider_controls_wrap > a:before,
.sc_testimonials_qw-big .slider_outer_controls_outside .slider_controls_wrap > a:before,
.sc_testimonials_qw-big .slider_outer_controls_top .slider_controls_wrap > a:before,
.sc_testimonials_qw-big .slider_outer_controls_bottom .slider_controls_wrap > a:before {
font-family: "qw_extension_icons";
font-size: 22px;
content: '\e802';
}
.sc_testimonials_qw-big .slider_container.slider_controls_side .slider_controls_wrap > a.slider_prev,
.sc_testimonials_qw-big .slider_outer_controls_side .slider_controls_wrap > a.slider_prev,
.sc_testimonials_qw-big .slider_outer_controls_outside .slider_controls_wrap > a.slider_prev,
.sc_testimonials_qw-big .slider_outer_controls_top .slider_controls_wrap > a.slider_prev,
.sc_testimonials_qw-big .slider_outer_controls_bottom .slider_controls_wrap > a.slider_prev {
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.sc_testimonials_qw-big .slider_container.slider_controls_side .slider_controls_wrap > a.slider_next,
.sc_testimonials_qw-big .slider_outer_controls_side .slider_controls_wrap > a.slider_next,
.sc_testimonials_qw-big .slider_outer_controls_outside .slider_controls_wrap > a.slider_next,
.sc_testimonials_qw-big .slider_outer_controls_top .slider_controls_wrap > a.slider_next,
.sc_testimonials_qw-big .slider_outer_controls_bottom .slider_controls_wrap > a.slider_next {
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.sc_testimonials_qw-big .slider_container.slider_controls_side .slider_controls_wrap > a {
text-align: right !important;
}
.sc_testimonials_qw-big .slider_container.slider_controls_side .slider_controls_wrap > a.slider_prev {
margin-left: 0 !important;
}
.sc_testimonials_qw-big .slider_container.slider_controls_side .slider_controls_wrap > a.slider_next {
margin-right: 0 !important;
}
.sc_testimonials_qw-big .slider_controls_wrap > a {
background-color: transparent !important;
-webkit-border-radius: 0 !important;
-ms-border-radius: 0 !important;
border-radius: 0 !important;
border: none !important;
}@media (max-width: 1439px) { .sc_testimonials_qw-big .slider_container.slider_one .sc_testimonials_item {
padding: 0 10%;
}
}
@media (max-width: 1279px) { .sc_testimonials_qw-date .sc_testimonials_item {
padding: 30px 20px;
}
.sc_testimonials_qw-date .sc_testimonials_item_author .sc_testimonials_item_author_avatar {
width: 50px;
height: 50px;
}
.sc_testimonials_qw-date .sc_testimonials_item_author .sc_testimonials_item_author_data .sc_testimonials_item_author_title + .sc_testimonials_item_author_subtitle {
margin-top: 3px;
}
.sc_testimonials_qw-date .sc_testimonials_item_author + .sc_testimonials_item_content {
margin-top: 15px;
} .sc_testimonials_qw-big [class*="column"] .sc_testimonials_item_content {
font-size: 1.2em;
}
.sc_testimonials_qw-big [class*="column"] .sc_testimonials_item_content + .sc_testimonials_item_author {
margin: 1.2em 0 0 0;
}
.sc_testimonials_qw-big .slider_one .sc_testimonials_item_content,
.sc_testimonials_qw-big .sc_testimonials_item_content {
font-size: 2.7em;
line-height: 1.1em;
}
.sc_testimonials_qw-big .slider_one .sc_testimonials_item_content + .sc_testimonials_item_author,
.sc_testimonials_qw-big .sc_testimonials_item_content + .sc_testimonials_item_author {
margin-top: 1.5em;
}
.sc_testimonials_qw-big .slider_container.slider_controls_side .slider_controls_wrap > a:before,
.sc_testimonials_qw-big .slider_outer_controls_side .slider_controls_wrap > a:before,
.sc_testimonials_qw-big .slider_outer_controls_outside .slider_controls_wrap > a:before,
.sc_testimonials_qw-big .slider_outer_controls_top .slider_controls_wrap > a:before,
.sc_testimonials_qw-big .slider_outer_controls_bottom .slider_controls_wrap > a:before {
font-size: 20px;
}
}
@media (max-width: 1023px) { .sc_testimonials_qw-date .sc_testimonials_item_content .sc_testimonials_item_date,
.sc_testimonials_qw-date .sc_testimonials_item_author .sc_testimonials_item_author_data .sc_testimonials_item_author_subtitle {
font-size: 1rem;
} .sc_testimonials_qw-big .sc_testimonials_item_author .sc_testimonials_item_author_data .sc_testimonials_item_author_subtitle {
font-size: 1rem;
}
.sc_testimonials_qw-big .slider_one .sc_testimonials_item_content,
.sc_testimonials_qw-big .sc_testimonials_item_content {
font-size: 2.2em;
}
}
@media (max-width: 767px) { .sc_testimonials_qw-date .sc_testimonials_item {
padding: 25px 20px;
}
.sc_testimonials_qw-date .sc_testimonials_item_author .sc_testimonials_item_author_data .sc_testimonials_item_author_title {
font-size: 1rem;
} .sc_testimonials_qw-big .sc_testimonials_item_content,
.sc_testimonials_qw-big .slider_one .sc_testimonials_item_content {
font-size: 1.9em;
}
.sc_testimonials_qw-big .sc_testimonials_item_content + .sc_testimonials_item_author,
.sc_testimonials_qw-big .slider_one .sc_testimonials_item_content + .sc_testimonials_item_author {
margin-top: 1.2em;
}
.sc_testimonials_qw-big .sc_testimonials_item_author .sc_testimonials_item_author_data .sc_testimonials_item_author_title {
font-size: 1rem;
}
.sc_testimonials_qw-big .slider_container.slider_controls_side .slider_controls_wrap > a:before,
.sc_testimonials_qw-big .slider_outer_controls_side .slider_controls_wrap > a:before,
.sc_testimonials_qw-big .slider_outer_controls_outside .slider_controls_wrap > a:before,
.sc_testimonials_qw-big .slider_outer_controls_top .slider_controls_wrap > a:before,
.sc_testimonials_qw-big .slider_outer_controls_bottom .slider_controls_wrap > a:before {
font-size: 15px;
}
}
@media (max-width: 479px) { .sc_testimonials_qw-big [class*="column"] .sc_testimonials_item_content + .sc_testimonials_item_author {
margin: 1em 0 0 0;
}
.sc_testimonials_qw-big .sc_testimonials_item_content,
.sc_testimonials_qw-big .slider_one .sc_testimonials_item_content {
font-size: 1.5em;
line-height: 1.2em;
letter-spacing: 0;
}
.sc_testimonials_qw-big .sc_testimonials_item_content + .sc_testimonials_item_author,
.sc_testimonials_qw-big .slider_one .sc_testimonials_item_content + .sc_testimonials_item_author {
margin: 1em 0 0 0;
}
}.widget_custom_links .custom_links_list {
padding-left: 0;
display: block !important;
position: static;
top: auto;
left: auto;
bottom: auto;
right: auto;
width: auto;
}
.widget_custom_links .custom_links_list_item {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
position: static;
top: auto;
left: auto;
bottom: auto;
right: auto;
margin: 0 !important;
padding: 0;
}
.widget_custom_links .custom_links_list_item + .custom_links_list_item {
margin-top: 0.3em;
}
.widget_custom_links .custom_links_list_item:before {
display: none;
}
.widget_custom_links .custom_links_list_item_link {
position: relative !important;
display: inline-block;
vertical-align: top;
padding: 0.3em;
}
.widget_custom_links span.custom_links_list_item_link {
font-weight: bold;
}
.widget_custom_links .custom_links_list_item.with_icon .custom_links_list_item_link {
padding-left: 1.5em;
}
.widget_custom_links .custom_links_list_item_image {
position: absolute;
z-index: 1;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 1.25em;
height: auto;
max-width: 100%;
}
.widget_custom_links .custom_links_list_item_icon {
position: absolute;
z-index: 1;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 1.5em;
height: 1.5em;
line-height: 1.5em;
}
.widget_custom_links .custom_links_list_item_icon.sc_icon_type_svg svg,
.widget_custom_links .custom_links_list_item_icon.sc_icon_type_svg object {
width: 1em;
height: 1em;
line-height: 1em;
}
.widget_custom_links .custom_links_list_item_description {
display: block;
font-size: 0.75em;
font-style: italic;
line-height: 1.7em;
}
.widget_custom_links .custom_links_list_item_description + .custom_links_list_item_button {
margin-top: 0.5em;
}
.widget_custom_links .custom_links_list_item_label {
position: absolute;
z-index: 1;
top: -2em;
right: -5em;
font-size: 10px;
line-height: 15px;
font-weight: normal;
background-color: #666;
border-color: #666;
color: #fff;
display: inline-block;
vertical-align: top;
padding: 0.3em 1em;
pointer-events: none;
}
.widget_custom_links .custom_links_list_item_label:before {
content: " ";
position: absolute;
z-index: 1;
top: 100%;
left: 1em;
width: 0;
height: 0;
border-style: solid;
border-width: 4px 7px 0 0;
border-top-color: inherit;
border-left-color: transparent !important;
border-right-color: transparent !important;
border-bottom-color: transparent !important;
}
.widget_custom_links .custom_links_list_item_label_hover .custom_links_list_item_label {
opacity: 0;
-webkit-transition: opacity 0.3s ease, transform 0.3s ease;
-ms-transition: opacity 0.3s ease, transform 0.3s ease;
transition: opacity 0.3s ease, transform 0.3s ease;
-webkit-transform: translateY(3em);
-ms-transform: translateY(3em);
transform: translateY(3em);
}
.widget_custom_links .custom_links_list_item_label_hover:hover .custom_links_list_item_label {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}