| Linux webm007.cluster106.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64 Path : /home/eglisebaa/www/wp-content/plugins/trx_addons/components/shortcodes/ |
| Current File : /home/eglisebaa/www/wp-content/plugins/trx_addons/components/shortcodes/shortcodes.scss |
@import "../../css/_mixins.scss";
@import "../../css/_trx_addons.vars.scss";
/* Common styles
--------------------------------------------------------- */
.sc_float_left { float: left; }
.sc_float_right { float: right; }
.sc_float_center { margin-left: auto; margin-right: auto; }
.sc_align_left { text-align: left; }
.sc_align_right { text-align: right; }
.sc_align_center { text-align: center; }
.sc_align_justify { text-align: justify; }
.sc_padding_tiny { padding: 1em 6%; }
.sc_padding_small { padding: 2em 8%; }
.sc_padding_medium {padding: 3em 10%; }
.sc_padding_large { padding: 4em 12%; }
.sc_margin_tiny { margin: 1em 6%; }
.sc_margin_small { margin: 2em 8%; }
.sc_margin_medium { margin: 3em 10%; }
.sc_margin_large { margin: 4em 12%; }
/* Push block along X- and/or Y-axis */
.sc_push_x_tiny { margin-left: 2em !important; }
.sc_push_x_tiny_negative { margin-left: -2em !important; }
.sc_push_x_small { margin-left: 4em !important; }
.sc_push_x_small_negative { margin-left: -4em !important; }
.sc_push_x_medium { margin-left: 6em !important; }
.sc_push_x_medium_negative {margin-left: -6em !important; }
.sc_push_x_large { margin-left: 8em !important; }
.sc_push_x_large_negative { margin-left: -8em !important; }
.sc_push_tiny,
.sc_push_y_tiny { margin-top: 2em !important; }
.sc_push_tiny_negative,
.sc_push_y_tiny_negative { margin-top: -2em !important; }
.sc_push_small,
.sc_push_y_small { margin-top: 4em !important; }
.sc_push_small_negative,
.sc_push_y_small_negative { margin-top: -4em !important; }
.sc_push_medium,
.sc_push_y_medium { margin-top: 6em !important; }
.sc_push_medium_negative,
.sc_push_y_medium_negative {margin-top: -6em !important; }
.sc_push_large,
.sc_push_y_large { margin-top: 8em !important; }
.sc_push_large_negative,
.sc_push_y_large_negative { margin-top: -8em !important; }
/* Hack push elements with WooCommerce products in the IE11 */
[class*="sc_push_"] .woocommerce .products:after {
display: none;
clear: none;
}
[class*="sc_push_"] .woocommerce .products {
overflow: hidden;
}
/* Pull next block along X- and/or Y-axis */
.sc_pull_x_tiny { margin-right: 2em !important; }
.sc_pull_x_tiny_negative { margin-right: -2em !important; }
.sc_pull_x_small { margin-right: 4em !important; }
.sc_pull_x_small_negative { margin-right: -4em !important; }
.sc_pull_x_medium { margin-right: 6em !important; }
.sc_pull_x_medium_negative {margin-right: -6em !important; }
.sc_pull_x_large { margin-right: 8em !important; }
.sc_pull_x_large_negative { margin-right: -8em !important; }
.sc_pull_tiny,
.sc_pull_y_tiny { margin-bottom: 2em !important; }
.sc_pull_tiny_negative,
.sc_pull_y_tiny_negative { margin-bottom: -2em !important; }
.sc_pull_small,
.sc_pull_y_small { margin-bottom: 4em !important; }
.sc_pull_small_negative,
.sc_pull_y_small_negative { margin-bottom: -4em !important; }
.sc_pull_medium,
.sc_pull_y_medium { margin-bottom: 6em !important; }
.sc_pull_medium_negative,
.sc_pull_y_medium_negative {margin-bottom: -6em !important; }
.sc_pull_large,
.sc_pull_y_large { margin-bottom: 8em !important; }
.sc_pull_large_negative,
.sc_pull_y_large_negative { margin-bottom: -8em !important; }
/* Shift block along X- and/or Y-axis */
[class*="sc_shift_"] {
position:relative;
z-index: 0;
}
.sc_shift_x_tiny { left: 2em !important; }
.sc_shift_x_tiny_negative { left: -2em !important; }
.sc_shift_x_small { left: 4em !important; }
.sc_shift_x_small_negative { left: -4em !important; }
.sc_shift_x_medium { left: 6em !important; }
.sc_shift_x_medium_negative { left: -6em !important; }
.sc_shift_x_large { left: 8em !important; }
.sc_shift_x_large_negative { left: -8em !important; }
.sc_shift_y_tiny { top: 2em !important; }
.sc_shift_y_tiny_negative { top: -2em !important; }
.sc_shift_y_small { top: 4em !important; }
.sc_shift_y_small_negative { top: -4em !important; }
.sc_shift_y_medium { top: 6em !important; }
.sc_shift_y_medium_negative { top: -6em !important; }
.sc_shift_y_large { top: 8em !important; }
.sc_shift_y_large_negative { top: -8em !important; }
/* Parallax
----------------------------------------------- */
.sc_parallax_text_block {
display: inline-block;
vertical-align: top;
}
.sc_parallax_block {
@include abs-lt;
@include box(100%, 100%);
display: block;
overflow: hidden;
pointer-events: none;
@include perspective(1200px);
}
.sc_parallax_block_image {
@include box(100%, 100%);
background-repeat: no-repeat;
-webkit-background-size: auto auto;
background-size: auto;
background-position: 50% 50%
}
.sc_parallax_block_type_scroll:not(.is-mac) .sc_parallax_block_image {
-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98), background-position 0s linear;
-o-transition: transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98), background-position 0s linear;
transition: transform 0.5s cubic-bezier(0.25, 0.88, 0.54, 0.98), background-position 0s linear;
}
/* Gradient animations
----------------------------------------------- */
[class*="sc_gradient_animation_"]:not(.sc_gradient_animation_none):not(.elementor-column):not(.elementor-widget),
[class*="sc_gradient_animation_"].elementor-column:not(.sc_gradient_animation_none) > .elementor-column-wrap,
[class*="sc_gradient_animation_"].elementor-widget:not(.sc_gradient_animation_none) > .elementor-widget-container {
background-size: 400% 400%;
}
.sc_gradient_animation_horizontal:not(.elementor-column):not(.elementor-widget),
.sc_gradient_animation_horizontal.elementor-column > .elementor-column-wrap,
.sc_gradient_animation_horizontal.elementor-widget > .elementor-widget-container {
@include animation( GradientAnimationHorizontal 10s ease infinite );
}
.sc_gradient_animation_horizontal.sc_gradient_speed_slow:not(.elementor-column):not(.elementor-widget),
.sc_gradient_animation_horizontal.sc_gradient_speed_slow.elementor-column > .elementor-column-wrap,
.sc_gradient_animation_horizontal.sc_gradient_speed_slow.elementor-widget > .elementor-widget-container {
@include animation( GradientAnimationHorizontal 15s ease infinite );
}
.sc_gradient_animation_horizontal.sc_gradient_speed_fast:not(.elementor-column):not(.elementor-widget),
.sc_gradient_animation_horizontal.sc_gradient_speed_fast.elementor-column > .elementor-column-wrap,
.sc_gradient_animation_horizontal.sc_gradient_speed_fast.elementor-widget > .elementor-widget-container {
@include animation( GradientAnimationHorizontal 5s ease infinite );
}
.sc_gradient_animation_vertical:not(.elementor-column):not(.elementor-widget),
.sc_gradient_animation_vertical.elementor-column > .elementor-column-wrap,
.sc_gradient_animation_vertical.elementor-widget > .elementor-widget-container {
@include animation( GradientAnimationVertical 10s ease infinite );
}
.sc_gradient_animation_vertical.sc_gradient_speed_slow:not(.elementor-column):not(.elementor-widget),
.sc_gradient_animation_vertical.sc_gradient_speed_slow.elementor-column > .elementor-column-wrap,
.sc_gradient_animation_vertical.sc_gradient_speed_slow.elementor-widget > .elementor-widget-container {
@include animation( GradientAnimationVertical 15s ease infinite );
}
.sc_gradient_animation_vertical.sc_gradient_speed_fast:not(.elementor-column):not(.elementor-widget),
.sc_gradient_animation_vertical.sc_gradient_speed_fast.elementor-column > .elementor-column-wrap,
.sc_gradient_animation_vertical.sc_gradient_speed_fast.elementor-widget > .elementor-widget-container {
@include animation( GradientAnimationVertical 5s ease infinite );
}
.sc_gradient_animation_diagonal:not(.elementor-column):not(.elementor-widget),
.sc_gradient_animation_diagonal.elementor-column > .elementor-column-wrap,
.sc_gradient_animation_diagonal.elementor-widget > .elementor-widget-container {
@include animation( GradientAnimationDiagonal 10s ease infinite );
}
.sc_gradient_animation_diagonal.sc_gradient_speed_slow:not(.elementor-column):not(.elementor-widget),
.sc_gradient_animation_diagonal.sc_gradient_speed_slow.elementor-column > .elementor-column-wrap,
.sc_gradient_animation_diagonal.sc_gradient_speed_slow.elementor-widget > .elementor-widget-container {
@include animation( GradientAnimationDiagonal 15s ease infinite );
}
.sc_gradient_animation_diagonal.sc_gradient_speed_fast:not(.elementor-column):not(.elementor-widget),
.sc_gradient_animation_diagonal.sc_gradient_speed_fast.elementor-column > .elementor-column-wrap,
.sc_gradient_animation_diagonal.sc_gradient_speed_fast.elementor-widget > .elementor-widget-container {
@include animation( GradientAnimationDiagonal 5s ease infinite );
}
/* Horizontal */
@-webkit-keyframes GradientAnimationHorizontal {
0%{background-position:0% 51%}
50%{background-position:100% 50%}
100%{background-position:0% 51%}
}
@-moz-keyframes GradientAnimationHorizontal {
0%{background-position:0% 51%}
50%{background-position:100% 50%}
100%{background-position:0% 51%}
}
@keyframes GradientAnimationHorizontal {
0%{background-position:0% 51%}
50%{background-position:100% 50%}
100%{background-position:0% 51%}
}
/* Vertical */
@-webkit-keyframes GradientAnimationVertical {
0%{background-position:50% 0%}
50%{background-position:51% 100%}
100%{background-position:50% 0%}
}
@-moz-keyframes GradientAnimationVertical {
0%{background-position:50% 0%}
50%{background-position:51% 100%}
100%{background-position:50% 0%}
}
@keyframes GradientAnimationVertical {
0%{background-position:50% 0%}
50%{background-position:51% 100%}
100%{background-position:50% 0%}
}
/* Diagonal */
@-webkit-keyframes GradientAnimationDiagonal {
0%{background-position:1% 0%}
50%{background-position:99% 100%}
100%{background-position:1% 0%}
}
@-moz-keyframes GradientAnimationDiagonal {
0%{background-position:1% 0%}
50%{background-position:99% 100%}
100%{background-position:1% 0%}
}
@keyframes GradientAnimationDiagonal {
0%{background-position:1% 0%}
50%{background-position:99% 100%}
100%{background-position:1% 0%}
}
/* Parts of shortcodes
------------------------------------------------ */
.sc_item_title,
.sc_item_subtitle,
.sc_item_descr,
.sc_item_button {
margin:0;
}
.sc_item_title {
line-height:1.2em;
}
.sc_item_title > small,
.sc_item_title > big {
display: inline-block;
margin-bottom: 0.9em;
}
.sc_item_title_inner {
display: inline-block;
}
.sc_item_subtitle {
@include font(1.15rem, 1.5em, 400, italic);
text-transform:none;
letter-spacing: 0;
display: block;
}
.sc_item_subtitle_above {
margin-bottom: 0.5em;
}
.sc_item_subtitle_below {
margin-top: 0.5em;
}
.sc_item_button {
line-height: 0; // To prevent the empty space below the button
}
/* Style 'Shadow' */
.sc_item_subtitle.sc_item_title_style_shadow {
@include font(8rem, 1.2em, 900, normal);
@include abs-ct(0, 0);
color: #f0f0f0;
opacity:0.1;
}
.sc_item_subtitle.sc_item_title_style_shadow.sc_align_left,
.sc_item_subtitle.sc_item_title_style_shadow.sc_align_default {
left: 0;
@include transform-none;
}
.sc_item_subtitle.sc_item_title_style_shadow.sc_align_right {
left: auto;
right: 0;
@include transform-none;
}
.sc_item_subtitle.sc_item_title_style_shadow + .sc_item_title {
padding: 2.5rem 0;
margin:0;
}
/* Style 'Accent' */
.sc_item_title.sc_item_title_style_accent {
position: relative;
}
.sc_item_title.sc_item_title_style_accent b {
@include font(6em, 0.8em, 900, normal);
@include abs-lb(0, -100%, 0);
color: rgba(200,200,200,0.1);
letter-spacing: 0;
}
.sc_item_title.sc_item_title_style_accent i {
display: inline-block;
@include font(1rem, '', normal, normal);
padding:1.2em 0.5em;
color: #fff;
background-color: #000;
text-align:center;
@include abs-rt(0, -5.25em);
@include box(5em, 5em, 1.25em);
@include border-box;
@include border-round;
letter-spacing: 0;
}
.sc_item_title.sc_item_title_style_accent.sc_align_center b {
left: 50%;
@include translateX;
}
.sc_item_title.sc_item_title_style_accent.sc_align_right b {
left: auto;
right: 0;
}
.sc_item_title.sc_item_title_style_accent.sc_align_right i {
left: 0;
right: auto;
}
.sc_item_title + .sc_item_descr,
.sc_item_subtitle + .sc_item_descr {
margin-top: 1em;
}
.sc_item_title + .sc_item_slider,
.sc_item_subtitle + .sc_item_slider,
.sc_item_title + .sc_item_columns,
.sc_item_subtitle + .sc_item_columns,
.sc_item_title + .sc_item_content,
.sc_item_subtitle + .sc_item_content {
margin-top: 2em;
}
.sc_item_descr + .sc_item_slider,
.sc_item_descr + .sc_item_columns,
.sc_item_descr + .sc_item_content {
margin-top: 3em;
}
h1.sc_item_title_tag + .sc_item_descr,
h1.sc_item_title_tag + .sc_item_slider,
h1.sc_item_title_tag + .sc_item_columns,
h1.sc_item_title_tag + .sc_item_content {
margin-top: 2em;
}
h2.sc_item_title_tag + .sc_item_descr,
h2.sc_item_title_tag + .sc_item_slider,
h2.sc_item_title_tag + .sc_item_columns,
h2.sc_item_title_tag + .sc_item_content {
margin-top: 1.8em;
}
h3.sc_item_title_tag + .sc_item_descr,
h3.sc_item_title_tag + .sc_item_slider,
h3.sc_item_title_tag + .sc_item_columns,
h3.sc_item_title_tag + .sc_item_content {
margin-top: 1.6em;
}
h4.sc_item_title_tag + .sc_item_descr,
h4.sc_item_title_tag + .sc_item_slider,
h4.sc_item_title_tag + .sc_item_columns,
h4.sc_item_title_tag + .sc_item_content {
margin-top: 1.4em;
}
h5.sc_item_title_tag + .sc_item_descr,
h5.sc_item_title_tag + .sc_item_slider,
h5.sc_item_title_tag + .sc_item_columns,
h5.sc_item_title_tag + .sc_item_content {
margin-top: 1.2em;
}
h6.sc_item_title_tag + .sc_item_descr,
h6.sc_item_title_tag + .sc_item_slider,
h6.sc_item_title_tag + .sc_item_columns,
h6.sc_item_title_tag + .sc_item_content {
margin-top: 1em;
}
.sc_item_descr {
margin-bottom: 2em;
}
.sc_item_descr.sc_align_center {
max-width: 75%;
margin-left:auto;
margin-right:auto;
}
.sc_item_descr:last-child {
margin-bottom: 0;
}
.wpb_column:not(.vc_col-sm-12) .sc_item_descr.sc_align_center {
max-width:none;
}
nav.sc_item_pagination {
margin-top: 1em;
}
nav.sc_item_pagination .nav-links {
margin-top: 0;
display: inline-block;
}
nav.sc_item_pagination_advanced_pages {
text-align: left;
}
nav.sc_item_pagination_advanced_pages .nav-links {
max-width: 82%;
}
nav.sc_item_pagination a {
cursor: pointer;
}
nav.sc_item_pagination .nav-disabled {
display: none;
}
nav.sc_item_pagination .nav-disabled a {
cursor: not-allowed;
pointer-events: none;
}
nav.sc_item_pagination .page-count {
width: auto;
float: right;
line-height: 4em;
margin-top: 0.6667em;
max-width: 18%;
}
nav.sc_item_pagination_infinite {
display:none;
}
nav.sc_item_pagination_infinite a span {
opacity: 0;
}
nav.sc_item_pagination_infinite.loading {
display: block;
}
.sc_item_title + .sc_item_button, .sc_item_title + .sc_item_button_image,
.sc_item_subtitle + .sc_item_button, .sc_item_subtitle + .sc_item_button_image,
.sc_item_descr + .sc_item_button, .sc_item_descr + .sc_item_button_image,
.sc_item_content + .sc_item_button, .sc_item_content + .sc_item_button_image,
.sc_item_slider + .sc_item_button, .sc_item_slider + .sc_item_button_image,
.sc_item_columns + .sc_item_button, .sc_item_columns + .sc_item_button_image,
.sc_item_pagination + .sc_item_button, .sc_item_pagination + .sc_item_button_image {
margin-top: 2em;
}
.sc_item_title + .sc_item_button_simple,
.sc_item_subtitle + .sc_item_button_simple,
.sc_item_descr + .sc_item_button_simple,
.sc_item_content + .sc_item_button_simple,
.sc_item_slider + .sc_item_button_simple,
.sc_item_columns + .sc_item_button_simple,
.sc_item_pagination + .sc_item_button_simple {
margin-top: 1.5em;
}
.sc_item_button_image img {
max-height:8em;
width:auto;
}
a .sc_icon_as_image {
@include filter(grayscale(0));
@include transition-all;
}
a:hover .sc_icon_as_image {
@include filter(grayscale(1));
}
/* Typed text */
.sc_typed_entry {
display: inline;
color: #efa756;
will-change: contents
}
.sc_typed .typed-cursor {
font-weight: 300;
display: inline-block;
vertical-align: baseline;
@include animation(blink 0.7s infinite);
}
/* Post info inside featured image */
.sc_item_featured {
position: relative;
}
.sc_item_featured [class*="post_info_"] {
padding: 0.4em 0.8em;
background-color: rgba(248, 248, 248, 0.85);
z-index: 10 !important;
max-width: 75%;
@include transition-property(background-color);
}
.sc_item_featured:hover [class*="post_info_"] {
background-color: #f7f7f7;
}
.sc_item_featured [class*="post_info_"] .post_meta {
margin: 0;
}
.sc_item_featured [class*="post_info_"] .post_meta + .entry-title {
margin-top: 8px;
}
.sc_item_featured [class*="post_info_"] .entry-title + .post_meta {
margin-top: 8px;
}
.sc_item_featured .post_info_tl {
@include abs-lt;
}
.sc_item_featured .post_info_tc {
@include abs-ct;
text-align: center;
}
.sc_item_featured .post_info_tr {
@include abs-rt;
text-align: right;
}
.sc_item_featured .post_info_ml {
@include abs-lc;
}
.sc_item_featured .post_info_mc {
@include abs-cc;
text-align: center;
padding: 1em 1.5em;
min-width: 60%;
}
.sc_item_featured .post_info_mr {
@include abs-rc;
}
.sc_item_featured .post_info_bl {
@include abs-lt(20px, 20px, 1);
}
.sc_item_featured .post_info_bc {
@include abs-cb;
text-align: center;
}
.sc_item_featured .post_info_br {
@include abs-rb;
text-align: right;
}
.sc_item_featured .sc_item_price {
@include font(1.25em, 1.5em, bold);
}
/* Ratio for featured images */
.sc_item_featured.post_featured_bg[data-ratio]:before {
content: ' ';
@include box(0, 0);
display:inline-block;
vertical-align: top;
margin-left:-0.3em;
}
.sc_item_featured.post_featured_bg[data-ratio="2:1"]:before { padding-top: 50%; }
.sc_item_featured.post_featured_bg[data-ratio="17:9"]:before { padding-top: 52.94%; }
.sc_item_featured.post_featured_bg[data-ratio="16:9"]:before { padding-top: 56.25%; }
.sc_item_featured.post_featured_bg[data-ratio="4:3"]:before { padding-top: 75%; }
.sc_item_featured.post_featured_bg[data-ratio="1:1"]:before { padding-top: 100%; }
.sc_item_featured.post_featured_bg[data-ratio="3:4"]:before { padding-top: 133.33%; }
.sc_item_featured.post_featured_bg[data-ratio="9:16"]:before { padding-top: 177.77%; }
.sc_item_featured.post_featured_bg[data-ratio="9:17"]:before { padding-top: 188.88%; }
.sc_item_featured.post_featured_bg[data-ratio="1:2"]:before { padding-top: 200%; }
/* Filters */
.sc_item_filters {
margin-bottom: 2em;
}
.sc_item_title + .sc_item_filters,
.sc_item_subtitle + .sc_item_filters {
margin-top: 2em;
}
.sc_item_filters_align_left,
.sc_item_filters_align_right {
@include flex;
@include flex-wrap(nowrap);
@include flex-justify-content(space-between);
@include flex-align-items(flex-end);
border-bottom: 2px solid #333;
padding-bottom: 1em;
}
.sc_item_filters_align_left .sc_item_filters_tabs {
@include flex-justify-content(flex-end);
}
.sc_item_filters_align_right .sc_item_filters_tabs {
order: 1;
@include flex-justify-content(flex-start);
}
.sc_item_filters_align_right .sc_item_filters_header {
order: 2;
}
.sc_item_filters_align_center .sc_item_filters_header {
text-align: center;
border-bottom: 2px solid #333;
padding-bottom: 1em;
margin-bottom: 1em;
}
.sc_item_filters_title {
margin: 0;
line-height: 1em;
}
.sc_item_filters_subtitle {
margin: 0.2em 0 0;
font-size: 1.15em;
}
.sc_item_filters_tabs {
@include flex;
@include flex-wrap(wrap);
@include flex-justify-content(center);
font-size: 1.15em;
list-style-type: none !important;
margin: 0 !important;
padding: 0 !important;
}
.sc_item_filters_tabs li {
display: inline-block;
padding: 0 0 0 1.5em;
}
.sc_item_filters_align_right .sc_item_filters_tabs li {
padding: 0 1.5em 0 0;
}
.sc_item_filters_align_center .sc_item_filters_tabs li {
padding: 0 0.75em;
}
.sc_item_filters_tabs li:before {
display: none !important;
}
.sc_item_filters_tabs a.active {
border-bottom: 1px solid #e5e5e5;
}
/* Popup with post's details
------------------------------------------ */
#trx_addons_post_details_popup_overlay {
@include fixed-cover(100000);
background-color:rgba(0,0,0,0.9);
display: none;
}
#trx_addons_post_details_popup {
@include fixed-cc(100001);
@include box(50%, 80%);
display: none;
}
.trx_addons_post_details_popup_close,
.trx_addons_post_details_popup_prev,
.trx_addons_post_details_popup_next {
@include abs-rt(-2em, -2em);
color: #fff;
font-size: 1.5em;
padding: 6px;
cursor:pointer;
}
.trx_addons_post_details_popup_prev,
.trx_addons_post_details_popup_next {
top: 50%;
@include translateY(-50%);
}
.trx_addons_post_details_popup_prev {
left: -2em;
right: auto;
}
#trx_addons_post_details_popup .trx_addons_post_details_content {
@include bg-mask(#fff);
overflow-x: hidden;
overflow-y: auto;
}
#trx_addons_post_details_popup .post_details_page_title {
background-color: #f0f0f0;
margin: 0;
padding: 0.2em 3em 0.2em 0.5em;
position:relative;
}
#trx_addons_post_details_popup .post_details_page_price {
@include abs-rt(0.5em, 0.2em);
}
#trx_addons_post_details_popup .post_details_page_header {
margin-bottom:0;
}
#trx_addons_post_details_popup .post_details_page_content {
padding: 2em;
}
#trx_addons_post_details_popup .post_details_page_details {
padding: 0 2em;
}
#trx_addons_post_details_popup .post_details_page_button {
padding: 1em 2em 2em;
}
/* Text with gradient bg */
body:not(.ua_ie) .trx_addons_text_gradient {
display: inline-block;
}
body:not(.ua_ie) .trx_addons_text_gradient {
/*
body:not(.ua_ie) .trx_addons_text_gradient * {
*/
-moz-background-clip: text !important;
-o-background-clip: text !important;
-webkit-background-clip: text !important;
background-clip: text !important;
-moz-text-fill-color: transparent !important;
-o-text-fill-color: transparent !important;
-webkit-text-fill-color: transparent !important;
text-fill-color: transparent !important;
background: #efa758;
background: linear-gradient(135deg, #efa758,#ef58a7);
}
body.ua_ie .trx_addons_text_gradient {
/*
body.ua_ie .trx_addons_text_gradient * {
*/
background: none !important;
}