.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_icons {
position: relative;
padding-top: 0.0001px;
}
.sc_icons_columns_wrap {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.sc_icons_slider .sc_icons_item,
.sc_icons_columns_wrap .sc_icons_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_icons_slider .sc_icons_item {
margin-bottom: 0 !important;
}
.sc_icons .sc_icons_item {
position: relative;
}
.sc_icons.sc_align_left .sc_icons_item {
text-align: left;
}
.sc_icons.sc_align_center .sc_icons_item {
text-align: center;
}
.sc_icons.sc_align_right .sc_icons_item {
text-align: right;
}
.sc_icons .sc_icons_item > * {
margin: 0;
}
.sc_icons .sc_icons_icon {
color: #efa758;
position: relative;
z-index: 2;
display: inline-block;
width: auto;
}
.sc_icons_icon.sc_icons_char:before,
.sc_icons_icon.sc_icons_char > span:before {
content: attr(data-char);
font-weight: 700;
}
.sc_icon_type_svg.sc_icon_animation {
visibility: hidden;
}
.sc_icon_type_svg svg {
stroke: currentColor;
fill: currentColor;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_icon_type_svg.sc_icon_animation svg {
fill: none !important;
}
.sc_icons .sc_icons_icon:before,
.sc_icons .sc_icons_icon > span:before {
font-size: 6em;
line-height: 1.1em !important;
}
.sc_icon_type_svg svg,
.sc_icon_type_svg object {
width: 6em;
height: 6em;
display: inline-block;
overflow: visible;
margin-bottom: -0.1em;
}
.sc_icons .sc_icons_image img {
max-width: 75%;
}
.sc_icons_size_small .sc_icons_icon:before,
.sc_icons_size_small .sc_icons_icon > span:before {
font-size: 4em;
line-height: 1.1em !important;
}
.sc_icons_size_small .sc_icon_type_svg svg,
.sc_icons_size_small .sc_icon_type_svg object {
width: 4em;
height: 4em;
}
.sc_icons_size_large .sc_icons_icon:before,
.sc_icons_size_large .sc_icons_icon > span:before {
font-size: 8em;
line-height: 1.1em !important;
}
.sc_icons_size_large .sc_icon_type_svg svg,
.sc_icons_size_large .sc_icon_type_svg object {
width: 8em;
height: 8em;
}
.sc_icons .sc_icons_icon > span {
display: inline-block;
opacity: 0;
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: auto;
}
.sc_icons .sc_icons_icon,
.sc_icons .sc_icons_item_title {
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.sc_icons .sc_icons_item_title span,
.sc_icons .sc_icons_item_description span {
display: block;
}
.sc_icons_item_title {
font-size: 1.25em;
line-height: 1.3em;
font-weight: 400;
font-style: normal;
text-transform: uppercase;
letter-spacing: 1px;
margin: 0;
}
.sc_icons_item_description {
font-size: 1em;
line-height: 1.6em;
}
.sc_icons_item_title + .sc_icons_item_description {
margin-top: 0.5em;
}
.sc_icons .sc_icons_item_link {
display: block;
position: absolute;
z-index: 10;
top: 0;
left: 0;
width: 100%;
height: 100%;
} .sc_icons_default .sc_icons_icon + .sc_icons_item_details,
.sc_icons_default .sc_icons_image + .sc_icons_item_details {
margin-top: 1em;
} .sc_icons_modern {
position: relative;
}
.sc_icons_modern .sc_icons_icon,
.sc_icons_modern .sc_icons_image {
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.sc_icons_modern .sc_icons_image {
max-width: 6em;
overflow: hidden;
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;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}
.sc_icons_modern .sc_icons_image img {
max-width: none;
height: 6em;
}
.sc_icons_modern.sc_icons_size_small .sc_icons_image {
max-width: 4em;
}
.sc_icons_modern.sc_icons_size_small .sc_icons_image img {
height: 4em;
}
.sc_icons_modern.sc_icons_size_large .sc_icons_image {
max-width: 8em;
}
.sc_icons_modern.sc_icons_size_large .sc_icons_image img {
height: 8em;
}
.sc_icons_modern.sc_align_right .sc_icons_icon,
.sc_icons_modern.sc_align_right .sc_icons_image {
left: auto;
right: 0;
}
.sc_icons_modern .sc_icons_item_details {
min-height: 6em;
padding-left: 8em;
}
.sc_icons_modern.sc_align_right .sc_icons_item_details {
padding-left: 0;
padding-right: 8em;
}
.sc_icons_modern.sc_icons_size_small .sc_icons_item_details {
min-height: 4em;
padding-left: 6em;
}
.sc_icons_modern.sc_icons_size_small.sc_align_right .sc_icons_item_details {
padding-left: 0;
padding-right: 6em;
}
.sc_icons_modern.sc_icons_size_large .sc_icons_item_details {
min-height: 8em;
padding-left: 10em;
}
.sc_icons_modern.sc_icons_size_large.sc_align_right .sc_icons_item_details {
padding-left: 0;
padding-right: 10em;
} .sc_icons .sc_icons_item_linked:hover .sc_icons_icon > span {
-webkit-animation: icons-zoom 0.25s ease-out;
-ms-animation: icons-zoom 0.25s ease-out;
animation: icons-zoom 0.25s ease-out;
}
.sc_icons .sc_icons_item_linked:hover .sc_icons_icon > svg {
-webkit-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}
.sc_icons .sc_icons_item_linked .sc_icons_icon + .sc_icons_item_title,
.sc_icons .sc_icons_item_linked .sc_icons_image + .sc_icons_item_title,
.sc_icons .sc_icons_item_linked .sc_icons_icon + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked .sc_icons_icon + .sc_icons_item_title + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked .sc_icons_image + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked .sc_icons_image + .sc_icons_item_title + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked .sc_icons_image img {
-webkit-transition: all 0.25s ease;
-ms-transition: all 0.25s ease;
transition: all 0.25s ease;
}
.sc_icons .sc_icons_item_linked .sc_icons_icon + .sc_icons_item_title,
.sc_icons .sc_icons_item_linked .sc_icons_image + .sc_icons_item_title {
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
}
.sc_icons .sc_icons_item_linked .sc_icons_icon + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked .sc_icons_icon + .sc_icons_item_title + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked .sc_icons_image + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked .sc_icons_image + .sc_icons_item_title + .sc_icons_item_description {
-webkit-transform-origin: center top;
-ms-transform-origin: center top;
transform-origin: center top;
}
.sc_icons .sc_icons_item_linked:hover .sc_icons_image img {
-webkit-transform: scale(1.1, 1.1);
-ms-transform: scale(1.1, 1.1);
transform: scale(1.1, 1.1);
}
.sc_icons .sc_icons_item_linked:hover .sc_icons_icon + .sc_icons_item_title,
.sc_icons .sc_icons_item_linked:hover .sc_icons_image + .sc_icons_item_title,
.sc_icons .sc_icons_item_linked:hover .sc_icons_icon + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked:hover .sc_icons_icon + .sc_icons_item_title + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked:hover .sc_icons_image + .sc_icons_item_description,
.sc_icons .sc_icons_item_linked:hover .sc_icons_image + .sc_icons_item_title + .sc_icons_item_description {
-webkit-transform: scale(0.9, 0.9);
-ms-transform: scale(0.9, 0.9);
transform: scale(0.9, 0.9);
}
@-webkit-keyframes icons-zoom {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: scale(1.75, 1.75);
-ms-transform: scale(1.75, 1.75);
transform: scale(1.75, 1.75);
}
}
@keyframes icons-zoom {
0% {
opacity: 1;
}
100% {
opacity: 0;
-webkit-transform: scale(1.75, 1.75);
-ms-transform: scale(1.75, 1.75);
transform: scale(1.75, 1.75);
}
}.trx_addons_video_player video {
max-height: calc( 100vh - var(--fixed-rows-height) );
}
.sc_layouts_popup .trx_addons_video_player video {
max-height: 80vh;
}
.trx_addons_video_player .mejs-container:not(.mejs-container-fullscreen),
.trx_addons_video_player .mejs-container:not(.mejs-container-fullscreen) .mejs-layers > .mejs-layer {
max-height: calc( 100vh - var(--fixed-rows-height) );
}
.trx_addons_video_player iframe {
max-height: 100%;
}
.trx_addons_video_player.with_cover {
position: relative;
overflow: hidden;
}
.trx_addons_video_player.with_cover .video_embed {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
text-align: center;
opacity: 0;
overflow: hidden;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.trx_addons_video_player.with_cover img {
position: relative;
z-index: 2;
width: 100% !important;
height: auto;
max-width: none !important;
}
.trx_addons_video_player.with_cover .video_mask {
position: absolute;
z-index: 3;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
opacity: 0;
}
.trx_addons_video_player.with_cover:hover .video_mask {
opacity: 1;
}
.trx_addons_video_player.with_cover .video_hover {
position: absolute;
z-index: 4;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 2em;
height: 2em;
line-height: 2em;
text-align: center;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
font-size: 3em;
cursor: pointer;
overflow: hidden;
margin-top: 2em;
background-color: rgba(0, 0, 0, 0.5);
color: #fff;
opacity: 0;
}
.trx_addons_video_player.with_cover .video_hover:before {
content: '\e888';
font-family: "trx_addons_icons";
margin: 0;
}
.trx_addons_video_player.with_cover .video_hover:hover {
background-color: rgba(0, 0, 0, 0.5);
}
.trx_addons_video_player.with_cover:hover .video_hover {
opacity: 1;
margin-top: 0;
} .trx_addons_video_player.video_play .video_mask {
opacity: 1;
background-color: #000;
}
.trx_addons_video_player.video_play .video_embed {
opacity: 1;
z-index: 10;
}
.trx_addons_video_player.video_play .video_hover {
display: none;
} .trx_addons_video_hover .trx_addons_video_media {
position: relative;
overflow: hidden;
}
.trx_addons_video_hover .trx_addons_video_media[data-ratio] {
display: block;
}
.trx_addons_video_hover .trx_addons_video_media[data-ratio]:before {
content: ' ';
width: 0;
height: 0;
display: inline-block;
vertical-align: top;
margin-right: -0.3em;
}
.trx_addons_video_hover .trx_addons_video_media[data-ratio][data-ratio="2:1"]:before {
padding-top: 50%;
}
.trx_addons_video_hover .trx_addons_video_media[data-ratio][data-ratio="17:9"]:before {
padding-top: 52.94%;
}
.trx_addons_video_hover .trx_addons_video_media[data-ratio][data-ratio="16:9"]:before {
padding-top: 56.25%;
}
.trx_addons_video_hover .trx_addons_video_media[data-ratio][data-ratio="4:3"]:before {
padding-top: 75%;
}
.trx_addons_video_hover .trx_addons_video_media[data-ratio][data-ratio="1:1"]:before {
padding-top: 100%;
}
.trx_addons_video_hover .trx_addons_video_media[data-ratio][data-ratio="3:4"]:before {
padding-top: 133.33%;
}
.trx_addons_video_hover .trx_addons_video_media[data-ratio][data-ratio="9:16"]:before {
padding-top: 177.77%;
}
.trx_addons_video_hover .trx_addons_video_media[data-ratio][data-ratio="9:17"]:before {
padding-top: 188.88%;
}
.trx_addons_video_hover .trx_addons_video_media[data-ratio][data-ratio="1:2"]:before {
padding-top: 200%;
}
.trx_addons_video_hover .trx_addons_video_video {
object-fit: cover;
}
.trx_addons_video_hover.with_cover .trx_addons_video_video {
position: absolute;
z-index: 1;
top: 1px;
right: 1px;
bottom: 1px;
left: 1px;
width: calc( 100% - 2px );
height: calc( 100% - 2px );
}
.trx_addons_video_hover.without_cover .trx_addons_video_video {
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
}
.trx_addons_video_hover .trx_addons_video_cover {
position: absolute;
z-index: 2;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.trx_addons_video_hover .trx_addons_video_cover img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.trx_addons_video_hover .trx_addons_video_subtitle {
white-space: nowrap;
overflow: hidden;
padding-top: 1em;
}
.trx_addons_video_hover .trx_addons_video_subtitle .trx_addons_video_subtitle_text {
display: block;
opacity: 0;
will-change: transform, opacity;
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-transform: rotate(10deg) translate(0, 100%);
-ms-transform: rotate(10deg) translate(0, 100%);
transform: rotate(10deg) translate(0, 100%);
-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
-ms-transition: -ms-transform 0.3s ease, opacity 0.3s ease;
transition: transform 0.3s ease, opacity 0.3s ease;
-webkit-transition-duration: 0.8s;
-ms-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.trx_addons_video_hover.trx_addons_video_hover_play.with_cover .trx_addons_video_video {
position: absolute;
z-index: 2;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
}
.trx_addons_video_hover.trx_addons_video_hover_play .trx_addons_video_cover {
position: absolute;
z-index: 1;
top: 1px;
right: 1px;
bottom: 1px;
left: 1px;
}
.trx_addons_video_hover.trx_addons_video_hover_play .trx_addons_video_cover img {
width: calc( 100% - 2px );
height: calc( 100% - 2px );
}
.trx_addons_video_hover.trx_addons_video_hover_play .trx_addons_video_subtitle .trx_addons_video_subtitle_text {
opacity: 1;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.trx_addons_video_hover.trx_addons_video_hover_pause .trx_addons_video_subtitle .trx_addons_video_subtitle_text {
opacity: 0;
-webkit-transform: rotate(-7deg) translate(0, -100%);
-ms-transform: rotate(-7deg) translate(0, -100%);
transform: rotate(-7deg) translate(0, -100%);
-webkit-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
transition-duration: 0.3s;
}