.widget_contacts p {
margin: 0;
}
.widget_contacts p + p {
margin-top: 1em;
}
.widget_contacts .contacts_logo + .contacts_description,
.widget_contacts .contacts_logo + .contacts_content {
margin-top: 2em;
}
.widget_contacts .contacts_description + .contacts_content,
.widget_contacts .contacts_socials + .contacts_content {
margin-top: 1.5em;
}
.widget_contacts .contacts_content .wpb_single_image {
display: inline-block;
vertical-align: middle;
margin-right: 0.5em;
}
.widget_contacts .contacts_content aside,
.widget_contacts .contacts_content widget,
.widget_contacts .contacts_content .sc_layouts_item {
margin: 0;
}
.widget_contacts .contacts_logo + .contacts_map_top,
.widget_contacts .contacts_description + .contacts_map_top {
margin-top: 2.5em;
}
.widget_contacts .contacts_map_left,
.widget_contacts .contacts_map_right {
overflow: hidden;
margin: 2em 0;
}
.widget_contacts .contacts_map_left .contacts_info .contacts_left,
.widget_contacts .contacts_map_left .contacts_info .contacts_right,
.widget_contacts .contacts_map_right .contacts_info .contacts_left,
.widget_contacts .contacts_map_right .contacts_info .contacts_right,
.wpb_column:not(.vc_col-sm-12) .widget_contacts .contacts_info .contacts_left,
.wpb_column:not(.vc_col-sm-12) .widget_contacts .contacts_info .contacts_right {
margin-left: 0 !important;
text-align: left;
}
.widget_contacts .contacts_map_left .contacts_info .contacts_left span,
.widget_contacts .contacts_map_right .contacts_info .contacts_left span,
.wpb_column:not(.vc_col-sm-12) .widget_contacts .contacts_info .contacts_left span {
padding-left: 2em;
padding-right: 0;
}
.widget_contacts .contacts_map_left .contacts_info .contacts_left span:before,
.widget_contacts .contacts_map_right .contacts_info .contacts_left span:before,
.wpb_column:not(.vc_col-sm-12) .widget_contacts .contacts_info .contacts_left span:before {
left: 0;
right: auto;
text-align: left;
}
.widget_contacts .contacts_map_left .contacts_map,
.widget_contacts .contacts_map_left .contacts_info {
float: left;
width: 47%;
}
.widget_contacts .contacts_map_left .contacts_info {
margin-left: 6%;
}
.widget_contacts .contacts_map_right .contacts_map,
.widget_contacts .contacts_map_right .contacts_info {
float: right;
width: 47%;
}
.widget_contacts .contacts_map_right .contacts_info {
margin-right: 6%;
}
.widget_contacts .contacts_logo + .contacts_info,
.widget_contacts .contacts_map_top .contacts_map + .contacts_info,
.widget_contacts .contacts_description + .contacts_info {
margin-top: 2em;
}
.widget_contacts .contacts_info {
line-height: 2.2em;
}
.wpb_column:not(.vc_col-sm-12) .widget_contacts .contacts_info {
line-height: inherit;
}
.wpb_column:not(.vc_col-sm-12) .widget_contacts .contacts_info span {
margin-bottom: 1em;
}
.widget_contacts .contacts_info .contacts_left,
.widget_contacts .contacts_info .contacts_right {
display: inline-block;
white-space: nowrap;
text-align: left;
vertical-align: top;
width: 50%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.widget_contacts .contacts_info .contacts_left {
text-align: right;
padding-right: 1.5em;
}
.widget_contacts .contacts_info .contacts_right {
padding-left: 1.5em;
}
.widget_contacts .contacts_info span,
.widget_contacts .contacts_info > div > a,
.widget_contacts .contacts_info > a {
position: relative;
display: block;
padding-left: 2em;
}
.widget_contacts .contacts_info .contacts_left > * {
padding-left: 0;
padding-right: 2em;
}
.widget_contacts .contacts_info span:before,
.widget_contacts .contacts_info > div > a:before,
.widget_contacts .contacts_info > a:before {
display: block;
font-family: "trx_addons_icons";
font-size: 1.2em;
line-height: inherit;
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 2em;
text-align: left;
}
.widget_contacts .contacts_info .contacts_left > :before {
left: auto;
right: 0;
text-align: right;
}
.widget_contacts .contacts_info span.contacts_email:before {
content: '\e86d';
}
.widget_contacts .contacts_info span.contacts_phone:before,
.widget_contacts .contacts_info a.contacts_phone:before {
content: '\e8c2';
}
.widget_contacts .contacts_info span.contacts_address:before {
content: '\e8c3';
}
.widget_contacts .contacts_logo + .contacts_socials,
.widget_contacts .contacts_info + .contacts_socials,
.widget_contacts .contacts_map_top + .contacts_socials,
.widget_contacts .contacts_description + .contacts_socials {
margin-top: 1em;
}.trx_addons_mouse_helper {
--mouse-helper-width: 15px;
--mouse-helper-height: 15px;
--mouse-helper-left: 5px;
--mouse-helper-top: 25px;
position: fixed;
z-index: 999999;
top: var(--mouse-helper-top);
left: var(--mouse-helper-left);
width: var(--mouse-helper-width);
height: var(--mouse-helper-height);
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: left 0.3s ease, top 0.3s ease, width 0.3s ease, height 0.3s ease, opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease;
-ms-transition: left 0.3s ease, top 0.3s ease, width 0.3s ease, height 0.3s ease, opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease;
transition: left 0.3s ease, top 0.3s ease, width 0.3s ease, height 0.3s ease, opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
overflow: hidden;
font-size: 0.75em;
text-indent: 200px;
line-height: 1.25em;
text-align: center;
color: #fff;
background-color: #11a0d2;
border: 1px solid transparent;
opacity: 0;
pointer-events: none;
will-change: left, top, width, height;
}
.trx_addons_mouse_helper.trx_addons_mouse_helper_abrupt {
-webkit-transition: none;
-ms-transition: none;
transition: none;
}
.trx_addons_mouse_helper.trx_addons_mouse_helper_hide {
opacity: 0 !important;
}
.trx_addons_mouse_helper.trx_addons_mouse_helper_permanent {
opacity: 0.5;
}
.trx_addons_mouse_helper.trx_addons_mouse_helper_centered {
left: calc( var(--mouse-helper-width) / -2 );
top: calc( var(--mouse-helper-height) / -2 );
}
.trx_addons_mouse_helper.trx_addons_mouse_helper_left:not(.trx_addons_mouse_helper_centered) {
left: calc( var(--mouse-helper-width) * -1 - 15px );
}
.trx_addons_mouse_helper.trx_addons_mouse_helper_top:not(.trx_addons_mouse_helper_centered) {
top: calc( var(--mouse-helper-height) * -1 - 15px );
}
.trx_addons_mouse_helper .trx_addons_mouse_helper_icon {
font-size: 3em;
}
.trx_addons_mouse_helper.trx_addons_mouse_helper_with_text .trx_addons_mouse_helper_icon {
margin-bottom: 0.25em;
font-size: 1.5em;
}
.trx_addons_mouse_helper.trx_addons_mouse_helper_with_text .trx_addons_mouse_helper_text {
line-height: 1.25em;
}
.trx_addons_mouse_helper.trx_addons_mouse_helper_with_text_round .trx_addons_mouse_helper_icon {
margin-bottom: 0;
}
.trx_addons_mouse_helper .trx_addons_mouse_helper_text_round {
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
body:not(.rtl) .trx_addons_mouse_helper .trx_addons_mouse_helper_text_round {
-webkit-animation: spin-ccw 8s infinite linear;
-ms-animation: spin-ccw 8s infinite linear;
animation: spin-ccw 8s infinite linear;
}
body.rtl .trx_addons_mouse_helper .trx_addons_mouse_helper_text_round {
-webkit-animation: spin 8s infinite linear;
-ms-animation: spin 8s infinite linear;
animation: spin 8s infinite linear;
}
.trx_addons_mouse_helper .trx_addons_mouse_helper_text_round .trx_addons_mouse_helper_text_round_item {
position: absolute;
z-index: 1;
top: 0;
left: 0;
-webkit-transform-origin: left top;
-ms-transform-origin: left top;
transform-origin: left top;
line-height: 1.25em;
}
body.rtl .trx_addons_mouse_helper .trx_addons_mouse_helper_text_round .trx_addons_mouse_helper_text_round_item {
left: auto;
right: 0;
-webkit-transform-origin: right top;
-ms-transform-origin: right top;
transform-origin: right top;
}
.trx_addons_mouse_helper .trx_addons_mouse_helper_image {
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-size: cover;
}
.trx_addons_mouse_helper.trx_addons_mouse_helper_active {
--mouse-helper-width: 25px;
--mouse-helper-height: 25px;
color: #fff;
opacity: 1;
text-indent: 0;
}
.trx_addons_mouse_helper.trx_addons_mouse_helper_active.trx_addons_mouse_helper_action_highlight {
display: none;
}
.trx_addons_mouse_helper.trx_addons_mouse_helper_active.trx_addons_mouse_helper_with_icon {
--mouse-helper-width: 50px;
--mouse-helper-height: 50px;
padding: 5px;
}
.trx_addons_mouse_helper.trx_addons_mouse_helper_active.trx_addons_mouse_helper_with_text {
--mouse-helper-width: 75px;
--mouse-helper-height: 75px;
padding: 5px;
}
.trx_addons_mouse_helper.trx_addons_mouse_helper_active.trx_addons_mouse_helper_with_image {
--mouse-helper-width: 128px;
--mouse-helper-height: 128px;
-webkit-border-radius: 0;
-ms-border-radius: 0;
border-radius: 0;
}
.trx_addons_mouse_helper.trx_addons_mouse_helper_active.trx_addons_mouse_helper_with_image.trx_addons_mouse_helper_with_text {
--mouse-helper-width: 160px;
--mouse-helper-height: 160px;
}
.trx_addons_mouse_helper.trx_addons_mouse_helper_active.trx_addons_mouse_helper_with_image.trx_addons_mouse_helper_with_text .trx_addons_mouse_helper_image:before {
content: ' ';
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.3);
} .trx_addons_mouse_helper_style_dot {
--mouse-helper-width: 15px;
--mouse-helper-height: 15px;
}
.trx_addons_mouse_helper_style_dot.trx_addons_mouse_helper_active {
--mouse-helper-width: 34px;
--mouse-helper-height: 34px;
} .trx_addons_mouse_helper_style_pointer {
--mouse-helper-width: 9px;
--mouse-helper-height: 9px;
}
.trx_addons_mouse_helper_style_pointer.trx_addons_mouse_helper_active {
--mouse-helper-width: 13px;
--mouse-helper-height: 13px;
}
.trx_addons_mouse_helper_style_pointer, .trx_addons_mouse_helper_style_pointer.trx_addons_mouse_helper_active {
background-color: #9099a2;
color: #fff;
}
.trx_addons_mouse_helper_style_pointer.trx_addons_mouse_helper_outer {
--mouse-helper-width: 35px;
--mouse-helper-height: 35px;
background-color: transparent !important;
border: 1px solid #9099a2;
}
.trx_addons_mouse_helper_style_pointer.trx_addons_mouse_helper_outer.trx_addons_mouse_helper_active {
--mouse-helper-width: 45px;
--mouse-helper-height: 45px;
}
.trx_addons_mouse_helper_style_pointer.trx_addons_mouse_helper_over_link {
--mouse-helper-width: 11px;
--mouse-helper-height: 11px;
}
.trx_addons_mouse_helper_style_pointer.trx_addons_mouse_helper_over_link:not(.trx_addons_mouse_helper_outer):not(.trx_addons_mouse_helper_with_image):not(.trx_addons_mouse_helper_with_icon):not(.trx_addons_mouse_helper_with_text):not(.trx_addons_mouse_helper_with_layout) {
background-color: #11a0d2 !important;
}
.trx_addons_mouse_helper_style_pointer.trx_addons_mouse_helper_over_link.trx_addons_mouse_helper_outer {
--mouse-helper-width: 27px;
--mouse-helper-height: 27px;
border-color: #11a0d2 !important;
}
.trx_addons_mouse_helper_style_pointer.trx_addons_mouse_helper_with_icon ~ .trx_addons_mouse_helper_outer, .trx_addons_mouse_helper_style_pointer.trx_addons_mouse_helper_with_text ~ .trx_addons_mouse_helper_outer, .trx_addons_mouse_helper_style_pointer.trx_addons_mouse_helper_text_round ~ .trx_addons_mouse_helper_outer, .trx_addons_mouse_helper_style_pointer.trx_addons_mouse_helper_with_image ~ .trx_addons_mouse_helper_outer, .trx_addons_mouse_helper_style_pointer.trx_addons_mouse_helper_with_layout ~ .trx_addons_mouse_helper_outer {
opacity: 0;
} .trx_addons_mouse_helper_style_aim {
--aim-size: 17px;
overflow: visible;
}
.trx_addons_mouse_helper_style_aim.trx_addons_mouse_helper_reset {
overflow: hidden;
}
.trx_addons_mouse_helper_style_aim:not(.trx_addons_mouse_helper_outer):not(.trx_addons_mouse_helper_with_image):not(.trx_addons_mouse_helper_with_icon):not(.trx_addons_mouse_helper_with_text):not(.trx_addons_mouse_helper_with_layout) {
--mouse-helper-width: 3px;
--mouse-helper-height: 3px;
}
.trx_addons_mouse_helper_style_aim:not(.trx_addons_mouse_helper_outer):not(.trx_addons_mouse_helper_with_image):not(.trx_addons_mouse_helper_with_icon):not(.trx_addons_mouse_helper_with_text):not(.trx_addons_mouse_helper_with_layout).trx_addons_mouse_helper_active, .trx_addons_mouse_helper_style_aim:not(.trx_addons_mouse_helper_outer):not(.trx_addons_mouse_helper_with_image):not(.trx_addons_mouse_helper_with_icon):not(.trx_addons_mouse_helper_with_text):not(.trx_addons_mouse_helper_with_layout).trx_addons_mouse_helper_over_link {
--mouse-helper-width: 5px;
--mouse-helper-height: 5px;
}
.trx_addons_mouse_helper_style_aim, .trx_addons_mouse_helper_style_aim.trx_addons_mouse_helper_active {
background-color: #9099a2;
color: #fff;
}
.trx_addons_mouse_helper_style_aim:not(.trx_addons_mouse_helper_outer):not(.trx_addons_mouse_helper_with_image):not(.trx_addons_mouse_helper_with_icon):not(.trx_addons_mouse_helper_with_text):not(.trx_addons_mouse_helper_with_layout):before, .trx_addons_mouse_helper_style_aim:not(.trx_addons_mouse_helper_outer):not(.trx_addons_mouse_helper_with_image):not(.trx_addons_mouse_helper_with_icon):not(.trx_addons_mouse_helper_with_text):not(.trx_addons_mouse_helper_with_layout):after {
content: ' ';
display: block;
position: absolute;
background-color: inherit;
-webkit-transition: background-color 0.3s ease;
-ms-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
}
.trx_addons_mouse_helper_style_aim:not(.trx_addons_mouse_helper_outer):not(.trx_addons_mouse_helper_with_image):not(.trx_addons_mouse_helper_with_icon):not(.trx_addons_mouse_helper_with_text):not(.trx_addons_mouse_helper_with_layout):before {
left: calc( ( var(--mouse-helper-width) - 1 ) / 2 );
top: calc( ( var(--mouse-helper-height ) - var(--aim-size) - 1 ) / 2 );
width: 1px;
height: var(--aim-size);
}
.trx_addons_mouse_helper_style_aim:not(.trx_addons_mouse_helper_outer):not(.trx_addons_mouse_helper_with_image):not(.trx_addons_mouse_helper_with_icon):not(.trx_addons_mouse_helper_with_text):not(.trx_addons_mouse_helper_with_layout):after {
left: calc( ( var(--mouse-helper-width) - var(--aim-size) - 1 ) / 2 );
top: calc( ( var(--mouse-helper-height ) - 1 ) / 2 );
width: var(--aim-size);
height: 1px;
}
.trx_addons_mouse_helper_style_aim.trx_addons_mouse_helper_outer {
--mouse-helper-width: 35px;
--mouse-helper-height: 35px;
background-color: transparent !important;
border: 1px solid #9099a2;
}
.trx_addons_mouse_helper_style_aim.trx_addons_mouse_helper_outer.trx_addons_mouse_helper_active {
--mouse-helper-width: 45px;
--mouse-helper-height: 45px;
}
.trx_addons_mouse_helper_style_aim.trx_addons_mouse_helper_over_link {
--aim-size: 13px;
}
.trx_addons_mouse_helper_style_aim.trx_addons_mouse_helper_over_link:not(.trx_addons_mouse_helper_outer):not(.trx_addons_mouse_helper_with_image):not(.trx_addons_mouse_helper_with_icon):not(.trx_addons_mouse_helper_with_text):not(.trx_addons_mouse_helper_with_layout) {
background-color: #11a0d2 !important;
}
.trx_addons_mouse_helper_style_aim.trx_addons_mouse_helper_over_link.trx_addons_mouse_helper_outer {
--mouse-helper-width: 27px;
--mouse-helper-height: 27px;
border-color: #11a0d2 !important;
}
.trx_addons_mouse_helper_style_aim.trx_addons_mouse_helper_with_icon ~ .trx_addons_mouse_helper_outer, .trx_addons_mouse_helper_style_aim.trx_addons_mouse_helper_with_text ~ .trx_addons_mouse_helper_outer, .trx_addons_mouse_helper_style_aim.trx_addons_mouse_helper_text_round ~ .trx_addons_mouse_helper_outer, .trx_addons_mouse_helper_style_aim.trx_addons_mouse_helper_with_image ~ .trx_addons_mouse_helper_outer, .trx_addons_mouse_helper_style_aim.trx_addons_mouse_helper_with_layout ~ .trx_addons_mouse_helper_outer {
opacity: 0;
} [data-mouse-helper="highlight"] {
color: rgba(255, 255, 255, 0.25);
-webkit-transition: color 0.7s cubic-bezier(0.19, 1, 0.22, 1);
-ms-transition: color 0.7s cubic-bezier(0.19, 1, 0.22, 1);
transition: color 0.7s cubic-bezier(0.19, 1, 0.22, 1);
-webkit-background-clip: text;
background-image: radial-gradient(closest-side, #fff 78%, transparent 0);
background-repeat: no-repeat;
background-position: 50%;
background-size: 0 0;
}
[data-mouse-helper="highlight"].trx_addons_mouse_helper_over {
background-size: 5em 5em;
}
[data-mouse-helper="highlight"].sc_item_title_style_shadow {
position: relative;
z-index: 1;
}
[data-mouse-helper="highlight"].sc_item_title_style_gradient .sc_item_title_text {
opacity: 0.75;
} body.elementor-editor-active .trx_addons_mouse_helper {
display: none !important;
} [data-mouse-helper-hide-cursor="1"],
[data-mouse-helper-hide-cursor="1"] * {
cursor: none !important;
}.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);
}
}.sc_icons_qw-stylish .trx_addons_columns_wrap {
position: relative;
overflow: hidden;
margin-left: 0;
margin-right: 0;
border: 1px solid var(--theme-color-bd_color);
}
.sc_icons_qw-stylish .trx_addons_columns_wrap > [class*="trx_addons_column-"] {
padding: 0 !important;
position: relative;
}
.sc_icons_qw-stylish .trx_addons_columns_wrap > [class*="trx_addons_column-"]:before {
content: '';
display: block;
position: absolute;
z-index: 1;
top: -1px;
right: 0;
bottom: 0;
left: -1px;
border-top: 1px solid;
border-left: 1px solid;
border-color: var(--theme-color-bd_color);
}
.sc_icons_qw-stylish > .sc_icons_item {
border: 1px solid var(--theme-color-bd_color);
}
.sc_icons_qw-stylish .sc_icons_item {
position: relative;
z-index: 1;
padding: 6.2em 3em 5em;
background-color: var(--theme-color-bg_color);
-webkit-transition: background-color 0.3s ease;
-ms-transition: background-color 0.3s ease;
transition: background-color 0.3s ease;
will-change: background-color;
}
.sc_icons_qw-stylish .sc_icons_item.sc_icons_item_linked.with_more .sc_icons_item_link {
z-index: 10 !important;
}
.sc_icons_qw-stylish .sc_icons_item .sc_icons_item_shine {
border-radius: inherit;
position: absolute;
z-index: 1;
inset: 0;
overflow: hidden;
opacity: 0;
transition: opacity 0.5s;
transition-duration: 0.5s;
transition-delay: 0s;
}
.sc_icons_qw-stylish .sc_icons_item .sc_icons_item_shine:before {
content: '';
width: 150%;
padding-bottom: 150%;
border-radius: 0;
position: absolute;
left: 50%;
bottom: 55%;
filter: blur(35px);
opacity: .1;
transform: translateX(-50%);
background-image: conic-gradient(from 205deg at 50% 50%, rgba(0, 0, 0, 0) 0deg, var(--theme-color-text_link) 25deg, var(--theme-color-text_link_02) 295deg, rgba(0, 0, 0, 0) 360deg);
}
.sc_icons_qw-stylish .sc_icons_item .sc_icons_item_background {
border-radius: inherit;
position: absolute;
inset: 0;
overflow: hidden;
-webkit-mask-image: radial-gradient(circle at 60% 5%, black 0%, black 15%, transparent 60%);
mask-image: radial-gradient(circle at 60% 5%, black 0%, black 15%, transparent 60%);
}
.sc_icons_qw-stylish .sc_icons_item .sc_icons_item_background .sc_icons_item_tiles {
opacity: 0;
transition: opacity .25s;
}
.sc_icons_qw-stylish .sc_icons_item .sc_icons_item_background .sc_icons_item_tiles .sc_icons_item_tile {
position: absolute;
background-color: var(--theme-color-text_link_007);
animation-duration: 8s;
animation-iteration-count: infinite;
opacity: 0;
}
.sc_icons_qw-stylish .sc_icons_item .sc_icons_item_background .sc_icons_item_tiles .sc_icons_item_tile.sc_icons_item_tile-4, .sc_icons_qw-stylish .sc_icons_item .sc_icons_item_background .sc_icons_item_tiles .sc_icons_item_tile.sc_icons_item_tile-6, .sc_icons_qw-stylish .sc_icons_item .sc_icons_item_background .sc_icons_item_tiles .sc_icons_item_tile.sc_icons_item_tile-10 {
animation-delay: -2s;
}
.sc_icons_qw-stylish .sc_icons_item .sc_icons_item_background .sc_icons_item_tiles .sc_icons_item_tile.sc_icons_item_tile-3, .sc_icons_qw-stylish .sc_icons_item .sc_icons_item_background .sc_icons_item_tiles .sc_icons_item_tile.sc_icons_item_tile-5, .sc_icons_qw-stylish .sc_icons_item .sc_icons_item_background .sc_icons_item_tiles .sc_icons_item_tile.sc_icons_item_tile-8 {
animation-delay: -4s;
}
.sc_icons_qw-stylish .sc_icons_item .sc_icons_item_background .sc_icons_item_tiles .sc_icons_item_tile.sc_icons_item_tile-2, .sc_icons_qw-stylish .sc_icons_item .sc_icons_item_background .sc_icons_item_tiles .sc_icons_item_tile.sc_icons_item_tile-9 {
animation-delay: -6s;
}
.sc_icons_qw-stylish .sc_icons_item .sc_icons_item_background .sc_icons_item_tiles .sc_icons_item_tile.sc_icons_item_tile-1 {
top: 0;
left: 0;
height: 10%;
width: 22.5%;
}
.sc_icons_qw-stylish .sc_icons_item .sc_icons_item_background .sc_icons_item_tiles .sc_icons_item_tile.sc_icons_item_tile-2 {
top: 0;
left: 22.5%;
height: 10%;
width: 27.5%;
}
.sc_icons_qw-stylish .sc_icons_item .sc_icons_item_background .sc_icons_item_tiles .sc_icons_item_tile.sc_icons_item_tile-3 {
top: 0;
left: 50%;
height: 10%;
width: 27.5%;
}
.sc_icons_qw-stylish .sc_icons_item .sc_icons_item_background .sc_icons_item_tiles .sc_icons_item_tile.sc_icons_item_tile-4 {
top: 0;
left: 77.5%;
height: 10%;
width: 22.5%;
}
.sc_icons_qw-stylish .sc_icons_item .sc_icons_item_background .sc_icons_item_tiles .sc_icons_item_tile.sc_icons_item_tile-5 {
top: 10%;
left: 0;
height: 22.5%;
width: 22.5%;
}
.sc_icons_qw-stylish .sc_icons_item .sc_icons_item_background .sc_icons_item_tiles .sc_icons_item_tile.sc_icons_item_tile-6 {
top: 10%;
left: 22.5%;
height: 22.5%;
width: 27.5%;
}
.sc_icons_qw-stylish .sc_icons_item .sc_icons_item_background .sc_icons_item_tiles .sc_icons_item_tile.sc_icons_item_tile-7 {
top: 10%;
left: 50%;
height: 22.5%;
width: 27.5%;
}
.sc_icons_qw-stylish .sc_icons_item .sc_icons_item_background .sc_icons_item_tiles .sc_icons_item_tile.sc_icons_item_tile-8 {
top: 10%;
left: 77.5%;
height: 22.5%;
width: 22.5%;
}
.sc_icons_qw-stylish .sc_icons_item .sc_icons_item_background .sc_icons_item_tiles .sc_icons_item_tile.sc_icons_item_tile-9 {
top: 32.5%;
left: 50%;
height: 22.5%;
width: 27.5%;
}
.sc_icons_qw-stylish .sc_icons_item .sc_icons_item_background .sc_icons_item_tiles .sc_icons_item_tile.sc_icons_item_tile-10 {
top: 32.5%;
left: 77.5%;
height: 22.5%;
width: 22.5%;
}
.sc_icons_qw-stylish .sc_icons_item .sc_icons_item_background .sc_icons_item_line {
position: absolute;
inset: 0;
opacity: 0;
transition: opacity .35s;
}
.sc_icons_qw-stylish .sc_icons_item .sc_icons_item_background .sc_icons_item_line:before, .sc_icons_qw-stylish .sc_icons_item .sc_icons_item_background .sc_icons_item_line:after {
content: '';
position: absolute;
background-color: var(--theme-color-text_dark_008);
transition: transform .35s;
}
.sc_icons_qw-stylish .sc_icons_item .sc_icons_item_background .sc_icons_item_line:before {
left: 0;
right: 0;
height: 1px;
transform-origin: 0 50%;
transform: scaleX(0);
}
.sc_icons_qw-stylish .sc_icons_item .sc_icons_item_background .sc_icons_item_line:after {
top: 0;
bottom: 0;
width: 1px;
transform-origin: 50% 0;
transform: scaleY(0);
}
.sc_icons_qw-stylish .sc_icons_item .sc_icons_item_background .sc_icons_item_line.sc_icons_item_line-1:before {
top: 10%;
}
.sc_icons_qw-stylish .sc_icons_item .sc_icons_item_background .sc_icons_item_line.sc_icons_item_line-1:after {
left: 22.5%;
}
.sc_icons_qw-stylish .sc_icons_item .sc_icons_item_background .sc_icons_item_line.sc_icons_item_line-1:before, .sc_icons_qw-stylish .sc_icons_item .sc_icons_item_background .sc_icons_item_line.sc_icons_item_line-1:after {
transition-delay: .3s;
}
.sc_icons_qw-stylish .sc_icons_item .sc_icons_item_background .sc_icons_item_line.sc_icons_item_line-2:before {
top: 32.5%;
}
.sc_icons_qw-stylish .sc_icons_item .sc_icons_item_background .sc_icons_item_line.sc_icons_item_line-2:after {
left: 50%;
}
.sc_icons_qw-stylish .sc_icons_item .sc_icons_item_background .sc_icons_item_line.sc_icons_item_line-2:before, .sc_icons_qw-stylish .sc_icons_item .sc_icons_item_background .sc_icons_item_line.sc_icons_item_line-2:after {
transition-delay: .15s;
}
.sc_icons_qw-stylish .sc_icons_item .sc_icons_item_background .sc_icons_item_line.sc_icons_item_line-3:before {
top: 55%;
}
.sc_icons_qw-stylish .sc_icons_item .sc_icons_item_background .sc_icons_item_line.sc_icons_item_line-3:after {
right: 22.5%;
}
.sc_icons_qw-stylish .sc_icons_item:hover {
background-color: var(--theme-color-alter_bg_color);
}
.sc_icons_qw-stylish .sc_icons_item:hover .sc_icons_item_shine {
opacity: 1;
transition-duration: 0.5s;
transition-delay: 0s;
}
.sc_icons_qw-stylish .sc_icons_item:hover .sc_icons_item_background .sc_icons_item_tiles {
opacity: 1;
transition-delay: .25s;
}
.sc_icons_qw-stylish .sc_icons_item:hover .sc_icons_item_background .sc_icons_item_tiles .sc_icons_item_tile {
animation-name: tile;
}
.sc_icons_qw-stylish .sc_icons_item:hover .sc_icons_item_background .sc_icons_item_line {
opacity: 1;
transition-duration: .15s;
}
.sc_icons_qw-stylish .sc_icons_item:hover .sc_icons_item_background .sc_icons_item_line:before {
transform: scaleX(1);
}
.sc_icons_qw-stylish .sc_icons_item:hover .sc_icons_item_background .sc_icons_item_line:after {
transform: scaleY(1);
}
.sc_icons_qw-stylish .sc_icons_item:hover .sc_icons_item_background .sc_icons_item_line.sc_icons_item_line-1:before, .sc_icons_qw-stylish .sc_icons_item:hover .sc_icons_item_background .sc_icons_item_line.sc_icons_item_line-1:after {
transition-delay: .0s;
}
.sc_icons_qw-stylish .sc_icons_item:hover .sc_icons_item_background .sc_icons_item_line.sc_icons_item_line-2:before, .sc_icons_qw-stylish .sc_icons_item:hover .sc_icons_item_background .sc_icons_item_line.sc_icons_item_line-2:after {
transition-delay: .15s;
}
.sc_icons_qw-stylish .sc_icons_item:hover .sc_icons_item_background .sc_icons_item_line.sc_icons_item_line-3:before, .sc_icons_qw-stylish .sc_icons_item:hover .sc_icons_item_background .sc_icons_item_line.sc_icons_item_line-3:after {
transition-delay: .3s;
}
.sc_icons_qw-stylish.sc_icons .sc_icons_icon + .sc_icons_item_details,
.sc_icons_qw-stylish.sc_icons .sc_icons_image + .sc_icons_item_details {
margin-top: 2.8em;
}
.sc_icons_qw-stylish.sc_icons .sc_icons_item .sc_icons_item_title + .sc_icons_item_more_link,
.sc_icons_qw-stylish.sc_icons .sc_icons_item .sc_icons_item_description + .sc_icons_item_more_link {
margin-top: 1em;
}
.sc_icons_qw-stylish.color_style_link2 .sc_icons_item .sc_icons_item_shine:before {
background-image: conic-gradient(from 205deg at 50% 50%, rgba(0, 0, 0, 0) 0deg, var(--theme-color-text_link2) 25deg, var(--theme-color-text_link2_02) 295deg, rgba(0, 0, 0, 0) 360deg);
}
.sc_icons_qw-stylish.color_style_link2 .sc_icons_item .sc_icons_item_background .sc_icons_item_tiles .sc_icons_item_tile {
background-color: var(--theme-color-text_link2_007);
}
.sc_icons_qw-stylish.color_style_link3 .sc_icons_item .sc_icons_item_shine:before {
background-image: conic-gradient(from 205deg at 50% 50%, rgba(0, 0, 0, 0) 0deg, var(--theme-color-text_link3) 25deg, var(--theme-color-text_link3_02) 295deg, rgba(0, 0, 0, 0) 360deg);
}
.sc_icons_qw-stylish.color_style_link3 .sc_icons_item .sc_icons_item_background .sc_icons_item_tiles .sc_icons_item_tile {
background-color: var(--theme-color-text_link3_007);
}
.sc_icons_qw-stylish.color_style_dark .sc_icons_item .sc_icons_item_shine:before {
background-image: conic-gradient(from 205deg at 50% 50%, rgba(0, 0, 0, 0) 0deg, var(--theme-color-text_dark) 25deg, var(--theme-color-text_dark_02) 295deg, rgba(0, 0, 0, 0) 360deg);
}
.sc_icons_qw-stylish.color_style_dark .sc_icons_item .sc_icons_item_background .sc_icons_item_tiles .sc_icons_item_tile {
background-color: var(--theme-color-text_dark_005);
}
@keyframes tile {
0%, 12.5%, 100% {
opacity: 1;
}
25%, 82.5% {
opacity: 0;
}
}.elementor-container[class*="elementor-column-gap-"] > .elementor-row > .elementor-column > .elementor-element-populated > .elementor-widget-wrap {
padding: 0;
} #wp-admin-bar-elementor_edit_page.menupop .ab-submenu .ab-item {
width: auto;
max-width: 320px;
}
#wp-admin-bar-elementor_edit_page.menupop:hover .ab-sub-wrapper {
display: block;
} .body_style_boxed .top_panel .elementor-section-stretched {
left: 0 !important;
width: 100vw !important;
} .elementor-menu-anchor {
position: relative;
scroll-margin-top: 0.1px;
} .e-con > .elementor-widget.elementor-widget-empty > .elementor-widget-container,
.e-con > .e-con-inner > .elementor-widget.elementor-widget-empty > .elementor-widget-container {
height: unset;
} #e-styleguide-preview-dialog {
z-index: 999999 !important;
} .elementor-edit-area {
z-index: 9998;
} .elementor-editor-active .elementor-edit-area .elementor-element > .elementor-element-overlay {
z-index: 100000 !important; }
.elementor-editor-active.single-cpt_layouts .elementor-edit-area .elementor-element.elementor-widget-empty.sc_layouts_item .elementor-widget-empty-icon {
padding: 10px;
}
.e-con .elementor-widget-empty.sc_layouts_item {
width: auto;
} .elementor-editor-active .elementor-edit-area .elementor-top-section.sc_layouts_row_type_narrow > .elementor-container > .elementor-row,
.elementor-editor-active .elementor-edit-area .elementor-top-section.sc_layouts_row_type_narrow > .elementor-container {
min-height: 40px;
}
.elementor-editor-active .sc_layouts_row_type_narrow .elementor-column-wrap.elementor-element-empty .elementor-widget-wrap,
.elementor-editor-active .sc_layouts_row_type_narrow .elementor-widget-wrap.elementor-element-empty {
min-height: 30px;
} .elementor-editor-active .elementor-edit-area .hide_on_wide:before, .elementor-editor-active .elementor-edit-area .sc_layouts_hide_on_wide:before,
.elementor-editor-active .elementor-edit-area .hide_on_desktop:before, .elementor-editor-active .elementor-edit-area .sc_layouts_hide_on_desktop:before,
.elementor-editor-active .elementor-edit-area .hide_on_notebook:before, .elementor-editor-active .elementor-edit-area .sc_layouts_hide_on_notebook:before {
content: "";
display: block;
position: absolute;
z-index: 9997;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(255, 255, 255, 0.6);
pointer-events: none;
}
.elementor-editor-active .elementor-edit-area .hide_on_wide:after, .elementor-editor-active .elementor-edit-area .sc_layouts_hide_on_wide:after,
.elementor-editor-active .elementor-edit-area .hide_on_desktop:after, .elementor-editor-active .elementor-edit-area .sc_layouts_hide_on_desktop:after,
.elementor-editor-active .elementor-edit-area .hide_on_notebook:after, .elementor-editor-active .elementor-edit-area .sc_layouts_hide_on_notebook:after {
content: ' ';
display: block;
position: absolute;
z-index: 0;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: repeating-linear-gradient(125deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05) 1px, transparent 2px, transparent 9px) rgba(128, 128, 128, 0.15);
pointer-events: none;
}
.elementor-editor-active .elementor-edit-area {
--hide-on-xxx-display: block;
}
.elementor-editor-active .elementor-edit-area .e-con {
--hide-on-xxx-display: flex;
}
.elementor-editor-active .elementor-edit-area .hide_on_wide, .elementor-editor-active .elementor-edit-area .sc_layouts_hide_on_wide,
.elementor-editor-active .elementor-edit-area .hide_on_desktop, .elementor-editor-active .elementor-edit-area .sc_layouts_hide_on_desktop,
.elementor-editor-active .elementor-edit-area .hide_on_notebook, .elementor-editor-active .elementor-edit-area .sc_layouts_hide_on_notebook,
.elementor-editor-active .elementor-edit-area .hide_on_tablet, .elementor-editor-active .elementor-edit-area .sc_layouts_hide_on_tablet,
.elementor-editor-active .elementor-edit-area .hide_on_mobile, .elementor-editor-active .elementor-edit-area .sc_layouts_hide_on_mobile {
display: var(--hide-on-xxx-display) !important;
}
.elementor-editor-active[class*="cpt_layouts-template"] .elementor-edit-area .sc_layouts_hide_on_wide,
.elementor-editor-active[class*="cpt_layouts-template"] .elementor-edit-area .sc_layouts_hide_on_desktop,
.elementor-editor-active[class*="cpt_layouts-template"] .elementor-edit-area .sc_layouts_hide_on_notebook,
.elementor-editor-active[class*="cpt_layouts-template"] .elementor-edit-area .sc_layouts_hide_on_tablet,
.elementor-editor-active[class*="cpt_layouts-template"] .elementor-edit-area .sc_layouts_hide_on_mobile {
display: var(--hide-on-xxx-display) !important;
}
.elementor-editor-active .elementor-edit-area .sc_layouts_column .sc_layouts_item {
--hide-on-xxx-display: inline-block;
}
.elementor-editor-active .elementor-edit-area .sc_layouts_column .sc_layouts_item.e-con {
--hide-on-xxx-display: flex;
}
.elementor-editor-active .elementor-edit-area .sc_layouts_column .sc_layouts_item.hide_on_wide, .elementor-editor-active .elementor-edit-area .sc_layouts_column .sc_layouts_item.sc_layouts_hide_on_wide, .elementor-editor-active .elementor-edit-area .sc_layouts_column .sc_layouts_item.hide_on_desktop, .elementor-editor-active .elementor-edit-area .sc_layouts_column .sc_layouts_item.sc_layouts_hide_on_desktop, .elementor-editor-active .elementor-edit-area .sc_layouts_column .sc_layouts_item.hide_on_notebook, .elementor-editor-active .elementor-edit-area .sc_layouts_column .sc_layouts_item.sc_layouts_hide_on_notebook, .elementor-editor-active .elementor-edit-area .sc_layouts_column .sc_layouts_item.hide_on_tablet, .elementor-editor-active .elementor-edit-area .sc_layouts_column .sc_layouts_item.sc_layouts_hide_on_tablet, .elementor-editor-active .elementor-edit-area .sc_layouts_column .sc_layouts_item.hide_on_mobile, .elementor-editor-active .elementor-edit-area .sc_layouts_column .sc_layouts_item.sc_layouts_hide_on_mobile {
display: var(--hide-on-xxx-display) !important;
}
.elementor-edit-area .sc_layouts_item.elementor-hidden-desktop,
.elementor-edit-area .sc_layouts_item.elementor-hidden-tablet,
.elementor-edit-area .sc_layouts_item.elementor-hidden-phone {
--hide-on-xxx-display: inline-block;
display: var(--hide-on-xxx-display) !important;
}
.elementor-edit-area .sc_layouts_item.elementor-hidden-desktop.e-con,
.elementor-edit-area .sc_layouts_item.elementor-hidden-tablet.e-con,
.elementor-edit-area .sc_layouts_item.elementor-hidden-phone.e-con {
--hide-on-xxx-display: flex;
}
.elementor-container > .elementor-row > .elementor-column > .elementor-element-populated,
.elementor-container > .elementor-column > .elementor-element-populated {
padding-top: 0;
padding-bottom: 0;
} .trx_addons_sc_not_exists {
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
padding: 1.5em;
border: 3px solid #b7084e;
background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#fff));
background-image: -webkit-linear-gradient(top, #f3f3f3, #fff);
background-image: -o-linear-gradient(top, #f3f3f3, #fff);
background-image: linear-gradient(180deg, #f3f3f3, #fff);
}
.trx_addons_sc_not_exists_title {
margin-top: 0;
}
.trx_addons_sc_not_exists_description p:last-child {
margin-bottom: 0;
}
.sc_layouts_featured_title_preview {
margin: 0;
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
} :root {
--trx-addons-parallax-x-anchor: center;
--trx-addons-parallax-y-anchor: center;
}
.sc_parallax {
-webkit-transform-origin: var(--trx-addons-parallax-y-anchor) var(--trx-addons-parallax-x-anchor);
-ms-transform-origin: var(--trx-addons-parallax-y-anchor) var(--trx-addons-parallax-x-anchor);
transform-origin: var(--trx-addons-parallax-y-anchor) var(--trx-addons-parallax-x-anchor);
}
.elementor-editor-active .sc_parallax {
overflow: visible !important;
}
.sc_parallax:not(.trx_addons_parallax_layers_inited), .sc_parallax:not(.trx_addons_parallax_blocks_inited),
.sc_parallax_mouse:not(.trx_addons_parallax_layers_inited),
.sc_parallax_mouse:not(.trx_addons_parallax_blocks_inited) {
opacity: 0;
}
.trx_addons_parallax_blocks_need_start:not(.trx_addons_parallax_blocks_on_start) {
opacity: 0;
}
.sc_parallax.animated {
-webkit-animation-fill-mode: unset;
animation-fill-mode: unset;
}
.sc_parallax_sticky, .sc_parallax_sticky.e-con, .sc_parallax_sticky.elementor-section, .sc_parallax_sticky.elementor-column {
position: sticky;
}
.elementor-image.sc_parallax_wrap, .elementor-image.sc_parallax_wrap > .wp-caption {
overflow: hidden;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.post_featured.sc_parallax_wrap > img {
-webkit-transition: opacity 0.3s ease;
-ms-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.post_featured.sc_parallax_wrap:not(.parallax_inited) > img {
opacity: 0;
}
.sc_parallax_text_block {
display: inline-block;
vertical-align: top;
}
.sc_parallax_word_wrap {
white-space: nowrap;
}
@media screen and (min-width: 768px) {
.sc_parallax_text_nowrap_on {
white-space: nowrap;
}
}
.sc_item_title .sc_item_animated_block,
.elementor-heading-title .sc_item_animated_block,
.trx-addons-advanced-title .sc_item_animated_block {
display: inline-block;
vertical-align: baseline;
} [class*="sc_fly_"]:not(.sc_fly_static) {
position: absolute !important;
}
.sc_fly_tl {
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.sc_fly_tc {
position: absolute;
z-index: 1;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.sc_fly_tr {
position: absolute;
z-index: 1;
top: 0;
right: 0;
}
.sc_fly_ml {
position: absolute;
z-index: 1;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.sc_fly_mc {
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.sc_fly_mr {
position: absolute;
z-index: 1;
top: 50%;
right: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.sc_fly_bl {
position: absolute;
z-index: 1;
bottom: 0;
left: 0;
}
.sc_fly_bc {
position: absolute;
z-index: 1;
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.sc_fly_br {
position: absolute;
z-index: 1;
bottom: 0;
right: 0;
} .elementor-element.elementor-sticky {
position: sticky;
top: var(--fixed-rows-height);
}
.elementor-element.elementor-sticky.elementor-element-edit-mode {
position: sticky !important;
} body:not(.fixed_blocks_sticky) .e-con.sc_column_fixed,
body:not(.fixed_blocks_sticky) .elementor-column.sc_column_fixed {
-webkit-align-self: flex-start;
-ms-align-self: start;
align-self: flex-start;
}
body:not(.fixed_blocks_sticky) .sc_column_fixed_placeholder {
min-height: 1px;
} .elementor-section-content-middle .elementor-widget-wrap {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.elementor-section-content-top .elementor-widget-wrap {
-webkit-align-items: flex-start;
-ms-flex-align: start;
align-items: flex-start;
}
.elementor-section-content-bottom .elementor-widget-wrap {
-webkit-align-items: flex-end;
-ms-flex-align: end;
align-items: flex-end;
} .sc_content_align_center[class*="sc_inner_width_"],
.sc_content_align_center.elementor-column .elementor-widget-wrap {
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
}
.sc_content_align_left[class*="sc_inner_width_"],
.sc_content_align_left.elementor-column .elementor-widget-wrap {
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.sc_content_align_right[class*="sc_inner_width_"],
.sc_content_align_right.elementor-column .elementor-widget-wrap {
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
} .e-con.sc_inner_width_1_1 > .e-con-inner, .e-con.sc_inner_width_1_1 > .elementor-element {
width: var(--theme-var-page);
}
.e-con.sc_inner_width_1_2 > .e-con-inner, .e-con.sc_inner_width_1_2 > .elementor-element {
width: calc( var(--theme-var-page ) / 2 );
}
.e-con.sc_inner_width_1_3 > .e-con-inner, .e-con.sc_inner_width_1_3 > .elementor-element {
width: calc( var(--theme-var-page ) / 3 );
}
.e-con.sc_inner_width_2_3 > .e-con-inner, .e-con.sc_inner_width_2_3 > .elementor-element {
width: calc( var(--theme-var-page ) / 3 * 2 );
}
.e-con.sc_inner_width_1_4 > .e-con-inner, .e-con.sc_inner_width_1_4 > .elementor-element {
width: calc( var(--theme-var-page ) / 4 );
}
.e-con.sc_inner_width_3_4 > .e-con-inner, .e-con.sc_inner_width_3_4 > .elementor-element {
width: calc( var(--theme-var-page ) / 4 * 3 );
} body.elementor-use-container .e-con {
--container-max-width: var(--theme-var-page);
} .e-con.sc_layouts_row_type_narrow {
--padding-block-start: 6px;
--padding-block-end: 6px;
--padding-inline-start: 0;
--padding-inline-end: 0;
}
.e-con.sc_layouts_row_type_compact {
--padding-block-start: 0.75em;
--padding-block-end: 0.75em;
--padding-inline-start: 0;
--padding-inline-end: 0;
}
.e-con.sc_layouts_row_type_normal {
--padding-block-start: 2em;
--padding-block-end: 2em;
--padding-inline-start: 0;
--padding-inline-end: 0;
}
.e-con.sc_layouts_row {
padding-block-start: var(--padding-block-start);
padding-block-end: var(--padding-block-end);
padding-inline-start: var(--padding-inline-start);
padding-inline-end: var(--padding-inline-end);
} .elementor-widget-tabs.sc_tabs_icon_position_left .elementor-tab-title > [class*="icon-"]:before {
margin-right: 0.5em;
}
.elementor-widget-tabs.sc_tabs_icon_position_top .elementor-tab-title > [class*="icon-"] {
text-align: center;
}
.elementor-widget-tabs.sc_tabs_icon_position_top .elementor-tab-title > [class*="icon-"]:before {
display: block;
margin-bottom: 0.5em;
} .elementor-widget.elementor-widget-n-tabs {
--n-tabs-color-accent-fallback: #61ce70;
--n-tabs-color-secondary-fallback: #54595f;
--n-tabs-background-color: transparent;
--n-tabs-border-color: #d5d8dc;
--n-tabs-title-background-color: #f1f2f3;
--n-tabs-title-background-color-hover: var(--e-global-color-accent,var(--n-tabs-color-accent-fallback));
--n-tabs-title-background-color-active: var(--e-global-color-accent,var(--n-tabs-color-accent-fallback));
--n-tabs-title-color: var(--e-global-color-secondary,var(--n-tabs-color-secondary-fallback));
--n-tabs-title-color-hover: var(--n-tabs-title-color);
--n-tabs-title-color-active: var(--n-tabs-title-color);
--n-tabs-icon-color: var(--n-tabs-title-color);
--n-tabs-icon-color-hover: var(--n-tabs-title-color-hover);
--n-tabs-icon-color-active: var(--n-tabs-title-color-active);
}
.e-n-tabs .e-n-tabs-heading h1, .e-n-tabs .e-n-tabs-heading h2, .e-n-tabs .e-n-tabs-heading h3, .e-n-tabs .e-n-tabs-heading h4, .e-n-tabs .e-n-tabs-heading h5, .e-n-tabs .e-n-tabs-heading h6, .e-n-tabs .e-n-tabs-heading p {
margin: 0;
color: inherit;
}
.e-n-tabs .e-n-tab-title {
text-transform: none;
cursor: pointer;
}
.e-n-tabs .e-n-tab-title-with-subtitle.e-n-tab-title-icon-placement-outside .e-n-tab-title-text {
flex-direction: column;
justify-content: center;
align-items: flex-start;
}
.e-n-tabs .e-n-tab-title-with-subtitle.e-n-tab-title-icon-placement-outside .e-n-tab-title-text-inner,
.e-n-tabs .e-n-tab-title-with-subtitle.e-n-tab-title-icon-placement-outside .e-n-tab-subtitle {
width: 100%;
text-align: var(--n-tabs-title-text-align);
}
.e-n-tabs .e-n-tab-title-with-subtitle.e-n-tab-title-icon-placement-inside {
flex-wrap: wrap;
}
.e-n-tabs .e-n-tab-title-with-subtitle.e-n-tab-title-icon-placement-inside .e-n-tab-icon,
.e-n-tabs .e-n-tab-title-with-subtitle.e-n-tab-title-icon-placement-inside .e-n-tab-title-text {
flex-grow: 0;
}
.e-n-tabs .e-n-tab-title-with-subtitle.e-n-tab-title-icon-placement-inside .e-n-tab-subtitle {
order: 3;
flex-grow: 1;
width: 100%;
text-align: var(--n-tabs-title-text-align);
}
.e-n-tabs-heading-border-as-separator.e-n-tabs-direction-inline-start .e-n-tabs .e-n-tab-title:not(:first-child), .e-n-tabs-heading-border-as-separator.e-n-tabs-direction-inline-end .e-n-tabs .e-n-tab-title:not(:first-child) {
border-top: none !important;
}
.e-n-tabs-heading-border-as-separator.e-n-tabs-direction-inline-start .e-n-tabs .e-n-tab-title:first-child[aria-selected="true"], .e-n-tabs-heading-border-as-separator.e-n-tabs-direction-inline-end .e-n-tabs .e-n-tab-title:first-child[aria-selected="true"] {
border-top-color: var(--n-tabs-border-color) !important;
}
.e-n-tabs-heading-border-as-separator.e-n-tabs-direction-block-start .e-n-tabs .e-n-tab-title-with-subtitle, .e-n-tabs-heading-border-as-separator.e-n-tabs-direction-block-end .e-n-tabs .e-n-tab-title-with-subtitle {
max-width: 33.3%;
}
.e-n-tabs-heading-border-as-separator.e-n-tabs-direction-block-start .e-n-tabs .e-n-tab-title:not(:first-child), .e-n-tabs-heading-border-as-separator.e-n-tabs-direction-block-end .e-n-tabs .e-n-tab-title:not(:first-child) {
border-left: none !important;
}
.e-n-tabs-heading-border-as-separator.e-n-tabs-direction-block-start .e-n-tabs .e-n-tab-title:first-child[aria-selected="true"], .e-n-tabs-heading-border-as-separator.e-n-tabs-direction-block-end .e-n-tabs .e-n-tab-title:first-child[aria-selected="true"] {
border-left-color: var(--n-tabs-border-color) !important;
}
.e-n-tabs-heading-border-hide-first-border.e-n-tabs-direction-inline-start .e-n-tabs .e-n-tab-title:first-child, .e-n-tabs-heading-border-hide-first-border.e-n-tabs-direction-inline-end .e-n-tabs .e-n-tab-title:first-child {
border-top: none !important;
}
.e-n-tabs-heading-border-hide-first-border-padding.e-n-tabs-direction-inline-start .e-n-tabs .e-n-tab-title:first-child, .e-n-tabs-heading-border-hide-first-border-padding.e-n-tabs-direction-inline-end .e-n-tabs .e-n-tab-title:first-child {
border-top: none !important;
padding-top: 0 !important;
}
.e-n-tabs-heading-border-hide-last-border.e-n-tabs-direction-inline-start .e-n-tabs .e-n-tab-title:last-child, .e-n-tabs-heading-border-hide-last-border.e-n-tabs-direction-inline-end .e-n-tabs .e-n-tab-title:last-child {
border-bottom: none !important;
}
.e-n-tabs-heading-border-hide-last-border-padding.e-n-tabs-direction-inline-start .e-n-tabs .e-n-tab-title:last-child, .e-n-tabs-heading-border-hide-last-border-padding.e-n-tabs-direction-inline-end .e-n-tabs .e-n-tab-title:last-child {
border-bottom: none !important;
padding-bottom: 0 !important;
}
.e-n-tabs-heading-border-hide-first-border.e-n-tabs-direction-block-start .e-n-tabs .e-n-tab-title:first-child, .e-n-tabs-heading-border-hide-first-border.e-n-tabs-direction-block-end .e-n-tabs .e-n-tab-title:first-child {
border-left: none !important;
}
.e-n-tabs-heading-border-hide-first-border-padding.e-n-tabs-direction-block-start .e-n-tabs .e-n-tab-title:first-child, .e-n-tabs-heading-border-hide-first-border-padding.e-n-tabs-direction-block-end .e-n-tabs .e-n-tab-title:first-child {
border-left: none !important;
padding-left: 0 !important;
}
.e-n-tabs-heading-border-hide-last-border.e-n-tabs-direction-block-start .e-n-tabs .e-n-tab-title:last-child, .e-n-tabs-heading-border-hide-last-border.e-n-tabs-direction-block-end .e-n-tabs .e-n-tab-title:last-child {
border-right: none !important;
}
.e-n-tabs-heading-border-hide-last-border-padding.e-n-tabs-direction-block-start .e-n-tabs .e-n-tab-title:last-child, .e-n-tabs-heading-border-hide-last-border-padding.e-n-tabs-direction-block-end .e-n-tabs .e-n-tab-title:last-child {
border-right: none !important;
padding-right: 0 !important;
} .elementor-text-editor > *:first-child,
.elementor-text-editor .elementor-widget-container > *:first-child,
.elementor-widget-text-editor > *:first-child,
.elementor-widget-text-editor .elementor-widget-container > *:first-child {
margin-top: 0;
}
.elementor-text-editor > *:last-child,
.elementor-text-editor .elementor-widget-container > *:last-child,
.elementor-widget-text-editor > *:last-child,
.elementor-widget-text-editor .elementor-widget-container > *:last-child {
margin-bottom: 0;
} .elementor-editor-active .elementor-spacer-inner {
background-color: rgba(255, 255, 0, 0.05);
}
.elementor-widget-spacer.sc_height_tiny .elementor-spacer-inner {
height: var(--sc-space-tiny) !important;
}
.elementor-widget-spacer.sc_height_small .elementor-spacer-inner {
height: var(--sc-space-small) !important;
}
.elementor-widget-spacer.sc_height_medium .elementor-spacer-inner {
height: var(--sc-space-medium) !important;
}
.elementor-widget-spacer.sc_height_large .elementor-spacer-inner,
.elementor-widget-spacer.sc_height_big .elementor-spacer-inner {
height: var(--sc-space-large) !important;
}
.elementor-widget-spacer.sc_height_huge .elementor-spacer-inner {
height: var(--sc-space-huge) !important;
} .elementor-widget-divider.sc_height_tiny .elementor-divider {
padding: var(--sc-space-tiny) 0 !important;
}
.elementor-widget-divider.sc_height_small .elementor-divider {
padding: var(--sc-space-small) 0 !important;
}
.elementor-widget-divider.sc_height_medium .elementor-divider {
padding: var(--sc-space-medium) 0 !important;
}
.elementor-widget-divider.sc_height_large .elementor-divider,
.elementor-widget-divider.sc_height_big .elementor-divider {
padding: var(--sc-space-large) 0 !important;
}
.elementor-widget-divider.sc_height_huge .elementor-divider {
padding: var(--sc-space-huge) 0 !important;
} .elementor-section[class*="sc_extra_bg_"],
.elementor-section[class*="sc_bg_mask_"] {
position: relative;
}
.elementor-section[class*="sc_extra_bg_"]:not(.sc_layouts_row_fixed_on),
.elementor-section[class*="sc_bg_mask_"]:not(.sc_layouts_row_fixed_on) {
z-index: 0;
}
.e-con[class*="sc_extra_bg_"],
.e-con[class*="sc_bg_mask_"] {
position: relative;
z-index: var(--z-index);
}
.elementor-column[class*="sc_extra_bg_"] > .elementor-column-wrap,
.elementor-column[class*="sc_extra_bg_"] > .elementor-widget-wrap,
.elementor-column[class*="sc_bg_mask_"] > .elementor-column-wrap,
.elementor-column[class*="sc_bg_mask_"] > .elementor-widget-wrap,
.elementor-widget-text-editor[class*="sc_extra_bg_"],
.elementor-widget-text-editor[class*="sc_bg_mask_"] {
position: relative;
z-index: 0;
}
.elementor-widget-text-editor[class*="sc_bg_mask_"] > .wpb_wrapper {
position: relative;
z-index: 2;
}
.e-con[class*="sc_extra_bg_"]:after,
.elementor-section[class*="sc_extra_bg_"]:after,
.elementor-column[class*="sc_extra_bg_"] > .elementor-column-wrap:after,
.elementor-column[class*="sc_extra_bg_"] > .elementor-widget-wrap:after,
.elementor-widget-text-editor[class*="sc_extra_bg_"]:after {
content: ' ';
display: block;
position: absolute;
z-index: -1;
background: inherit;
}
.e-con[class*="sc_bg_mask_"]:before,
.elementor-section[class*="sc_bg_mask_"]:before,
.elementor-column[class*="sc_bg_mask_"] > .elementor-column-wrap:before,
.elementor-column[class*="sc_bg_mask_"] > .elementor-widget-wrap:before,
.elementor-widget-text-editor[class*="sc_bg_mask_"]:before {
content: ' ';
display: block !important;
background-color: inherit;
position: absolute;
z-index: 0;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.e-con[class*="sc_extra_bg_"]:after,
.e-con[class*="sc_bg_mask_"]:before {
width: auto;
height: auto;
}
.e-con.vc_parallax[class*="sc_bg_mask_"]:before,
.elementor-section.vc_parallax[class*="sc_bg_mask_"]:before {
z-index: 1;
}
.e-con.sc_extra_bg_tiny[class*="sc_bg_mask_"]:before,
.e-con.sc_extra_bg_tiny:after,
.elementor-section.sc_extra_bg_tiny[class*="sc_bg_mask_"]:before,
.elementor-section.sc_extra_bg_tiny:after,
.elementor-column.sc_extra_bg_tiny[class*="sc_bg_mask_"] > .elementor-column-wrap:before,
.elementor-column.sc_extra_bg_tiny > .elementor-column-wrap:after,
.elementor-column.sc_extra_bg_tiny[class*="sc_bg_mask_"] > .elementor-widget-wrap:before,
.elementor-column.sc_extra_bg_tiny > .elementor-widget-wrap:after,
.elementor-widget-text-editor.sc_extra_bg_tiny[class*="sc_bg_mask_"]:before,
.elementor-widget-text-editor.sc_extra_bg_tiny:after {
position: absolute;
top: -2em;
right: -2em;
bottom: -2em;
left: -2em;
}
.e-con.sc_extra_bg_small[class*="sc_bg_mask_"]:before,
.e-con.sc_extra_bg_small:after,
.elementor-section.sc_extra_bg_small[class*="sc_bg_mask_"]:before,
.elementor-section.sc_extra_bg_small:after,
.elementor-column.sc_extra_bg_small[class*="sc_bg_mask_"] > .elementor-column-wrap:before,
.elementor-column.sc_extra_bg_small > .elementor-column-wrap:after,
.elementor-column.sc_extra_bg_small[class*="sc_bg_mask_"] > .elementor-widget-wrap:before,
.elementor-column.sc_extra_bg_small > .elementor-widget-wrap:after,
.elementor-widget-text-editor.sc_extra_bg_small[class*="sc_bg_mask_"]:before,
.elementor-widget-text-editor.sc_extra_bg_small:after {
position: absolute;
top: -4em;
right: -4em;
bottom: -4em;
left: -4em;
}
.e-con.sc_extra_bg_medium[class*="sc_bg_mask_"]:before,
.e-con.sc_extra_bg_medium:after,
.elementor-section.sc_extra_bg_medium[class*="sc_bg_mask_"]:before,
.elementor-section.sc_extra_bg_medium:after,
.elementor-column.sc_extra_bg_medium[class*="sc_bg_mask_"] > .elementor-column-wrap:before,
.elementor-column.sc_extra_bg_medium > .elementor-column-wrap:after,
.elementor-column.sc_extra_bg_medium[class*="sc_bg_mask_"] > .elementor-widget-wrap:before,
.elementor-column.sc_extra_bg_medium > .elementor-widget-wrap:after,
.elementor-widget-text-editor.sc_extra_bg_medium[class*="sc_bg_mask_"]:before,
.elementor-widget-text-editor.sc_extra_bg_medium:after {
position: absolute;
top: -6em;
right: -6em;
bottom: -6em;
left: -6em;
}
.e-con.sc_extra_bg_large[class*="sc_bg_mask_"]:before,
.e-con.sc_extra_bg_large:after,
.elementor-section.sc_extra_bg_large[class*="sc_bg_mask_"]:before,
.elementor-section.sc_extra_bg_large:after,
.elementor-column.sc_extra_bg_large[class*="sc_bg_mask_"] > .elementor-column-wrap:before,
.elementor-column.sc_extra_bg_large > .elementor-column-wrap:after,
.elementor-column.sc_extra_bg_large[class*="sc_bg_mask_"] > .elementor-widget-wrap:before,
.elementor-column.sc_extra_bg_large > .elementor-widget-wrap:after,
.elementor-widget-text-editor.sc_extra_bg_large[class*="sc_bg_mask_"]:before,
.elementor-widget-text-editor.sc_extra_bg_large:after {
position: absolute;
top: -8em;
right: -8em;
bottom: -8em;
left: -8em;
}
.e-con.sc_bg_mask_bg_color:before,
.elementor-section.sc_bg_mask_bg_color:before,
.elementor-column.sc_bg_mask_bg_color > .elementor-column-wrap:before,
.elementor-column.sc_bg_mask_bg_color > .elementor-widget-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_bg_color:before {
background-color: inherit;
}
.e-con.sc_bg_mask_1:before,
.elementor-section.sc_bg_mask_1:before,
.elementor-column.sc_bg_mask_1 > .elementor-column-wrap:before,
.elementor-column.sc_bg_mask_1 > .elementor-widget-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_1:before {
opacity: 0.1;
}
.e-con.sc_bg_mask_2:before,
.elementor-section.sc_bg_mask_2:before,
.elementor-column.sc_bg_mask_2 > .elementor-column-wrap:before,
.elementor-column.sc_bg_mask_2 > .elementor-widget-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_2:before {
opacity: 0.2;
}
.e-con.sc_bg_mask_3:before,
.elementor-section.sc_bg_mask_3:before,
.elementor-column.sc_bg_mask_3 > .elementor-column-wrap:before,
.elementor-column.sc_bg_mask_3 > .elementor-widget-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_3:before {
opacity: 0.3;
}
.e-con.sc_bg_mask_4:before,
.elementor-section.sc_bg_mask_4:before,
.elementor-column.sc_bg_mask_4 > .elementor-column-wrap:before,
.elementor-column.sc_bg_mask_4 > .elementor-widget-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_4:before {
opacity: 0.4;
}
.e-con.sc_bg_mask_5:before,
.elementor-section.sc_bg_mask_5:before,
.elementor-column.sc_bg_mask_5 > .elementor-column-wrap:before,
.elementor-column.sc_bg_mask_5 > .elementor-widget-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_5:before {
opacity: 0.5;
}
.e-con.sc_bg_mask_6:before,
.elementor-section.sc_bg_mask_6:before,
.elementor-column.sc_bg_mask_6 > .elementor-column-wrap:before,
.elementor-column.sc_bg_mask_6 > .elementor-widget-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_6:before {
opacity: 0.6;
}
.e-con.sc_bg_mask_7:before,
.elementor-section.sc_bg_mask_7:before,
.elementor-column.sc_bg_mask_7 > .elementor-column-wrap:before,
.elementor-column.sc_bg_mask_7 > .elementor-widget-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_7:before {
opacity: 0.7;
}
.e-con.sc_bg_mask_8:before,
.elementor-section.sc_bg_mask_8:before,
.elementor-column.sc_bg_mask_8 > .elementor-column-wrap:before,
.elementor-column.sc_bg_mask_8 > .elementor-widget-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_8:before {
opacity: 0.8;
}
.e-con.sc_bg_mask_9:before,
.elementor-section.sc_bg_mask_9:before,
.elementor-column.sc_bg_mask_9 > .elementor-column-wrap:before,
.elementor-column.sc_bg_mask_9 > .elementor-widget-wrap:before,
.elementor-widget-text-editor.sc_bg_mask_9:before {
opacity: 0.9;
} .elementor-widget-trx_sc_googlemap .sc_googlemap_marker[data-icon]:before {
display: none;
} body.body_style_boxed .elementor-element-edit-mode.elementor-section-stretched.elementor-section-full_width .rev_slider > ul,
body.body_style_boxed .elementor-element-edit-mode.elementor-section-stretched.elementor-section-full_width .tp-simpleresponsive > ul {
width: 100% !important;
} .trx_addons_bg_text {
position: absolute;
z-index: 0;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-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;
white-space: nowrap;
}
body.body_style_boxed .trx_addons_bg_text {
overflow: hidden;
}
.trx_addons_bg_text .trx_addons_image_placeholder {
max-width: 1em;
}
.trx_addons_bg_text.trx_addons_marquee_reverse {
-webkit-justify-content: flex-end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.trx_addons_bg_text.trx_addons_marquee_wrap {
overflow: hidden;
white-space: nowrap;
}
.trx_addons_bg_text.trx_addons_marquee_wrap .trx_addons_marquee_element {
position: relative;
}
.trx_addons_bg_text.trx_addons_marquee_wrap:not(.trx_addons_marquee_reverse) .trx_addons_marquee_element {
padding-right: 50px;
}
body.rtl .trx_addons_bg_text.trx_addons_marquee_wrap:not(.trx_addons_marquee_reverse) .trx_addons_marquee_element {
padding-right: 0;
padding-left: 50px;
}
.trx_addons_bg_text.trx_addons_marquee_wrap.trx_addons_marquee_reverse .trx_addons_marquee_element {
padding-left: 50px;
}
body.rtl .trx_addons_bg_text.trx_addons_marquee_wrap.trx_addons_marquee_reverse .trx_addons_marquee_element {
padding-left: 0;
padding-right: 50px;
}
.trx_addons_bg_text .trx_addons_bg_text_overlay {
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-size: 100%;
background-repeat: no-repeat;
}
.trx_addons_bg_text .trx_addons_bg_text_inner {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-flex-shrink: 0;
-ms-flex-shrink: 0;
flex-shrink: 0;
-webkit-flex-grow: 0;
-ms-flex-grow: 0;
flex-grow: 0;
}
.trx_addons_bg_text .trx_addons_bg_text_inner .trx_addons_bg_text_item {
display: inline-block;
vertical-align: top;
opacity: 0;
z-index: 0;
}
.trx_addons_bg_text .trx_addons_bg_text_inner .trx_addons_bg_text_item .trx_addons_bg_text_item {
vertical-align: middle;
position: relative;
}
.trx_addons_bg_text .trx_addons_bg_text_inner .trx_addons_bg_text_char {
color: rgba(0, 0, 0, 0.05);
font-size: 15em;
font-weight: bold;
line-height: 0.8em;
}
.trx_addons_bg_text .trx_addons_bg_text_inner .trx_addons_bg_text_delimiter {
margin: 0 0.75em;
}
.trx_addons_bg_text .trx_addons_bg_text_inner .trx_addons_bg_text_delimiter img, .trx_addons_bg_text .trx_addons_bg_text_inner .trx_addons_bg_text_delimiter svg {
display: block;
max-height: 100%;
height: 1em;
max-width: none;
width: auto;
}
.trx_addons_bg_text .trx_addons_bg_text_inner.trx_addons_showed_on_scroll .trx_addons_bg_text_item {
opacity: 1;
-webkit-transition-delay: 3s;
-ms-transition-delay: 3s;
transition-delay: 3s;
}
.trx_addons_bg_text .trx_addons_bg_text_inner.trx_addons_showed_on_scroll .trx_addons_bg_text_item:nth-child(1) {
-webkit-transition-delay: 0.1s;
-ms-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.trx_addons_bg_text .trx_addons_bg_text_inner.trx_addons_showed_on_scroll .trx_addons_bg_text_item:nth-child(2) {
-webkit-transition-delay: 0.2s;
-ms-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.trx_addons_bg_text .trx_addons_bg_text_inner.trx_addons_showed_on_scroll .trx_addons_bg_text_item:nth-child(3) {
-webkit-transition-delay: 0.3s;
-ms-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.trx_addons_bg_text .trx_addons_bg_text_inner.trx_addons_showed_on_scroll .trx_addons_bg_text_item:nth-child(4) {
-webkit-transition-delay: 0.4s;
-ms-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.trx_addons_bg_text .trx_addons_bg_text_inner.trx_addons_showed_on_scroll .trx_addons_bg_text_item:nth-child(5) {
-webkit-transition-delay: 0.5s;
-ms-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.trx_addons_bg_text .trx_addons_bg_text_inner.trx_addons_showed_on_scroll .trx_addons_bg_text_item:nth-child(6) {
-webkit-transition-delay: 0.6s;
-ms-transition-delay: 0.6s;
transition-delay: 0.6s;
}
.trx_addons_bg_text .trx_addons_bg_text_inner.trx_addons_showed_on_scroll .trx_addons_bg_text_item:nth-child(7) {
-webkit-transition-delay: 0.7s;
-ms-transition-delay: 0.7s;
transition-delay: 0.7s;
}
.trx_addons_bg_text .trx_addons_bg_text_inner.trx_addons_showed_on_scroll .trx_addons_bg_text_item:nth-child(8) {
-webkit-transition-delay: 0.8s;
-ms-transition-delay: 0.8s;
transition-delay: 0.8s;
}
.trx_addons_bg_text .trx_addons_bg_text_inner.trx_addons_showed_on_scroll .trx_addons_bg_text_item:nth-child(9) {
-webkit-transition-delay: 0.9s;
-ms-transition-delay: 0.9s;
transition-delay: 0.9s;
}
.trx_addons_bg_text .trx_addons_bg_text_inner.trx_addons_showed_on_scroll .trx_addons_bg_text_item:nth-child(10) {
-webkit-transition-delay: 1s;
-ms-transition-delay: 1s;
transition-delay: 1s;
}
.trx_addons_bg_text .trx_addons_bg_text_inner.trx_addons_showed_on_scroll .trx_addons_bg_text_item:nth-child(11) {
-webkit-transition-delay: 1.1s;
-ms-transition-delay: 1.1s;
transition-delay: 1.1s;
}
.trx_addons_bg_text .trx_addons_bg_text_inner.trx_addons_showed_on_scroll .trx_addons_bg_text_item:nth-child(12) {
-webkit-transition-delay: 1.2s;
-ms-transition-delay: 1.2s;
transition-delay: 1.2s;
}
.trx_addons_bg_text .trx_addons_bg_text_inner.trx_addons_showed_on_scroll .trx_addons_bg_text_item:nth-child(13) {
-webkit-transition-delay: 1.3s;
-ms-transition-delay: 1.3s;
transition-delay: 1.3s;
}
.trx_addons_bg_text .trx_addons_bg_text_inner.trx_addons_showed_on_scroll .trx_addons_bg_text_item:nth-child(14) {
-webkit-transition-delay: 1.4s;
-ms-transition-delay: 1.4s;
transition-delay: 1.4s;
}
.trx_addons_bg_text .trx_addons_bg_text_inner.trx_addons_showed_on_scroll .trx_addons_bg_text_item:nth-child(15) {
-webkit-transition-delay: 1.5s;
-ms-transition-delay: 1.5s;
transition-delay: 1.5s;
}
.trx_addons_bg_text .trx_addons_bg_text_inner.trx_addons_showed_on_scroll .trx_addons_bg_text_item:nth-child(16) {
-webkit-transition-delay: 1.6s;
-ms-transition-delay: 1.6s;
transition-delay: 1.6s;
}
.trx_addons_bg_text .trx_addons_bg_text_inner.trx_addons_showed_on_scroll .trx_addons_bg_text_item:nth-child(17) {
-webkit-transition-delay: 1.7s;
-ms-transition-delay: 1.7s;
transition-delay: 1.7s;
}
.trx_addons_bg_text .trx_addons_bg_text_inner.trx_addons_showed_on_scroll .trx_addons_bg_text_item:nth-child(18) {
-webkit-transition-delay: 1.8s;
-ms-transition-delay: 1.8s;
transition-delay: 1.8s;
}
.trx_addons_bg_text .trx_addons_bg_text_inner.trx_addons_showed_on_scroll .trx_addons_bg_text_item:nth-child(19) {
-webkit-transition-delay: 1.9s;
-ms-transition-delay: 1.9s;
transition-delay: 1.9s;
}
.trx_addons_bg_text .trx_addons_bg_text_inner.trx_addons_showed_on_scroll .trx_addons_bg_text_item:nth-child(20) {
-webkit-transition-delay: 2s;
-ms-transition-delay: 2s;
transition-delay: 2s;
}
.trx_addons_bg_text .trx_addons_bg_text_inner.trx_addons_showed_on_scroll .trx_addons_bg_text_item:nth-child(21) {
-webkit-transition-delay: 2.1s;
-ms-transition-delay: 2.1s;
transition-delay: 2.1s;
}
.trx_addons_bg_text .trx_addons_bg_text_inner.trx_addons_showed_on_scroll .trx_addons_bg_text_item:nth-child(22) {
-webkit-transition-delay: 2.2s;
-ms-transition-delay: 2.2s;
transition-delay: 2.2s;
}
.trx_addons_bg_text .trx_addons_bg_text_inner.trx_addons_showed_on_scroll .trx_addons_bg_text_item:nth-child(23) {
-webkit-transition-delay: 2.3s;
-ms-transition-delay: 2.3s;
transition-delay: 2.3s;
}
.trx_addons_bg_text .trx_addons_bg_text_inner.trx_addons_showed_on_scroll .trx_addons_bg_text_item:nth-child(24) {
-webkit-transition-delay: 2.4s;
-ms-transition-delay: 2.4s;
transition-delay: 2.4s;
}
.trx_addons_bg_text .trx_addons_bg_text_inner.trx_addons_showed_on_scroll .trx_addons_bg_text_item:nth-child(25) {
-webkit-transition-delay: 2.5s;
-ms-transition-delay: 2.5s;
transition-delay: 2.5s;
}
.trx_addons_bg_text .trx_addons_bg_text_inner.trx_addons_showed_on_scroll .trx_addons_bg_text_item:nth-child(26) {
-webkit-transition-delay: 2.6s;
-ms-transition-delay: 2.6s;
transition-delay: 2.6s;
}
.trx_addons_bg_text .trx_addons_bg_text_inner.trx_addons_showed_on_scroll .trx_addons_bg_text_item:nth-child(27) {
-webkit-transition-delay: 2.7s;
-ms-transition-delay: 2.7s;
transition-delay: 2.7s;
}
.trx_addons_bg_text .trx_addons_bg_text_inner.trx_addons_showed_on_scroll .trx_addons_bg_text_item:nth-child(28) {
-webkit-transition-delay: 2.8s;
-ms-transition-delay: 2.8s;
transition-delay: 2.8s;
}
.trx_addons_bg_text .trx_addons_bg_text_inner.trx_addons_showed_on_scroll .trx_addons_bg_text_item:nth-child(29) {
-webkit-transition-delay: 2.9s;
-ms-transition-delay: 2.9s;
transition-delay: 2.9s;
}
.trx_addons_bg_text .trx_addons_bg_text_inner.trx_addons_showed_on_scroll .trx_addons_bg_text_item:nth-child(30) {
-webkit-transition-delay: 3s;
-ms-transition-delay: 3s;
transition-delay: 3s;
}
.trx_addons_bg_text .trx_addons_bg_text_inner.trx_addons_bg_text_effect_rotate .trx_addons_bg_text_item {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0, -50, -1, 1);
-ms-transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0, -50, -1, 1);
transform: matrix3d(1, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0, -50, -1, 1);
-webkit-transform-origin: 50% 50% 0;
-ms-transform-origin: 50% 50% 0;
transform-origin: 50% 50% 0;
-webkit-perspective: 600px;
-ms-perspective: 600px;
perspective: 600px;
-webkit-transition-duration: 0.5s;
-ms-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
-ms-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
-webkit-transition-delay: 0s;
-ms-transition-delay: 0s;
transition-delay: 0s;
}
.trx_addons_bg_text .trx_addons_bg_text_inner.trx_addons_bg_text_effect_rotate.trx_addons_showed_on_scroll .trx_addons_bg_text_item {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
-ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
.trx_addons_bg_text .trx_addons_bg_text_inner.trx_addons_bg_text_effect_slide .trx_addons_bg_text_item {
-webkit-transition-duration: 0.5s;
-ms-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-delay: 0s;
-ms-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
.trx_addons_bg_text .trx_addons_bg_text_inner.trx_addons_bg_text_effect_slide.trx_addons_showed_on_scroll .trx_addons_bg_text_item {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.trx_addons_bg_text .trx_addons_bg_text_inner.trx_addons_bg_text_effect_none .trx_addons_bg_text_item, .trx_addons_bg_text .trx_addons_bg_text_inner.trx_addons_bg_text_effect_none.trx_addons_showed_on_scroll .trx_addons_bg_text_item {
opacity: 1;
-webkit-transition-delay: 0s;
-ms-transition-delay: 0s;
transition-delay: 0s;
}
.trx_addons_bg_text .trx_addons_bg_text_inner.trx_addons_bg_text_effect_none.trx_addons_bg_text_effect_rotate .trx_addons_bg_text_item, .trx_addons_bg_text .trx_addons_bg_text_inner.trx_addons_bg_text_effect_none.trx_addons_showed_on_scroll.trx_addons_bg_text_effect_rotate .trx_addons_bg_text_item {
-webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
-ms-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
.trx_addons_bg_text .trx_addons_bg_text_inner.trx_addons_bg_text_effect_none.trx_addons_bg_text_effect_slide .trx_addons_bg_text_item, .trx_addons_bg_text .trx_addons_bg_text_inner.trx_addons_bg_text_effect_none.trx_addons_showed_on_scroll.trx_addons_bg_text_effect_slide .trx_addons_bg_text_item {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
} .elementor-widget-trx_sc_layouts.elementor-element-edit-mode .sc_layouts,
.elementor-widget-trx_sc_blogger.elementor-element-edit-mode .sc_blogger {
position: relative;
}
.elementor-widget-trx_sc_layouts.elementor-element-edit-mode .sc_layouts:after,
.elementor-widget-trx_sc_blogger.elementor-element-edit-mode .sc_blogger:after {
content: ' ';
position: absolute;
z-index: 10;
top: 0;
left: 0;
right: 0;
bottom: 0;
} .trx_addons_layout_editor_mask {
position: absolute;
z-index: 999999;
top: 0;
left: 0;
right: 0;
bottom: 0;
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;
-webkit-transition: opacity 0.3s ease;
-ms-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
opacity: 0;
}
.trx_addons_layout_editor_mask:before {
content: ' ';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.3);
}
.trx_addons_layout_editor_mask:hover {
opacity: 1;
}
.trx_addons_layout_editor_mask:hover .trx_addons_layout_editor_selector {
opacity: 1;
}
.trx_addons_layout_editor_mask .trx_addons_layout_editor_selector {
position: relative;
z-index: 2;
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
-ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
-webkit-transition: opacity 0.3s ease;
-ms-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
opacity: 0;
max-width: 90%;
}
.trx_addons_layout_editor_mask .trx_addons_layout_editor_selector .trx_addons_layout_editor_link,
.trx_addons_layout_editor_mask .trx_addons_layout_editor_selector .trx_addons_layout_editor_selector_trigger {
display: block;
font-size: 14px;
line-height: 18px;
font-weight: 500;
-webkit-box-sizing: content-box;
-ms-box-sizing: content-box;
box-sizing: content-box;
height: 18px;
background-color: #37bb7a;
color: #fff;
-webkit-transition: color 0.3s ease, background-color 0.3s ease;
-ms-transition: color 0.3s ease, background-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease;
}
.trx_addons_layout_editor_mask .trx_addons_layout_editor_selector .trx_addons_layout_editor_link:hover,
.trx_addons_layout_editor_mask .trx_addons_layout_editor_selector .trx_addons_layout_editor_selector_trigger:hover {
background-color: #2eaf70;
color: #fff;
}
.trx_addons_layout_editor_mask .trx_addons_layout_editor_selector .trx_addons_layout_editor_link {
padding: 16px 56px 16px 16px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.trx_addons_layout_editor_mask .trx_addons_layout_editor_selector .trx_addons_layout_editor_selector_trigger {
position: absolute;
z-index: 1;
top: 0;
right: 0;
padding: 16px;
}
.trx_addons_layout_editor_mask .trx_addons_layout_editor_selector .trx_addons_layout_editor_selector_trigger:before {
content: '\e857';
font-family: "trx_addons_icons";
}
.trx_addons_layout_editor_mask .trx_addons_layout_editor_selector.trx_addons_layout_editor_selector_opened .trx_addons_layout_editor_selector_trigger:before {
content: '\e85a';
}
.trx_addons_layout_editor_mask .trx_addons_layout_editor_selector .trx_addons_layout_editor_selector_list {
display: none;
position: absolute;
z-index: 1;
top: 56px;
left: 0;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
max-height: 200px;
overflow-x: hidden;
overflow-y: auto;
background-color: #fff;
color: #000;
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
-ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.trx_addons_layout_editor_mask .trx_addons_layout_editor_selector .trx_addons_layout_editor_selector_list .trx_addons_layout_editor_selector_list_item {
display: block;
padding: 16px;
font-size: 14px;
line-height: 18px;
font-weight: normal;
cursor: pointer;
-webkit-transition: color 0.3s ease, background-color 0.3s ease;
-ms-transition: color 0.3s ease, background-color 0.3s ease;
transition: color 0.3s ease, background-color 0.3s ease;
}
.trx_addons_layout_editor_mask .trx_addons_layout_editor_selector .trx_addons_layout_editor_selector_list .trx_addons_layout_editor_selector_list_item:hover {
background-color: #f6f7f1;
color: #000;
}
body.elementor-editor-active header.top_panel:hover,
body.elementor-editor-active footer.footer_wrap:hover {
z-index: 999999;
} .sc_section_toggle_on {
will-change: height;
}
.sc_section_toggle_on.sc_section_toggle_state_hide:not(.elementor-element-edit-mode) {
height: 0;
overflow: hidden;
}
.sc_section_toggle_on.sc_section_toggle_state_hide.elementor-element-edit-mode:after {
content: ' ';
display: block;
position: absolute;
z-index: 0;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 168, 168, 0.15);
pointer-events: none;
}
.sc_section_toggle_on .sc_section_toggle_close_button {
width: 3em;
height: 3em;
line-height: 3em;
text-align: center;
-webkit-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
position: absolute;
z-index: 9999;
top: 1em;
right: 1em;
background: rgba(255, 255, 255, 0.75);
opacity: 0;
-webkit-transition: opacity 0.3s ease;
-ms-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.sc_section_toggle_on .sc_section_toggle_close_button .trx_addons_button_close_icon:before,
.sc_section_toggle_on .sc_section_toggle_close_button .trx_addons_button_close_icon:after {
border-color: #333;
-webkit-transition: border-color 0.3s ease, transform 0.3s ease;
-ms-transition: border-color 0.3s ease, transform 0.3s ease;
transition: border-color 0.3s ease, transform 0.3s ease;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
}
.sc_section_toggle_on .sc_section_toggle_close_button:hover .trx_addons_button_close_icon:before,
.sc_section_toggle_on .sc_section_toggle_close_button:hover .trx_addons_button_close_icon:after {
border-color: #000;
}
.sc_section_toggle_on.sc_section_toggle_animated_show .sc_section_toggle_close_button, .sc_section_toggle_on.sc_section_toggle_state_show .sc_section_toggle_close_button {
opacity: 1;
}
.sc_section_toggle_on.sc_section_toggle_animated_show .trx_addons_button_close_icon:before, .sc_section_toggle_on.sc_section_toggle_state_show .trx_addons_button_close_icon:before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.sc_section_toggle_on.sc_section_toggle_animated_show .trx_addons_button_close_icon:after, .sc_section_toggle_on.sc_section_toggle_state_show .trx_addons_button_close_icon:after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.sc_section_toggle_on.sc_section_toggle_animated_hide .sc_section_toggle_close_button {
opacity: 0;
}
.sc_section_toggle_on.sc_section_toggle_animated_hide .trx_addons_button_close_icon:before,
.sc_section_toggle_on.sc_section_toggle_animated_hide .trx_addons_button_close_icon:after {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
} @media (min-width: 1680px) and (max-width: 2159px) { body.elementor-editor-active .elementor-hidden-desktop:not(.elementor-element-edit-mode) {
display: none !important;
}
.e-con.hide_bg_image_on_desktop,
.elementor-section.hide_bg_image_on_desktop,
.elementor-column.hide_bg_image_on_desktop > .elementor-column-wrap,
.elementor-column.hide_bg_image_on_desktop > .elementor-widget-wrap {
background-image: none !important;
}
.e-con.hide_bg_image_on_desktop[class*="sc_bg_mask_"]:before,
.elementor-section.hide_bg_image_on_desktop[class*="sc_bg_mask_"]:before,
.elementor-column.hide_bg_image_on_desktop[class*="sc_bg_mask_"] > .elementor-column-wrap:before,
.elementor-column.hide_bg_image_on_desktop[class*="sc_bg_mask_"] > .elementor-widget-wrap:before {
display: none !important;
}
}
@media (min-width: 1280px) and (max-width: 1679px) { body.elementor-editor-active .elementor-hidden-desktop:not(.elementor-element-edit-mode) {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 1279px) { body.elementor-editor-active .elementor-hidden-tablet:not(.elementor-element-edit-mode) {
display: none !important;
}
}
@media (max-width: 767px) { body.elementor-editor-active .elementor-hidden-phone:not(.elementor-element-edit-mode) {
display: none !important;
}
}
@media (min-width: 768px) { .elementor-section.elementor-section-height-full {
height: calc( 100vh - var(--fixed-rows-height) );
-webkit-transition: height 0.3s ease;
-ms-transition: height 0.3s ease;
transition: height 0.3s ease;
}
.e-con.e-con.e-con-height-full {
--min-height: calc( 100vh - var(--fixed-rows-height) );
-webkit-transition: min-height 0.3s ease;
-ms-transition: min-height 0.3s ease;
transition: min-height 0.3s ease;
}
body.header_position_over .elementor-section-height-full.sc_stack_section_on,
body.header_position_under .elementor-section-height-full.sc_stack_section_on {
height: 100vh;
}
body.header_position_over .e-con-height-full.sc_stack_section_on,
body.header_position_under .e-con-height-full.sc_stack_section_on {
--min-height: 100vh;
}
body.header_position_over.fixed_blocks_sticky .sc_stack_section_effect_slide:not(.elementor-element-edit-mode),
body.header_position_under.fixed_blocks_sticky .sc_stack_section_effect_slide:not(.elementor-element-edit-mode) {
top: 0;
}
body.header_position_over.fixed_blocks_sticky.admin-bar .sc_stack_section_effect_slide:not(.elementor-element-edit-mode),
body.header_position_under.fixed_blocks_sticky.admin-bar .sc_stack_section_effect_slide:not(.elementor-element-edit-mode) {
top: 32px;
}
body.header_position_over.fixed_blocks_sticky.admin-bar .elementor-section-height-full.sc_stack_section_on,
body.header_position_under.fixed_blocks_sticky.admin-bar .elementor-section-height-full.sc_stack_section_on {
height: calc(100vh - 32px);
}
body.header_position_over.fixed_blocks_sticky.admin-bar .e-con-height-full.sc_stack_section_on,
body.header_position_under.fixed_blocks_sticky.admin-bar .e-con-height-full.sc_stack_section_on {
--min-height: calc(100vh - 32px);
}
} .elementor-animation-trx_hover_zoom {
transition-duration: 1s;
transition-property: transform;
transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.elementor-animation-trx_hover_zoom:hover, .elementor-animation-trx_hover_zoom:active, .elementor-animation-trx_hover_zoom:focus {
transform: scale(1.1);
}
.elementor-element.with-elementor-animation-trx_hover_zoom {
overflow: hidden;
}
.with-hover-on-widget:hover .elementor-animation-trx_hover_zoom {
transform: scale(1.1);
}
.with-hover-on-widget:hover .elementor-animation-bob {
animation-name: elementor-animation-bob-float, elementor-animation-bob;
animation-duration: 0.3s, 1.5s;
animation-delay: 0s, 0.3s;
animation-timing-function: ease-out, ease-in-out;
animation-iteration-count: 1, infinite;
animation-fill-mode: forwards;
animation-direction: normal, alternate;
}
.with-hover-on-widget:hover .elementor-animation-bounce-in {
transform: scale(1.2);
transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.with-hover-on-widget:hover .elementor-animation-bounce-out {
transform: scale(0.8);
transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.with-hover-on-widget:hover .elementor-animation-buzz {
animation-name: elementor-animation-buzz;
animation-duration: 0.15s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
.with-hover-on-widget:hover .elementor-animation-buzz-out {
animation-name: elementor-animation-buzz-out;
animation-duration: 0.75s;
animation-timing-function: linear;
animation-iteration-count: 1;
}
.with-hover-on-widget:hover .elementor-animation-float {
transform: translateY(-8px);
}
.with-hover-on-widget:hover .elementor-animation-grow {
transform: scale(1.1);
}
.with-hover-on-widget:hover .elementor-animation-grow-rotate {
transform: scale(1.1) rotate(4deg);
}
.with-hover-on-widget:hover .elementor-animation-hang {
animation-name: elementor-animation-hang-sink, elementor-animation-hang;
animation-duration: 0.3s, 1.5s;
animation-delay: 0s, 0.3s;
animation-timing-function: ease-out, ease-in-out;
animation-iteration-count: 1, infinite;
animation-fill-mode: forwards;
animation-direction: normal, alternate;
}
.with-hover-on-widget:hover .elementor-animation-pop {
animation-name: elementor-animation-pop;
animation-duration: 0.3s;
animation-timing-function: linear;
animation-iteration-count: 1;
}
.with-hover-on-widget:hover .elementor-animation-pulse {
animation-name: elementor-animation-pulse;
animation-duration: 1s;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
.with-hover-on-widget:hover .elementor-animation-pulse-grow {
animation-name: elementor-animation-pulse-grow;
animation-duration: 0.3s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
.with-hover-on-widget:hover .elementor-animation-pulse-shrink {
animation-name: elementor-animation-pulse-shrink;
animation-duration: 0.3s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: alternate;
}
.with-hover-on-widget:hover .elementor-animation-push {
animation-name: elementor-animation-push;
animation-duration: 0.3s;
animation-timing-function: linear;
animation-iteration-count: 1;
}
.with-hover-on-widget:hover .elementor-animation-rotate {
transform: rotate(4deg);
}
.with-hover-on-widget:hover .elementor-animation-shrink {
transform: scale(0.9);
}
.with-hover-on-widget:hover .elementor-animation-sink {
transform: translateY(8px);
}
.with-hover-on-widget:hover .elementor-animation-skew {
transform: skew(-10deg);
}
.with-hover-on-widget:hover .elementor-animation-skew-backward {
transform: skew(10deg);
}
.with-hover-on-widget:hover .elementor-animation-skew-forward {
transform: skew(-10deg);
}
.with-hover-on-widget:hover .elementor-animation-wobble-bottom {
animation-name: elementor-animation-wobble-bottom;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}
.with-hover-on-widget:hover .elementor-animation-wobble-horizontal {
animation-name: elementor-animation-wobble-horizontal;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}
.with-hover-on-widget:hover .elementor-animation-wobble-skew {
animation-name: elementor-animation-wobble-skew;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}
.with-hover-on-widget:hover .elementor-animation-wobble-to-bottom-right {
animation-name: elementor-animation-wobble-to-bottom-right;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}
.with-hover-on-widget:hover .elementor-animation-wobble-to-top-right {
animation-name: elementor-animation-wobble-to-top-right;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}
.with-hover-on-widget:hover .elementor-animation-wobble-top {
animation-name: elementor-animation-wobble-top;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}
.with-hover-on-widget:hover .elementor-animation-wobble-vertical {
animation-name: elementor-animation-wobble-vertical;
animation-duration: 1s;
animation-timing-function: ease-in-out;
animation-iteration-count: 1;
}  .trx_ani_slideInDownSmooth {
-webkit-animation-name: trx_ani_slideInDownSmooth;
animation-name: trx_ani_slideInDownSmooth;
-webkit-animation-timing-function: cubic-bezier(0.175, 1, 0.275, 1);
animation-timing-function: cubic-bezier(0.175, 1, 0.275, 1);
-webkit-animation-duration: 0.85s;
animation-duration: 0.85s;
}
@-webkit-keyframes trx_ani_slideInDownSmooth {
from {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
to {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes trx_ani_slideInDownSmooth {
from {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
to {
-webkit-transform: translateY(0);
transform: translateY(0);
}
} .trx_ani_slideOutUpSmooth {
-webkit-animation-name: trx_ani_slideOutUpSmooth;
animation-name: trx_ani_slideOutUpSmooth;
-webkit-animation-timing-function: cubic-bezier(0.175, 1, 0.275, 1);
animation-timing-function: cubic-bezier(0.175, 1, 0.275, 1);
-webkit-animation-duration: 0.85s;
animation-duration: 0.85s;
}
@-webkit-keyframes trx_ani_slideOutUpSmooth {
from {
-webkit-transform: translateY(0);
transform: translateY(0);
}
to {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
@keyframes trx_ani_slideOutUpSmooth {
from {
-webkit-transform: translateY(0);
transform: translateY(0);
}
to {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}body.edit-post-visual-editor,
.editor-styles-wrapper {
position: relative;
flex: 1 0 auto;
height: auto !important;
overflow-x: hidden !important;
overflow-y: visible !important;
}
body.edit-post-visual-editor .block-editor-block-list__layout.is-root-container > .wp-block.alignfull, body.edit-post-visual-editor .block-editor-block-list__layout.is-root-container > .wp-block[data-align="full"],
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block.alignfull,
.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .wp-block[data-align="full"] {
margin-left: 0;
margin-right: 0;
}
body.edit-post-visual-editor .block-editor-block-list__block select,
.editor-styles-wrapper .block-editor-block-list__block select {
visibility: visible !important;
} body.edit-post-visual-editor .components-button .dashicons, body.edit-post-visual-editor .components-button .dashicons-before::before,
.editor-styles-wrapper .components-button .dashicons,
.editor-styles-wrapper .components-button .dashicons-before::before {
font-family: dashicons;
line-height: 1;
font-weight: 400;
font-style: normal;
text-transform: none;
text-rendering: auto;
font-size: 20px;
text-align: center;
} body.editor-styles-wrapper[data-widget-area-id],
body.editor-styles-wrapper[data-widget-area-id] {
font-size: 14px;
} .editor-post-title__block .editor-post-title__input {
min-height: 1em;
height: unset;
background-color: transparent !important;
}
.editor-post-title .editor-post-title__input::placeholder {
color: rgba(128, 128, 128, 0.5) !important;
}  .block-editor-block-list__block[data-type="core/spacer"] > .components-resizable-box__container {
background-color: rgba(255, 255, 0, 0.1);
}
.wp-block-spacer.sc_height_tiny,
[data-type="core/spacer"].sc_height_tiny > .components-resizable-box__container {
height: var(--sc-space-tiny) !important;
}
.wp-block-spacer.sc_height_small,
[data-type="core/spacer"].sc_height_small > .components-resizable-box__container {
height: var(--sc-space-small) !important;
}
.wp-block-spacer.sc_height_medium,
[data-type="core/spacer"].sc_height_medium > .components-resizable-box__container {
height: var(--sc-space-medium) !important;
}
.wp-block-spacer.sc_height_large,
.wp-block-spacer.sc_height_big,
[data-type="core/spacer"].sc_height_large > .components-resizable-box__container,
[data-type="core/spacer"].sc_height_large > .editor-block-list__block-edit .components-resizable-box__container {
height: var(--sc-space-large) !important;
}
.wp-block-spacer.sc_height_huge,
[data-type="core/spacer"].sc_height_huge > .components-resizable-box__container {
height: var(--sc-space-huge) !important;
} .wp-block-separator.sc_height_tiny,
[data-type="core/separator"].sc_height_tiny > .wp-block-separator {
margin-top: var(--sc-space-tiny) !important;
margin-bottom: var(--sc-space-tiny) !important;
}
.wp-block-separator.sc_height_small,
[data-type="core/separator"].sc_height_small > .wp-block-separator {
margin-top: var(--sc-space-small) !important;
margin-bottom: var(--sc-space-small) !important;
}
.wp-block-separator.sc_height_medium,
[data-type="core/separator"].sc_height_medium > .wp-block-separator {
margin-top: var(--sc-space-medium) !important;
margin-bottom: var(--sc-space-medium) !important;
}
.wp-block-separator.sc_height_large,
.wp-block-separator.sc_height_big,
[data-type="core/separator"].sc_height_large > .editor-block-list__block-edit .wp-block-separator,
[data-type="core/separator"].sc_height_large > .wp-block-separator {
margin-top: var(--sc-space-large) !important;
margin-bottom: var(--sc-space-large) !important;
}
.wp-block-separator.sc_height_huge,
[data-type="core/separator"].sc_height_huge > .wp-block-separator {
margin-top: var(--sc-space-huge) !important;
margin-bottom: var(--sc-space-huge) !important;
}  figure.wp-block-gallery {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
} .wp-block-columns.wp-block-columns {
gap: 0;
}  [data-type="trx-addons/anchor"] .is-block-container,
[data-type="trx-addons/anchor"] .editor-block-list__block-edit {
height: 25px;
position: relative;
background-color: #e7eaed;
}
[data-type="trx-addons/anchor"] .is-block-container:after,
[data-type="trx-addons/anchor"] .editor-block-list__block-edit:after {
content: '\e868';
font-family: trx_addons_icons;
color: #9aa1a9;
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
} [data-type="trx-addons/blogger"] a {
pointer-events: none;
} [data-type^="trx-addons/"] .slider_container {
display: block;
} [data-type^="trx-addons/"] .slider_source_posts_cpt_layouts .slider-slide:before {
content: 'Slides based on custom layouts may not display correctly in the editor! Check out the slides on Frontend.';
position: absolute;
z-index: 1000;
top: 0;
left: 0;
right: 0;
bottom: 0;
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;
color: #fff;
background-color: rgba(0, 0, 0, 0.6);
padding: 10%;
font-size: 2em;
line-height: 1.5em;
} [data-type="trx-addons/layouts-login"] .sc_layouts_menu,
[data-type="trx-addons/layouts-menu"] .sc_layouts_menu {
visibility: visible;
max-height: 4em;
} .block-editor-block-list__block .trx_addons_gb_reload {
position: absolute;
right: 0;
top: 0;
z-index: 100;
height: 32px;
line-height: 30px;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
padding: 0 8px;
color: #333;
background-color: #f7f7f7;
display: none;
}
.block-editor-block-list__block .trx_addons_gb_reload:before {
content: '\e800';
font-family: trx_addons_icons;
}
.block-editor-block-list__block .trx_addons_gb_reload:focus, .block-editor-block-list__block .trx_addons_gb_reload:hover {
color: #fff !important;
background-color: #007cba !important;
}
.block-editor-block-list__block.is-hovered .trx_addons_gb_reload, .block-editor-block-list__block.is-selected .trx_addons_gb_reload, .block-editor-block-list__block.is-selected-parent .trx_addons_gb_reload {
display: block;
} .trx_addons_gb_inner_blocks.components-panel__body {
padding: 0;
border-width: 0;
}
.trx_addons_gb_inner_blocks.components-panel__body > .components-panel__body-title {
margin: 0 0 1em !important;
}
.trx_addons_gb_inner_blocks.components-panel__body > .components-panel__body-title .components-panel__body-toggle {
padding: 1em;
}  .block-editor-block-list__block:not([data-type="trx-addons/content"]):not([data-type="trx-addons/layouts-container"]):not([data-type="trx-addons/layouts-featured"]):not([data-type="trx-addons/layouts-title"]) .trx_addons_gb_inner_blocks {
display: none;
}
.block-editor-block-list__block:not([data-type="trx-addons/content"]):not([data-type="trx-addons/layouts-container"]):not([data-type="trx-addons/layouts-featured"]):not([data-type="trx-addons/layouts-title"]) .trx_addons_gb_inner_blocks.is-opened,
.block-editor-block-list__block.is-hovered:not([data-type="trx-addons/content"]):not([data-type="trx-addons/layouts-container"]):not([data-type="trx-addons/layouts-featured"]):not([data-type="trx-addons/layouts-title"]) .trx_addons_gb_inner_blocks,
.block-editor-block-list__block.is-typing:not([data-type="trx-addons/content"]):not([data-type="trx-addons/layouts-container"]):not([data-type="trx-addons/layouts-featured"]):not([data-type="trx-addons/layouts-title"]) .trx_addons_gb_inner_blocks,
.block-editor-block-list__block.is-selected:not([data-type="trx-addons/content"]):not([data-type="trx-addons/layouts-container"]):not([data-type="trx-addons/layouts-featured"]):not([data-type="trx-addons/layouts-title"]) .trx_addons_gb_inner_blocks,
.block-editor-block-list__block.is-selected-parent:not([data-type="trx-addons/content"]):not([data-type="trx-addons/layouts-container"]):not([data-type="trx-addons/layouts-featured"]):not([data-type="trx-addons/layouts-title"]) .trx_addons_gb_inner_blocks {
display: block;
} .block-editor-block-list__block:not([data-type="trx-addons/content"]):not([data-type="trx-addons/layouts-container"]):not([data-type="trx-addons/layouts-featured"]):not([data-type="trx-addons/layouts-title"]) .trx_addons_gb_inner_blocks {
position: absolute;
right: 40px;
top: 0;
z-index: 30;
min-width: 33%;
border: none !important;
}
.block-editor-block-list__block:not([data-type="trx-addons/content"]):not([data-type="trx-addons/layouts-container"]):not([data-type="trx-addons/layouts-featured"]):not([data-type="trx-addons/layouts-title"]) .trx_addons_gb_inner_blocks.is-opened {
padding: 0;
}
.block-editor-block-list__block:not([data-type="trx-addons/content"]):not([data-type="trx-addons/layouts-container"]):not([data-type="trx-addons/layouts-featured"]):not([data-type="trx-addons/layouts-title"]) .trx_addons_gb_inner_blocks .components-panel__body-title {
margin: 0 0 0.5em !important;
background: none !important;
text-align: right;
}
.block-editor-block-list__block:not([data-type="trx-addons/content"]):not([data-type="trx-addons/layouts-container"]):not([data-type="trx-addons/layouts-featured"]):not([data-type="trx-addons/layouts-title"]) .trx_addons_gb_inner_blocks .components-panel__body-toggle {
width: auto;
height: 32px;
line-height: 30px;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
white-space: nowrap;
padding: 0 8px !important;
border: 1px solid #ccc;
-webkit-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
box-shadow: 0 1px 0 #cccccc;
color: #333;
background-color: #f7f7f7;
overflow: hidden;
}
.block-editor-block-list__block:not([data-type="trx-addons/content"]):not([data-type="trx-addons/layouts-container"]):not([data-type="trx-addons/layouts-featured"]):not([data-type="trx-addons/layouts-title"]) .trx_addons_gb_inner_blocks .components-panel__body-toggle .components-panel__arrow {
display: none;
}
.block-editor-block-list__block:not([data-type="trx-addons/content"]):not([data-type="trx-addons/layouts-container"]):not([data-type="trx-addons/layouts-featured"]):not([data-type="trx-addons/layouts-title"]) .trx_addons_gb_inner_blocks .block-editor-block-list__layout {
background-color: #fff;
color: #333;
border: 1px solid #ccc;
}
.block-editor-block-list__block:not([data-type="trx-addons/content"]):not([data-type="trx-addons/layouts-container"]):not([data-type="trx-addons/layouts-featured"]):not([data-type="trx-addons/layouts-title"]) .trx_addons_gb_inner_blocks .block-editor-block-list__layout > .block-editor-block-list__block {
margin: 0;
padding: 8px;
}
.block-editor-block-list__block:not([data-type="trx-addons/content"]):not([data-type="trx-addons/layouts-container"]):not([data-type="trx-addons/layouts-featured"]):not([data-type="trx-addons/layouts-title"]) .trx_addons_gb_inner_blocks .block-editor-block-list__layout .block-list-appender {
margin: 0;
}
.block-editor-block-list__block:not([data-type="trx-addons/content"]):not([data-type="trx-addons/layouts-container"]):not([data-type="trx-addons/layouts-featured"]):not([data-type="trx-addons/layouts-title"]) .trx_addons_gb_inner_blocks .block-editor-block-list__layout .block-list-appender .block-editor-default-block-appender textarea.block-editor-default-block-appender__content {
height: 1em;
min-height: 0;
margin: 0;
padding: 8px;
padding-right: 48px;
}  .block-editor-block-list__block[data-type="trx-addons/content"] > .components-placeholder,
.block-editor-block-list__block[data-type="trx-addons/layouts-container"] > .components-placeholder,
.block-editor-block-list__block[data-type="trx-addons/layouts-featured"] > .components-placeholder {
display: none;
} body.post-type-cpt_layouts .wp-block {
max-width: 96% !important;
} .block-editor-block-list__block .kt-tabs-title-list {
margin-bottom: 0;
padding-left: 0;
}
.block-editor-block-list__block .kt-tabs-layout-vtabs > .kt-tabs-wrap > .kt-tabs-title-list li {
margin-bottom: 1px;
}
.block-editor-block-list__block .kt-tabs-content-wrap {
border: 1px solid #ddd;
}body.body_style_fullscreen .content_wrap_fullscreen {
overflow: clip !important;
} [class^="qw_extension_icon-"]:before,
[class*=" qw_extension_icon-"]:before {
font-size: inherit;
line-height: inherit !important;
font-weight: inherit;
font-style: inherit;
display: inline-block;
width: auto;
margin: 0;
} .trx_addons_mouse_helper_style_dot:not(.trx_addons_mouse_helper_with_layout) {
--mouse-helper-width: 14px;
--mouse-helper-height: 14px;
}
.trx_addons_mouse_helper_style_dot:not(.trx_addons_mouse_helper_with_layout).trx_addons_mouse_helper_active {
--mouse-helper-width: 30px;
--mouse-helper-height: 30px;
} .sc_slider_controls.sc_slider_controls_simple.slider_pagination_style_title.sc_align_right .slider_pagination_wrap {
text-align: right;
}
.sc_slider_controls.sc_slider_controls_simple.slider_pagination_style_title.sc_align_left .slider_pagination_wrap {
text-align: left;
}
.sc_slider_controls.sc_slider_controls_simple.slider_pagination_style_title .slider_pagination_wrap {
counter-reset: item;
list-style-type: none;
}
.sc_slider_controls.sc_slider_controls_simple.slider_pagination_style_title .slider_pagination_wrap .slider_pagination_bullet {
font-size: 1.33em;
line-height: 1.2em;
font-weight: var(--theme-font-h5_font-weight);
-webkit-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
opacity: 0.5 !important;
margin: 0 !important;
color: var(--theme-color-text_dark);
}
.sc_slider_controls.sc_slider_controls_simple.slider_pagination_style_title .slider_pagination_wrap .slider_pagination_bullet + .slider_pagination_bullet {
margin-top: 25px !important;
}
.sc_slider_controls.sc_slider_controls_simple.slider_pagination_style_title .slider_pagination_wrap .slider_pagination_bullet:before {
display: inline-block;
margin-right: 10px;
color: var(--theme-color-text_light);
content: counter(item,decimal-leading-zero) ". ";
counter-increment: item;
}
.sc_slider_controls.sc_slider_controls_simple.slider_pagination_style_title .slider_pagination_wrap .slider_pagination_bullet:hover, .sc_slider_controls.sc_slider_controls_simple.slider_pagination_style_title .slider_pagination_wrap .slider_pagination_bullet.slider_pagination_bullet_active {
opacity: 1 !important;
}
.sc_slider_controls.sc_slider_controls_simple .slider_prev + .slider_next,
.sc_slider_controls.sc_slider_controls_simple .slider_prev + .slider_pagination_wrap,
.sc_slider_controls.sc_slider_controls_simple .slider_next + .slider_pagination_wrap {
margin-left: 0.8em;
}
.sc_slider_controls.sc_slider_controls_simple .slider_controls_wrap > a.slider_next,
.sc_slider_controls.sc_slider_controls_simple .slider_controls_wrap > a.slider_prev {
border: none;
width: 50px;
height: 50px;
line-height: 50px;
text-align: center;
padding: 0;
background-color: transparent;
color: var(--theme-color-text_dark);
}
.sc_slider_controls.sc_slider_controls_simple .slider_controls_wrap > a.slider_next:before,
.sc_slider_controls.sc_slider_controls_simple .slider_controls_wrap > a.slider_prev:before {
display: block;
font-family: "qw_extension_icons";
font-size: 24px;
content: '\e803';
}
.sc_slider_controls.sc_slider_controls_simple .slider_controls_wrap > a.slider_next.with_title,
.sc_slider_controls.sc_slider_controls_simple .slider_controls_wrap > a.slider_prev.with_title {
padding: 0;
width: auto;
}
.sc_slider_controls.sc_slider_controls_simple .slider_controls_wrap > a.slider_next.with_title:before,
.sc_slider_controls.sc_slider_controls_simple .slider_controls_wrap > a.slider_prev.with_title:before {
display: none;
}
.sc_slider_controls.sc_slider_controls_simple .slider_controls_wrap > a.slider_next:hover,
.sc_slider_controls.sc_slider_controls_simple .slider_controls_wrap > a.slider_prev:hover {
color: var(--theme-color-text_link);
}
.sc_slider_controls.sc_slider_controls_simple .slider_controls_wrap > a.slider_prev:before {
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}