/* ThemeREX Addons
------------------------------------------------------------------------------------ */
/* Common rules
--------------------------------------------- */
/* User styles
------------------------------------------ */
.trx_addons_accent,
.trx_addons_accent > a,
.trx_addons_accent > * {
  color: var(--theme-color-text_link);
}

.trx_addons_accent > a:hover {
  color: var(--theme-color-text_dark);
}

.sidebar .trx_addons_accent,
[class*="scheme_"].sidebar .trx_addons_accent,
.sidebar .trx_addons_accent > a,
[class*="scheme_"].sidebar .trx_addons_accent > a,
.sidebar .trx_addons_accent > *,
[class*="scheme_"].sidebar .trx_addons_accent > *,
.footer_wrap .trx_addons_accent,
[class*="scheme_"].footer_wrap .trx_addons_accent,
.footer_wrap .trx_addons_accent > a,
[class*="scheme_"].footer_wrap .trx_addons_accent > a,
.footer_wrap .trx_addons_accent > *,
[class*="scheme_"].footer_wrap .trx_addons_accent > * {
  color: var(--theme-color-alter_link);
}

.sidebar .trx_addons_accent > a:hover,
[class*="scheme_"].sidebar .trx_addons_accent > a:hover,
.footer_wrap .trx_addons_accent > a:hover,
[class*="scheme_"].footer_wrap .trx_addons_accent > a:hover {
  color: var(--theme-color-alter_dark);
}

.trx_addons_title_with_link {
  font-size: 1.056em;
  line-height: 1.8em;
  letter-spacing: 0.5px;
}

.trx_addons_title_with_link,
.trx_addons_title_with_link > a {
  color: var(--theme-color-alter_text) !important;
}

.trx_addons_title_with_link > a {
  -webkit-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.trx_addons_title_with_link > a.underline_anim {
  padding-bottom: 0.4em;
}

.trx_addons_title_with_link_2 {
  font-size: 1em;
  line-height: 1.8em;
  letter-spacing: 0;
}

.trx_addons_title_with_link_2,
.trx_addons_title_with_link_2 > a {
  color: var(--theme-color-alter_dark) !important;
}

.trx_addons_title_with_link_2 > a {
  -webkit-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.trx_addons_title_with_link_2 > a.underline_anim {
  padding-bottom: 0.4em;
}

.trx_addons_alter_text {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: -0.4px;
}

.trx_addons_alter_text,
.trx_addons_alter_text > a {
  color: var(--theme-color-alter_text);
  -webkit-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.trx_addons_alter_text > a:hover,
a:hover > .trx_addons_alter_text {
  color: var(--theme-color-alter_dark);
}

.trx_addons_alter_text_2 {
  font-size: 19px;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: -0.4px;
}

.trx_addons_alter_text_2,
.trx_addons_alter_text_2 > a {
  color: var(--theme-color-alter_text);
  -webkit-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.trx_addons_alter_text_2 > a:hover,
a:hover > .trx_addons_alter_text_2 {
  color: var(--theme-color-alter_dark);
}

.trx_addons_hover,
.trx_addons_hover > * {
  color: var(--theme-color-text_hover);
}

.trx_addons_accent_bg {
  background-color: var(--theme-color-text_dark);
  color: var(--theme-color-bg_color);
}

.trx_addons_inverse {
  color: var(--theme-color-bg_color);
  background-color: var(--theme-color-text_dark);
}

.trx_addons_dark,
.trx_addons_dark > a {
  color: var(--theme-color-text_dark);
}

.trx_addons_dark > a:hover {
  color: var(--theme-color-text_link);
}

.trx_addons_inverse,
.trx_addons_inverse > a {
  color: var(--theme-color-bg_color);
  background-color: var(--theme-color-text_dark);
}

.trx_addons_inverse > a:hover {
  color: var(--theme-color-inverse_hover);
}

.trx_addons_dropcap {
  float: left;
  display: block;
  font-size: 2.66667rem;
  font-weight: 700;
  padding: 0;
  margin: 0.15em 0.4em 0 0;
  text-align: center;
  width: 3.88889rem;
  height: 3.88889rem;
  line-height: 3.55556rem;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.trx_addons_dropcap_style_1 {
  color: var(--theme-color-inverse_link);
  background-color: var(--theme-color-text_link2);
}

.trx_addons_dropcap_style_2 {
  background-color: transparent;
  color: var(--theme-color-text_link);
  font-size: 2.66667rem;
  height: 3.05556rem;
  line-height: 2.66667rem;
  margin: 0;
  text-align: left;
  font-weight: 700;
  width: auto !important;
  min-width: 60px;
  padding-right: 5px;
  overflow: visible;
}

ul.text_link2[class*="trx_addons_list"] > li:before {
  color: var(--theme-color-text_link2);
}

ul[class*="trx_addons_list"][class*="_circled"] > li:before {
  color: var(--theme-color-inverse_link);
  background-color: var(--theme-color-text_link);
}

.trx_addons_list_parameters {
  color: var(--theme-color-text_dark);
}

.trx_addons_list_parameters > li {
  font-size: 19px;
  line-height: 24px;
  font-weight: 500;
  border: none !important;
  padding: 0 80px 0 0 !important;
  overflow: hidden;
}

.trx_addons_list_parameters > li + li {
  margin-top: 17px !important;
}

.trx_addons_list_parameters > li strong {
  position: relative;
  width: auto;
}

.trx_addons_list_parameters > li strong:last-child {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 80px;
  display: inline-block;
  text-align: right;
  padding-left: 5px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(--theme-color-bg_color);
}

.trx_addons_list_parameters > li:after {
  display: inline-block;
  content: "";
  border-bottom: 2px dotted var(--theme-color-alter_bd_color);
  width: 5000%;
}

/* dot */
ul[class*="trx_addons_list_dot"] {
  padding-left: 16px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.015em;
}

ul[class*="trx_addons_list_dot"] > li {
  margin: 6px 0;
}

ul[class*="trx_addons_list_dot"] > li:first-child {
  margin-top: 0 !important;
}

ul[class*="trx_addons_list_dot"] > li:last-child {
  margin-bottom: 0 !important;
}

ul[class*="trx_addons_list_dot"] > li:before {
  font-size: 23px;
  left: -15px;
  top: 1px;
}

/* success */
ul[class*="trx_addons_list_success"] {
  color: var(--theme-color-text_dark);
  padding-left: 30px;
}

ul[class*="trx_addons_list_success"] > li {
  margin: 10px 0;
}

ul[class*="trx_addons_list_success"] > li:first-child {
  margin-top: 0 !important;
}

ul[class*="trx_addons_list_success"] > li:last-child {
  margin-bottom: 0 !important;
}

ul[class*="trx_addons_list_success"] > li:before {
  content: '\e9a2';
  font-family: "fontello";
  font-size: 11px;
  left: -30px;
}

.trx_addons_tooltip {
  border-color: var(--theme-color-text);
  color: var(--theme-color-text);
  display: inline-block;
  line-height: 1;
}

[data-tooltip-text]:after {
  background-color: var(--theme-color-text_link2);
  color: var(--theme-color-inverse_link);
  font-size: 15px;
  line-height: 20px;
  padding: 7px 12px;
  top: -38px;
}

[data-tooltip-text]:before {
  border-top-color: var(--theme-color-text_link2);
  top: -4px;
}

blockquote.trx_addons_blockquote_style_1,
blockquote.trx_addons_blockquote_style_2 {
  padding: 1.8em 2.55em;
}

blockquote.trx_addons_blockquote_style_1:before,
blockquote.trx_addons_blockquote_style_2:before {
  content: '\e9a1';
  display: block;
  font-family: "fontello";
  font-size: 16px;
  margin: 0 0 8px;
}

blockquote.trx_addons_blockquote_style_1 {
  border-left: 2px solid var(--theme-color-alter_link2);
}

blockquote.trx_addons_blockquote_style_2 {
  border-left: 2px solid var(--theme-color-alter_link);
}

blockquote.trx_addons_blockquote_style_1:before {
  color: var(--theme-color-alter_link2);
}

blockquote.trx_addons_blockquote_style_1 {
  color: var(--theme-color-alter_dark);
  background-color: var(--theme-color-alter_bd_color);
}

blockquote.trx_addons_blockquote_style_1 b {
  color: var(--theme-color-alter_dark);
}

blockquote.trx_addons_blockquote_style_1 a,
blockquote.trx_addons_blockquote_style_1 cite {
  color: var(--theme-color-alter_link2);
}

blockquote.trx_addons_blockquote_style_1 a:before,
blockquote.trx_addons_blockquote_style_1 cite:before {
  background-color: var(--theme-color-alter_link2);
}

blockquote.trx_addons_blockquote_style_1 a:hover {
  color: var(--theme-color-alter_hover2);
}

blockquote.trx_addons_blockquote_style_2 {
  color: var(--theme-color-alter_dark);
  background-color: var(--theme-color-alter_bg_color);
}

blockquote.trx_addons_blockquote_style_2:before,
blockquote.trx_addons_blockquote_style_2 a,
blockquote.trx_addons_blockquote_style_2 cite {
  color: var(--theme-color-alter_link);
}

blockquote.trx_addons_blockquote_style_2 cite:before {
  background-color: var(--theme-color-alter_link);
}

blockquote.trx_addons_blockquote_style_2 a:hover {
  color: var(--theme-color-alter_hover);
}

.trx_addons_hover_mask {
  background-color: var(--theme-color-extra_bg_color_07);
}

.trx_addons_hover_title {
  color: var(--theme-color-extra_dark);
}

.trx_addons_hover_content .trx_addons_hover_text {
  color: var(--theme-color-extra_text);
}

.trx_addons_hover_content .trx_addons_hover_icon,
.trx_addons_hover_content .trx_addons_hover_links a {
  color: var(--theme-color-inverse_link);
  background-color: var(--theme-color-extra_link);
}

.trx_addons_hover_content .trx_addons_hover_icon:hover,
.trx_addons_hover_content .trx_addons_hover_links a:hover {
  color: var(--theme-color-inverse_hover) !important;
  background-color: var(--theme-color-extra_hover);
}

/* Gradient */
body:not(.ua_ie) .trx_addons_text_gradient {
  background: var(--theme-color-text_link);
  background: -webkit-gradient(linear, left bottom, left top, from(var(--theme-color-text_link)), to(var(--theme-color-text_hover)));
  background: -webkit-linear-gradient(bottom, var(--theme-color-text_link), var(--theme-color-text_hover));
  background: -o-linear-gradient(bottom, var(--theme-color-text_link), var(--theme-color-text_hover));
  background: linear-gradient(0deg, var(--theme-color-text_link), var(--theme-color-text_hover));
}

/* Layouts
--------------------------------------- */
.menu_side_left .sc_layouts_row_fixed_on {
  margin-left: 6rem !important;
}

.menu_side_right .sc_layouts_row_fixed_on {
  margin-right: 6rem !important;
}

body.mobile_layout.menu_side_left .sc_layouts_row_fixed_on {
  margin-left: 0 !important;
}

body.mobile_layout.menu_side_right .sc_layouts_row_fixed_on {
  margin-right: 0 !important;
}

.header_position_under:not(.mobile_layout) .top_panel .wpb_row {
  background-color: transparent !important;
}

.top_panel.with_bg_image .sc_layouts_row:not(.sc_layouts_row_fixed_on) {
  background-color: transparent;
}

body.body_style_boxed .sc_layouts_row_fixed_on {
  right: calc( ( 100% - var(--theme-var-page_boxed) ) / 2);
  left: calc( ( 100% - var(--theme-var-page_boxed) ) / 2);
}

/* Stack rows */
.menu_side_right .sc_stack_section_fixed {
  right: var(--theme-var-menu_side) !important;
}

.menu_side_left .sc_stack_section_fixed {
  left: var(--theme-var-menu_side) !important;
}

/* Grid */
.sidebar .trx_addons_columns_wrap {
  margin-right: 0;
}

.sidebar .trx_addons_columns_wrap [class*="trx_addons_column-"] {
  display: block;
  width: 100%;
  padding: 0;
}

/* CPT */
.post-type-archive-cpt_portfolio .sc_portfolio_default .trx_addons_columns_wrap,
.post-type-archive-cpt_services .sc_services_default .trx_addons_columns_wrap,
.post-type-archive-cpt_team .sc_team_default .trx_addons_columns_wrap {
  margin-bottom: -30px;
}

/* Tabs */
.widget .trx_addons_tabs .trx_addons_tabs_titles {
  margin-bottom: 1.5em;
}

.widget .trx_addons_tabs .trx_addons_tabs_titles li {
  font-size: 11px;
  line-height: 14px;
  font-weight: 500;
  letter-spacing: 0.6px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}

.widget .trx_addons_tabs .trx_addons_tabs_titles li a {
  padding: 4px 17px 5px;
  -webkit-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--theme-color-text);
  background-color: var(--theme-color-bd_color);
}

.widget .trx_addons_tabs .trx_addons_tabs_titles li a:before {
  display: none;
}

.widget .trx_addons_tabs .trx_addons_tabs_titles li.ui-state-active a,
.widget .trx_addons_tabs .trx_addons_tabs_titles li a:hover {
  color: var(--theme-color-inverse_link);
  background-color: var(--theme-color-text_link);
}

[class*="scheme_"].sidebar .widget .trx_addons_tabs .trx_addons_tabs_titles li a {
  color: var(--theme-color-alter_text);
  background-color: var(--theme-color-alter_bd_color);
}

[class*="scheme_"].sidebar .widget .trx_addons_tabs .trx_addons_tabs_titles li.ui-state-active a,
[class*="scheme_"].sidebar .widget .trx_addons_tabs .trx_addons_tabs_titles li a:hover {
  color: var(--theme-color-inverse_link);
  background-color: var(--theme-color-alter_link);
}

/* Posts emotions */
.trx_addons_emotions_item {
  background-color: var(--theme-color-bg_color);
  border-color: var(--theme-color-bd_color);
  color: var(--theme-color-text_light);
}

.trx_addons_emotions_item:hover {
  color: var(--theme-color-alter_dark);
  border-color: var(--theme-color-alter_bd_hover);
  background-color: var(--theme-color-alter_bg_hover);
}

.trx_addons_emotions_active {
  color: var(--theme-color-alter_text);
  border-color: var(--theme-color-alter_bd_color);
  background-color: var(--theme-color-alter_bg_color);
}

.trx_addons_emotions_item_number {
  color: var(--theme-color-text);
}

/* Slider
---------------------------------------------- */
/* Pagination */
.sidebar .slider_pagination_pos_bottom > .swiper-pagination,
.sidebar .slider_outer_pagination_pos_bottom > .swiper-pagination {
  bottom: 0.5em;
}

.sidebar .slider_container .swiper-pagination-bullet,
.sidebar .slider_outer .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  line-height: 8px;
  text-align: center;
}

.sc_slider_controls.slider_pagination_style_bullets .slider_pagination_bullet,
.swiper-pagination-custom .swiper-pagination-button,
.slider_container .swiper-pagination-bullet,
.slider_outer .swiper-pagination-bullet {
  -webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
  -ms-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
  -o-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
}

.sc_slider_controls.slider_pagination_style_bullets .slider_pagination_bullet,
.slider_container .slider_pagination_wrap .swiper-pagination-bullet,
.slider_outer .slider_pagination_wrap .swiper-pagination-bullet,
.swiper-pagination-custom .swiper-pagination-button {
  border-color: var(--theme-color-alter_bd_color);
  background-color: var(--theme-color-alter_bg_color);
}

.swiper-pagination-custom .swiper-pagination-button.swiper-pagination-button-active,
.sc_slider_controls.slider_pagination_style_bullets .slider_pagination_bullet.swiper-pagination-bullet-active,
.sc_slider_controls.slider_pagination_style_bullets .slider_pagination_bullet:hover,
.slider_container .slider_pagination_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active,
.slider_outer .slider_pagination_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active,
.slider_container .slider_pagination_wrap .swiper-pagination-bullet:hover,
.slider_outer .slider_pagination_wrap .swiper-pagination-bullet:hover {
  border-color: var(--theme-color-text_link);
  background-color: var(--theme-color-text_link);
}

.slider_container .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
.slider_outer .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--theme-color-text_link);
}

.slider_outer > .swiper-pagination-fraction {
  color: var(--theme-color-text_dark);
}

.sc_slider_controls.slider_pagination_style_progress .sc_slider_controls_wrap {
  background-color: var(--theme-color-bd_color);
}

.sc_slider_controls .slider_progress_bar {
  background-color: var(--theme-color-text_link);
}

.sc_item_slider.slider_outer_pagination_pos_bottom .swiper-pagination.swiper-pagination-progressbar {
  bottom: 0;
}

/* Controls */
.slider_outer.slider_outer_pagination_pos_left > .swiper-pagination-fraction,
.slider_outer.slider_outer_pagination_pos_right > .swiper-pagination-fraction {
  bottom: 6px;
}

.sc_slider_controls .slider_controls_wrap > a,
.slider_container.slider_controls_side .slider_controls_wrap > a,
.slider_outer_controls_outside .slider_controls_wrap > a,
.slider_outer_controls_side .slider_controls_wrap > a,
.slider_outer_controls_top .slider_controls_wrap > a,
.slider_outer_controls_bottom .slider_controls_wrap > a {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.slider_container .swiper-button-next, .slider_container .swiper-button-prev {
  margin-top: -25px;
}

.slider_container.slider_controls_side:hover .slider_controls_wrap > a.slider_prev,
.slider_outer_controls_side:hover .slider_controls_wrap > a.slider_prev {
  margin-left: 30px;
}

.slider_container.slider_controls_side:hover .slider_controls_wrap > a.slider_next,
.slider_outer_controls_side:hover .slider_controls_wrap > a.slider_next {
  margin-right: 30px;
}

.slider_container.slider_controls_side .slider_container.slider_controls_side .slider_controls_wrap > a,
.slider_container.slider_controls_side .slider_outer_controls_side .slider_controls_wrap > a,
.slider_outer_controls_side .slider_container.slider_controls_side .slider_controls_wrap > a,
.slider_outer_controls_side .slider_outer_controls_side .slider_controls_wrap > a {
  opacity: 1 !important;
}

.slider_container.slider_controls_side .slider_container.slider_controls_side .slider_controls_wrap > a.slider_prev,
.slider_container.slider_controls_side .slider_outer_controls_side .slider_controls_wrap > a.slider_prev,
.slider_outer_controls_side .slider_container.slider_controls_side .slider_controls_wrap > a.slider_prev,
.slider_outer_controls_side .slider_outer_controls_side .slider_controls_wrap > a.slider_prev {
  margin-left: 25px;
  left: 0 !important;
}

.slider_container.slider_controls_side .slider_container.slider_controls_side .slider_controls_wrap > a.slider_next,
.slider_container.slider_controls_side .slider_outer_controls_side .slider_controls_wrap > a.slider_next,
.slider_outer_controls_side .slider_container.slider_controls_side .slider_controls_wrap > a.slider_next,
.slider_outer_controls_side .slider_outer_controls_side .slider_controls_wrap > a.slider_next {
  margin-right: 25px;
  right: 0 !important;
}

.sc_blogger .slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets {
  margin-top: 2.7em;
}

.sc_blogger .sc_item_slider.slider_outer_pagination_pos_bottom .swiper-pagination.swiper-pagination-bullets {
  bottom: 0.8em;
}

.sc_item_slider.slider_outer_pagination_pos_bottom .slider_outer_pagination_pos_bottom .swiper-pagination {
  bottom: 1em !important;
}

.sc_slider_controls .slider_controls_wrap > a,
.slider_container.slider_controls_side .slider_controls_wrap > a,
.slider_outer_controls_side .slider_controls_wrap > a,
.slider_outer_controls_outside .slider_controls_wrap > a {
  color: var(--theme-color-inverse_link);
  background-color: transparent;
  border-color: transparent;
}

.sc_slider_controls .slider_controls_wrap > a:hover,
.slider_container.slider_controls_side .slider_controls_wrap > a:hover,
.slider_outer_controls_side .slider_controls_wrap > a:hover,
.slider_outer_controls_outside .slider_controls_wrap > a:hover {
  color: var(--theme-color-text_link);
  background-color: transparent;
  border-color: transparent;
}

.slider_container.slider_controls_top .slider_controls_wrap > a,
.slider_container.slider_controls_bottom .slider_controls_wrap > a,
.slider_outer_controls_top .slider_controls_wrap > a,
.slider_outer_controls_bottom .slider_controls_wrap > a {
  color: var(--theme-color-text_dark);
  background-color: var(--theme-color-alter_bg_color);
  border-color: var(--theme-color-alter_bg_color);
}

.slider_container.slider_controls_top .slider_controls_wrap > a:hover,
.slider_container.slider_controls_bottom .slider_controls_wrap > a:hover,
.slider_outer_controls_top .slider_controls_wrap > a:hover,
.slider_outer_controls_bottom .slider_controls_wrap > a:hover {
  color: var(--theme-color-text_link);
  background-color: var(--theme-color-alter_bg_color);
  border-color: var(--theme-color-alter_bg_color);
}

.slider_style_modern .slider_controls_label {
  color: var(--theme-color-bg_color);
}

.slider_style_modern .slider_pagination_wrap {
  color: var(--theme-color-text_light);
}

.slider_style_modern .swiper-pagination-current {
  color: var(--theme-color-text_dark);
}

/* Icons in controls */
.sc_slider_controls .slider_controls_wrap > a:before,
.slider_container.slider_controls_side .slider_controls_wrap > a:before,
.slider_outer_controls_side .slider_controls_wrap > a:before,
.slider_outer_controls_outside .slider_controls_wrap > a:before,
.slider_outer_controls_top .slider_controls_wrap > a:before,
.slider_outer_controls_bottom .slider_controls_wrap > a:before {
  font-family: "fontello";
  font-size: 30px;
}

.sc_slider_controls .slider_controls_wrap > .slider_prev:before,
.slider_container.slider_controls_side .slider_controls_wrap > .slider_prev:before,
.slider_outer_controls_side .slider_controls_wrap > .slider_prev:before,
.slider_outer_controls_outside .slider_controls_wrap > .slider_prev:before,
.slider_outer_controls_top .slider_controls_wrap > .slider_prev:before,
.slider_outer_controls_bottom .slider_controls_wrap > .slider_prev:before {
  content: '\e92a';
}

.sc_slider_controls .slider_controls_wrap > .slider_next:before,
.slider_container.slider_controls_side .slider_controls_wrap > .slider_next:before,
.slider_outer_controls_side .slider_controls_wrap > .slider_next:before,
.slider_outer_controls_outside .slider_controls_wrap > .slider_next:before,
.slider_outer_controls_top .slider_controls_wrap > .slider_next:before,
.slider_outer_controls_bottom .slider_controls_wrap > .slider_next:before {
  content: '\e92b';
}

.slider_elastistack_outer.slider_outer_controls > .slider_controls_wrap > .slider_next:before,
.slider_elastistack.slider_controls > .slider_controls_wrap > .slider_next:before {
  content: '\e929';
}

.widget_slider.widget ul > li .slide_info a:first-child:before {
  display: none;
}

/* Slide info */
.slider_container .slide_info,
.slider_container .slide_content {
  padding: 0 2em;
}

.slider_container.slider_multi .slide_title,
.slider_container .slide_info:not(.slide_info_large) .slide_title {
  font-size: 1.333em;
  line-height: 1.3em;
  font-weight: 500;
}

.slider_container .slide_info .slide_cats,
.slider_container .slide_content .slide_cats {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
}

.slider_container .slide_overlay {
  background: rgba(0, 0, 0, 0.3);
}

.slider_container .slider-slide:hover .slide_overlay {
  background: rgba(0, 0, 0, 0.4);
}

/* Type Images */
.slider_type_images.slider_container .slide_overlay {
  display: none;
}

.slider_type_images.slider_container.slider_multi:not(.slider_type_text) .slide_title,
.slider_type_images.slider_container.slider_multi:not(.slider_type_text) .slide_title a,
.slider_type_images.slider_container:not(.slider_type_text) .slide_info:not(.slide_info_large) .slide_title,
.slider_type_images.slider_container:not(.slider_type_text) .slide_info:not(.slide_info_large) .slide_title a {
  color: var(--theme-color-text_dark);
}

.slider_type_images.slider_container.slider_multi:not(.slider_type_text) .slide_date,
.slider_type_images.slider_container.slider_multi:not(.slider_type_text) .slide_cats,
.slider_type_images.slider_container.slider_multi:not(.slider_type_text) .slide_cats a,
.slider_type_images.slider_container:not(.slider_type_text) .slide_info:not(.slide_info_large) .slide_date,
.slider_type_images.slider_container:not(.slider_type_text) .slide_info:not(.slide_info_large) .slide_cats,
.slider_type_images.slider_container:not(.slider_type_text) .slide_info:not(.slide_info_large) .slide_cats a {
  color: var(--theme-color-text);
}

.slider_type_images.slider_container.slider_titles_lb .slider-slide:not(.with_content) .slide_info_small,
.slider_type_images.slider_container.slider_titles_rb .slider-slide:not(.with_content) .slide_info_small,
.slider_type_images.slider_container.slider_titles_bottom .slider-slide:not(.with_content) .slide_info_small,
.slider_type_images.slider_container.slider_titles_lb .slide_content,
.slider_type_images.slider_container.slider_titles_rb .slide_content,
.slider_type_images.slider_container.slider_titles_bottom .slide_content {
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0;
}

.slider_type_images.slider_container:not(.slider_type_text) .slide_info_small,
.slider_type_images.slider_container.slider_multi:not(.slider_type_text) .slide_info_small {
  text-shadow: none;
}

.slider_type_images.slider_container .slide_info.slide_info_large {
  padding: 0;
}

.slider_type_images.slider_container.slider_titles_rb .slide_info_large,
.slider_type_images.slider_container.slider_titles_lb .slide_info_large {
  max-width: none;
}

.slider_type_images.slider_container.slider_titles_rb .slide_info_large {
  padding-left: 5%;
}

.slider_type_images.slider_container.slider_titles_lb .slide_info_large {
  padding-right: 5%;
}

/* Type bg */
.slider_type_bg.slider_container.slider_titles_center .trx_addons_video_player.with_cover.hover_play + .slide_info,
.slider_type_bg.slider_container.slider_titles_center .trx_addons_video_player.with_cover.hover_play:hover + .slide_info {
  -webkit-transform: translateY(5em);
  -ms-transform: translateY(5em);
  transform: translateY(5em);
}

.slider_type_bg.slider_container.slider_titles_center .trx_addons_video_player.with_cover.hover_play ~ .slide_content {
  -webkit-transform: translateY(5em);
  -ms-transform: translateY(5em);
  transform: translateY(5em);
}

.slider_container.slider_titles_center .trx_addons_video_player.with_cover.hover_play + .slide_info,
.slider_container.slider_titles_center .trx_addons_video_player.with_cover.hover_play:hover + .slide_info {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.slider_container.slider_titles_outside .trx_addons_video_player.with_cover.hover_play ~ .slide_link,
.slider_container.slider_titles_center .trx_addons_video_player.with_cover.hover_play ~ .slide_link {
  z-index: 0;
}

.slider_container.slider_titles_outside .trx_addons_video_player.with_cover.hover_play ~ .slide_content {
  -webkit-transform: translateY(4em);
  -ms-transform: translateY(4em);
  transform: translateY(4em);
  text-shadow: 1px 1px #000;
}

/* Info Large */
.slider_container .slide_info.slide_info_large {
  padding: 1.5em;
  background-color: var(--theme-color-bg_color_09);
}

.slider_container .slide_info.slide_info_large:hover {
  background-color: var(--theme-color-bg_color);
}

.slider_container.slider_titles_center .slide_info:not(.slide_info_large),
.slider_container.slider_titles_center .slide_content {
  width: 100%;
  padding: 0 5%;
}

.slider_container .slide_info.slide_info_large .slide_title {
  margin: 0.3em 0;
  font-size: 1.4em;
  line-height: 1.3em;
  font-weight: 500;
  text-transform: none;
}

.slider_container.slider_type_bg .slide_info.slide_info_large .slide_title,
.slider_container.slider_type_images .slide_info.slide_info_large .slide_title,
.slider_container.slider_type_bg .slide_info.slide_info_large .slide_title a,
.slider_container.slider_type_images .slide_info.slide_info_large .slide_title a,
.slider_container.slider_type_bg .slide_info.slide_info_large:hover .slide_date,
.slider_container.slider_type_images .slide_info.slide_info_large:hover .slide_date,
.slider_container.slider_type_bg .slide_info.slide_info_large:hover .slide_cats,
.slider_container.slider_type_images .slide_info.slide_info_large:hover .slide_cats,
.slider_container.slider_type_bg .slide_info.slide_info_large:hover .slide_cats a,
.slider_container.slider_type_images .slide_info.slide_info_large:hover .slide_cats a {
  color: var(--theme-color-text_dark);
}

.slider_container .slide_info.slide_info_large .slide_cats {
  color: var(--theme-color-text);
}

.slider_container .slide_info.slide_info_large .slide_cats a {
  color: var(--theme-color-text);
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 300;
  text-transform: none;
}

.slider_container .slide_info.slide_info_large .slide_title a {
  color: var(--theme-color-text_dark);
}

.slider_container .slide_info.slide_info_large .slide_date {
  color: var(--theme-color-text_dark);
}

.slider_container .slide_info.slide_info_large:hover .slide_date {
  color: var(--theme-color-text_dark);
}

.slider_container .slide_info.slide_info_large .slide_cats a:hover,
.slider_container .slide_info.slide_info_large .slide_title a:hover {
  color: var(--theme-color-text_dark);
}

.slider_container.slider_multi .slide_cats a:hover,
.slider_container.slider_multi .slide_title a:hover,
.slider_container.slider_multi a:hover .slide_title {
  color: var(--theme-color-text_dark);
}

.slider_titles_outside_wrap .slide_title {
  font-size: 1.333em;
  line-height: 1.3em;
}

.slider_titles_outside_wrap .slide_title + .slide_cats,
.slider_titles_outside_wrap .slide_title + .slide_subtitle {
  margin-top: 6px;
}

.slider_titles_outside_wrap .slide_title a {
  color: var(--theme-color-text_dark);
}

.slider_titles_outside_wrap .slide_title a:hover {
  color: var(--theme-color-text_dark);
}

.slider_titles_outside_wrap .slide_cats,
.slider_titles_outside_wrap .slide_subtitle {
  color: var(--theme-color-text);
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
}

.slider_titles_outside_wrap .slide_cats a,
.slider_titles_outside_wrap .slide_subtitle a {
  color: var(--theme-color-text);
}

.slider_titles_outside_wrap .slide_cats a:hover,
.slider_titles_outside_wrap .slide_subtitle a:hover {
  color: var(--theme-color-text_dark);
}

/* Slider in the widgets area */
.header_widgets_wrap .slider_container .slide_overlay.slide_overlay_large {
  background-color: transparent;
}

.header_widgets_wrap .slider_container.slider_titles_center:not(.slider_multi) .slide_info.slide_info_large {
  width: 18em;
}

.sidebar .slider_container.slider_multi .slide_info:not(.slide_info_large),
.sidebar .slider_container .slide_info:not(.slide_info_large),
.footer_wrap .slider_container.slider_multi .slide_info:not(.slide_info_large),
.footer_wrap .slider_container .slide_info:not(.slide_info_large) {
  bottom: 8px;
}

.sidebar .slider_container.slider_multi .slide_title,
.sidebar .slider_container .slide_info:not(.slide_info_large) .slide_title,
.footer_wrap .slider_container.slider_multi .slide_title,
.footer_wrap .slider_container .slide_info:not(.slide_info_large) .slide_title {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 6px;
}

.sidebar .slider_container.slider_multi .slide_date,
.sidebar .slider_container .slide_info:not(.slide_info_large) .slide_date,
.footer_wrap .slider_container.slider_multi .slide_date,
.footer_wrap .slider_container .slide_info:not(.slide_info_large) .slide_date {
  font-size: 12px;
  line-height: 16px;
}

/* titles horizontal */
.sc_slider_controller_horizontal[data-controls="1"] {
  padding-left: 60px;
  padding-right: 57px;
}

.sc_slider_controller_horizontal[data-controls="1"] .sc_slider_controller_info {
  width: 83%;
}

.sc_slider_controller_horizontal .slider_outer_controls_side .slider_controls_wrap > a {
  width: 60px;
}

.sc_slider_controller_horizontal .slider_outer_controls_side .slider_controls_wrap > a.slider_prev {
  left: -60px;
}

.sc_slider_controller_horizontal .slider_outer_controls_side .slider_controls_wrap > a.slider_prev:before {
  content: '\e939';
  font-size: 28px;
}

.sc_slider_controller_horizontal .slider_outer_controls_side .slider_controls_wrap > a.slider_next {
  right: -57px;
}

.sc_slider_controller_horizontal .slider_outer_controls_side .slider_controls_wrap > a.slider_next:before {
  content: '\e93a';
  font-size: 28px;
}

.sc_slider_controller_titles .slider-slide {
  background-color: var(--theme-color-alter_bg_color);
}

.sc_slider_controller_titles .slider-slide:hover {
  background-color: var(--theme-color-alter_bg_color);
}

.sc_slider_controller_titles .slider-slide:after {
  background-color: var(--theme-color-alter_bd_color);
}

.sc_slider_controller_titles .slider-slide.swiper-slide-active {
  background-color: var(--theme-color-bg_color);
}

.sc_slider_controller_titles .slider-slide.swiper-slide-active:after {
  background-color: var(--theme-color-text_dark);
}

.sc_slider_controller_titles .slider-slide:before {
  width: 1px;
  background-color: var(--theme-color-alter_bd_color);
}

.sc_slider_controller_titles {
  padding-top: 12px;
}

.sc_slider_controller_titles .slider_outer_controls_side .slider_controls_wrap > a {
  top: 12px;
}

.sc_slider_controller_titles .swiper-slide {
  margin-top: 12px;
}

.sc_slider_controller_titles .swiper-slide.swiper-slide-active {
  margin-top: 0;
  margin-bottom: -12px;
}

.sc_slider_controller_titles .sc_slider_controller_info {
  text-transform: none;
  font-size: 24px;
  font-weight: 500;
}

.sc_slider_controller_titles .sc_slider_controller_info .sc_slider_controller_info_number {
  color: var(--theme-color-text_dark);
}

.sc_slider_controller_titles .sc_slider_controller_info .sc_slider_controller_info_number:after {
  content: '.';
}

.sc_slider_controller_titles .sc_slider_controller_info .sc_slider_controller_info_title {
  color: var(--theme-color-text_dark);
}

.sc_slider_controller_titles .sc_slider_controller_info .slider-slide::before {
  content: ' ';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 1px;
  background-color: var(--theme-color-alter_bd_color);
}

/* titles vertical */
.sc_slider_controller_vertical.sc_slider_controller_titles .swiper-slide,
.sc_slider_controller_vertical.sc_slider_controller_titles .swiper-slide.swiper-slide-active {
  margin-top: 0;
  margin-bottom: 0;
}

/* Slider controller */
.sc_slider_controller .slider_container.slider_controls_side:hover .slider_controls_wrap > a.slider_prev,
.sc_slider_controller .slider_outer_controls_side:hover .slider_controls_wrap > a.slider_prev {
  margin-left: 0;
}

.sc_slider_controller .slider_container.slider_controls_side:hover .slider_controls_wrap > a.slider_next,
.sc_slider_controller .slider_outer_controls_side:hover .slider_controls_wrap > a.slider_next {
  margin-right: 0;
}

.sc_slider_controller .slider-slide.swiper-slide-active:after {
  background-color: var(--theme-color-text_dark);
}

.sc_slider_controller_titles .slider_controls_wrap > a {
  color: var(--theme-color-inverse_link);
  background-color: var(--theme-color-text_link);
}

.sc_slider_controller_titles .slider_controls_wrap > a:hover {
  color: var(--theme-color-bg_color);
  background-color: var(--theme-color-text_dark);
}

.slider_outer_wrap .sc_slider_controller .slider-slide {
  padding: 1em 1em 1em 2em;
}

.slider_outer_wrap .sc_slider_controller .sc_slider_controller_item_info_date {
  color: var(--theme-color-text_light);
}

.slider_outer_wrap .sc_slider_controller .slider-slide.swiper-slide-active {
  background-color: var(--theme-color-alter_bg_hover);
}

.slider_outer_wrap .sc_slider_controller .slider-slide.swiper-slide-active .sc_slider_controller_item_info_date {
  color: var(--theme-color-alter_light);
}

.slider_outer_wrap .sc_slider_controller .slider-slide.swiper-slide-active .sc_slider_controller_item_info_title {
  color: var(--theme-color-alter_dark);
}

.slider_outer_wrap .sc_slider_controller .sc_slider_controller_item_image + .sc_slider_controller_item_info,
.slider_outer_wrap .sc_slider_controller .sc_slider_controller_item_image ~ .sc_slider_controller_item_info {
  padding-left: 1.5em;
  overflow: hidden;
}

.slider_outer_wrap .sc_slider_controller .slider-slide .sc_slider_controller_item_info_cats {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0;
}

.slider_outer_wrap .sc_slider_controller .slider-slide .sc_slider_controller_item_info_cats a {
  color: var(--theme-color-alter_text);
}

.slider_outer_wrap .sc_slider_controller .slider-slide .sc_slider_controller_item_info_cats a:hover {
  color: var(--theme-color-alter_text);
}

.slider_outer_wrap .sc_slider_controller .slider-slide.swiper-slide-active .sc_slider_controller_item_info_cats a {
  color: var(--theme-color-alter_dark);
}

.slider_outer_wrap .sc_slider_controller .slider-slide.swiper-slide-active .sc_slider_controller_item_info_cats a:hover {
  color: var(--theme-color-alter_dark);
}

.slider_outer_wrap .sc_slider_controller .slider-slide .sc_slider_controller_item_info_date {
  font-weight: 300;
  color: var(--theme-color-alter_text);
}

.slider_outer_wrap .sc_slider_controller .slider-slide.swiper-slide-active .sc_slider_controller_item_info_date {
  color: var(--theme-color-alter_dark);
}

.slider_outer_wrap .sc_slider_controller .sc_slider_controller_item_info_title {
  font-size: 1.1em;
  line-height: 1.2em;
}

.slider_outer_wrap .sc_slider_controller .sc_slider_controller_item_info_cats + .sc_slider_controller_item_info_title {
  margin-top: 3px;
}

.slider_outer_wrap .sc_slider_controller .sc_slider_controller_item_info_title + .sc_slider_controller_item_info_date {
  margin-top: 5px;
}

.slider_outer_wrap.slider_outer_wrap_controller_pos_bottom .sc_slider_controller_horizontal {
  padding-top: 0;
}

.slider_outer_wrap.slider_outer_wrap_controller_pos_bottom .sc_slider_controller_horizontal .slider-slide.swiper-slide-active:after {
  background-color: var(--theme-color-alter_link);
}

/* Slider controls - Title */
.slider_pagination_style_title .slider_pagination_wrap {
  height: auto !important;
}

.slider_pagination_style_title .slider_pagination_wrap .slider_pagination_bullet {
  width: 100%;
  height: auto;
  font-size: 47px;
  font-weight: 500;
  line-height: 1.3em;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: none !important;
  opacity: 1 !important;
  border: none !important;
  margin: 0 !important;
  color: var(--theme-color-text_light);
  cursor: pointer;
}

.slider_pagination_style_title .slider_pagination_wrap .slider_pagination_bullet + .slider_pagination_bullet {
  margin-top: 10px !important;
}

.slider_pagination_style_title .slider_pagination_wrap .slider_pagination_bullet:after {
  display: none !important;
}

.slider_pagination_style_title .slider_pagination_wrap .slider_pagination_bullet.slider_pagination_bullet_active {
  color: var(--theme-color-text_dark);
}

/* Light */
.slider_pagination_style_title.sc_slider_controls_light .slider_pagination_wrap .slider_pagination_bullet {
  width: 100%;
  height: auto;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.3em;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: none !important;
  opacity: 1 !important;
  border: none !important;
  margin: 0 !important;
  color: var(--theme-color-alter_text);
  cursor: pointer;
  text-align: left;
  padding: 0 0 0 20px;
  position: relative;
}

.slider_pagination_style_title.sc_slider_controls_light .slider_pagination_wrap .slider_pagination_bullet + .slider_pagination_bullet {
  margin-top: 22px !important;
}

.slider_pagination_style_title.sc_slider_controls_light .slider_pagination_wrap .slider_pagination_bullet:before {
  font-size: 7px;
  left: 0;
  top: 2px;
  display: inline-block;
  position: absolute;
  color: var(--theme-color-alter_text);
  content: '\e814';
  font-family: "fontello";
  font-weight: 400;
}

.slider_pagination_style_title.sc_slider_controls_light .slider_pagination_wrap .slider_pagination_bullet:after {
  display: none !important;
}

.slider_pagination_style_title.sc_slider_controls_light .slider_pagination_wrap .slider_pagination_bullet.slider_pagination_bullet_active {
  color: var(--theme-color-text_dark);
}

.slider_pagination_style_title.sc_slider_controls_light .slider_pagination_wrap .slider_pagination_bullet.slider_pagination_bullet_active:before {
  color: var(--theme-color-text_link2);
}

/* Widgets
---------------------------------------------- */
/* Widgets in the Footer */
.footer_wrap .sc_layouts_row {
  line-height: 1.66em;
}

.footer_wrap .sc_layouts_row .sc_layouts_item,
.footer_wrap .sc_layouts_row .widget {
  vertical-align: top;
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}

.footer_wrap .sc_layouts_item.elementor-widget-divider,
.footer_wrap .sc_layouts_item.elementor-widget-spacer,
.footer_wrap .sc_layouts_item .widget {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* Categories list */
.widget_categories_list .categories_list_style_1 .categories_list_icon {
  color: var(--theme-color-text_dark);
}

.widget_categories_list .categories_list_style_1 .categories_list_item:hover .categories_list_icon {
  color: var(--theme-color-text_link);
}

.widget_categories_list .categories_list_style_1 .categories_list_item:hover .categories_list_title {
  color: var(--theme-color-text_link);
}

.widget_categories_list .categories_list_style_2 .categories_list_title {
  color: var(--theme-color-alter_dark);
  background-color: var(--theme-color-alter_bg_color_07);
}

.widget_categories_list .categories_list_style_2 .categories_list_item:hover .categories_list_title {
  color: var(--theme-color-alter_link);
  background-color: var(--theme-color-alter_bg_hover);
}

.widget_categories_list .categories_list_style_3 .categories_list_item {
  background-color: var(--theme-color-alter_bg_color);
}

.widget_categories_list .categories_list_style_3 .categories_list_item:hover .categories_list_title,
.widget_categories_list .categories_list_style_3 .categories_list_item:hover .categories_list_icon {
  color: var(--theme-color-text_link);
}

/* Widget Categories list in columns or sidebar */
.widget_categories_list[class*="column-"] [class*="column-"],
.sidebar .widget_categories_list [class*="column-"] {
  width: 100%;
  float: none;
  overflow: hidden;
}

.widget_categories_list[class*="column-"] [class*="column-"] + [class*="column-"],
.sidebar .widget_categories_list [class*="column-"] + [class*="column-"] {
  margin-top: 0.5em;
}

.widget_categories_list[class*="column-"] .categories_list_style_1 .categories_list_item,
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_item {
  text-align: left;
}

.widget_categories_list[class*="column-"] .categories_list_style_1 .categories_list_image {
  display: inline-block;
  width: 20%;
}

.sidebar .widget_categories_list .categories_list_style_1 .categories_list_image {
  display: inline-block;
  width: 32px;
  vertical-align: middle;
}

.widget_categories_list[class*="column-"] .categories_list_style_1 .categories_list_image img,
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_image img {
  width: 100%;
  height: auto;
}

.widget_categories_list[class*="column-"] .categories_list_style_1 .categories_list_title,
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_title {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  margin: 0;
  font-size: 1em;
  text-align: left;
  text-transform: none;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.widget_categories_list[class*="column-"] .categories_list_style_1 .categories_list_image + .categories_list_title,
.sidebar .widget_categories_list .categories_list_style_1 .categories_list_image + .categories_list_title {
  padding-left: 1em;
}

/* Contacts */
.widget_contacts .contacts_socials {
  margin-bottom: -5px;
}

.widget_contacts .contacts_socials .social_item {
  margin: 0 5px 5px 0;
}

.widget_contacts .contacts_info {
  font-size: 17px;
  line-height: 1.7em;
}

.widget_contacts .contacts_info span,
.widget_contacts .contacts_info > div > a,
.widget_contacts .contacts_info > a {
  padding-left: 2.3em;
}

.widget_contacts .contacts_info .contacts_left > * {
  padding-right: 2.3em;
}

.widget_contacts .contacts_info .contacts_left > :before {
  text-align: center;
}

.widget_contacts .contacts_info span + span,
.widget_contacts .contacts_info span + a {
  margin-top: 1.5em;
}

.widget_contacts .contacts_info span:before,
.widget_contacts .contacts_info > div > a:before,
.widget_contacts .contacts_info > a::before {
  font-family: "fontello";
  font-size: 1.4em;
  width: 1.2em;
  text-align: center;
}

.widget_contacts .contacts_info span.contacts_address:before {
  content: '\E9D2';
}

.widget_contacts .contacts_info span.contacts_email:before {
  content: '\E9FC';
}

.widget_contacts .contacts_info span.contacts_phone:before,
.widget_contacts .contacts_info a.contacts_phone:before {
  content: '\E9CF';
}

.widget_contacts .contacts_info .contacts_left,
.widget_contacts .contacts_info .contacts_right {
  white-space: normal;
}

.widget_contacts .contacts_info .contacts_left .contacts_email,
.widget_contacts .contacts_info .contacts_left .contacts_phone,
.widget_contacts .contacts_info .contacts_right .contacts_email,
.widget_contacts .contacts_info .contacts_right .contacts_phone {
  white-space: nowrap;
}

.footer_wrap .widget_contacts .contacts_description,
.footer_wrap .widget_contacts .contacts_content {
  margin-left: auto;
  margin-right: auto;
}

.footer_wrap .columns_wrap .widget_contacts .contacts_description,
.footer_wrap .columns_wrap .widget_contacts .contacts_content {
  max-width: none;
}

.widget_contacts .contacts_info {
  color: var(--theme-color-text);
}

.widget_contacts .contacts_info span:before,
.widget_contacts .contacts_info > div > a:before,
.widget_contacts .contacts_info > a:before {
  color: var(--theme-color-text_link2);
}

.widget_contacts .contacts_info span a,
.widget_contacts .contacts_info > div > a,
.widget_contacts .contacts_info > a {
  color: var(--theme-color-text);
}

.widget_contacts .contacts_info span a:hover,
.widget_contacts .contacts_info > div > a:hover,
.widget_contacts .contacts_info > a:hover {
  color: var(--theme-color-text_dark);
}

[class*="scheme_"].sidebar .widget_contacts .contacts_info,
[class*="scheme_"].footer_wrap .widget_contacts .contacts_info {
  color: var(--theme-color-alter_text);
}

[class*="scheme_"].sidebar .widget_contacts .contacts_info span:before,
[class*="scheme_"].sidebar .widget_contacts .contacts_info > div > a:before,
[class*="scheme_"].sidebar .widget_contacts .contacts_info > a:before,
[class*="scheme_"].footer_wrap .widget_contacts .contacts_info span:before,
[class*="scheme_"].footer_wrap .widget_contacts .contacts_info > div > a:before,
[class*="scheme_"].footer_wrap .widget_contacts .contacts_info > a:before {
  color: var(--theme-color-alter_link2);
}

[class*="scheme_"].sidebar .widget_contacts .contacts_info span a,
[class*="scheme_"].sidebar .widget_contacts .contacts_info > div > a,
[class*="scheme_"].sidebar .widget_contacts .contacts_info > a,
[class*="scheme_"].footer_wrap .widget_contacts .contacts_info span a,
[class*="scheme_"].footer_wrap .widget_contacts .contacts_info > div > a,
[class*="scheme_"].footer_wrap .widget_contacts .contacts_info > a {
  color: var(--theme-color-alter_text);
}

[class*="scheme_"].sidebar .widget_contacts .contacts_info span a:hover,
[class*="scheme_"].sidebar .widget_contacts .contacts_info > div > a:hover,
[class*="scheme_"].sidebar .widget_contacts .contacts_info > a:hover,
[class*="scheme_"].footer_wrap .widget_contacts .contacts_info span a:hover,
[class*="scheme_"].footer_wrap .widget_contacts .contacts_info > div > a:hover,
[class*="scheme_"].footer_wrap .widget_contacts .contacts_info > a:hover {
  color: var(--theme-color-alter_dark);
}

.footer_wrap [class*="scheme_"].sc_layouts_row.sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not(.button) {
  color: var(--theme-color-text_dark);
}

.footer_wrap [class*="scheme_"].sc_layouts_row.sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not(.button):hover {
  color: var(--theme-color-text_link);
}

.footer_wrap [class*="scheme_"].sc_layouts_row.sc_layouts_row_type_compact .sc_layouts_item .product_list_widget a:not(.sc_button):not(.button) {
  color: var(--theme-color-text_dark);
}

.footer_wrap [class*="scheme_"].sc_layouts_row.sc_layouts_row_type_compact .sc_layouts_item .product_list_widget a:not(.sc_button):not(.button):hover {
  color: var(--theme-color-text_link);
}

.footer_wrap [class*="scheme_"].sc_layouts_row.sc_layouts_row_type_compact .sc_layouts_item .product_list_widget span.price,
.footer_wrap [class*="scheme_"].sc_layouts_row.sc_layouts_row_type_compact .sc_layouts_item .product_list_widget span.amount {
  color: var(--theme-color-text_dark);
}

.footer_wrap [class*="scheme_"].sc_layouts_row.sc_layouts_row_type_compact .trx_addons_alter_text a {
  color: var(--theme-color-text_dark) !important;
}

/* footer narrow row */
.footer_wrap .sc_layouts_row_type_narrow {
  font-size: 17px;
}

.footer_wrap .sc_layouts_row_type_narrow .sc_layouts_item_icon + .sc_layouts_item_details {
  margin-left: 0.4em;
}

.footer_wrap .sc_layouts_row_type_narrow .sc_layouts_item_details_line1,
.footer_wrap .sc_layouts_row_type_narrow .sc_layouts_item_details_line2,
.footer_wrap .sc_layouts_row_type_narrow .sc_layouts_item_icon {
  color: var(--theme-color-text_dark);
}

/* footer compact row */
.footer_wrap .sc_layouts_row_type_compact .sc_socials.sc_socials_default .socials_wrap .social_item .social_icon {
  position: relative;
  display: block;
  overflow: hidden;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.44444rem;
  text-indent: 1px;
  font-size: 16px;
  text-align: center;
  background: transparent !important;
  border: 1px solid var(--theme-color-bd_color) !important;
}

.footer_wrap .sc_layouts_row_type_compact .sc_socials.sc_socials_default .socials_wrap,
.footer_wrap .sc_layouts_row_type_compact .sc_layouts_row_type_compact .sc_socials.sc_socials_default .socials_wrap:not([class*="socials_type_"]) {
  margin-bottom: -5px;
}

.footer_wrap .sc_layouts_row_type_compact .sc_socials.sc_socials_default .socials_wrap .social_item,
.footer_wrap .sc_layouts_row_type_compact .sc_layouts_row_type_compact .sc_socials.sc_socials_default .socials_wrap:not([class*="socials_type_"]) .social_item {
  margin: 0 5px 5px 0;
}

/* widget custom links */
.widget_custom_links ul > li a:first-child:before {
  display: none;
}

.widget_custom_links ul.custom_links_list .custom_links_list_item + .custom_links_list_item {
  margin-top: 14px !important;
}

.widget_custom_links ul > li.custom_links_list_item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.widget_custom_links ul > li.custom_links_list_item .custom_links_list_item_link {
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--theme-color-text_dark);
}

.widget_custom_links ul > li.custom_links_list_item .custom_links_list_item_link:hover {
  color: var(--theme-color-text_dark);
}

.widget_custom_links ul > li.custom_links_list_item:hover .custom_links_list_item_link {
  margin-left: 9px;
}

.widget_custom_links ul > li.custom_links_list_item .custom_links_list_item_title {
  padding: 0;
  position: relative;
  display: inline-block;
  line-height: 1.2em;
}

.widget_custom_links ul > li.custom_links_list_item .custom_links_list_item_title:after {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  top: auto;
  bottom: -5px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--theme-color-text_dark);
}

.widget_custom_links ul > li.custom_links_list_item:hover .custom_links_list_item_title:after {
  width: 100%;
}

.widget_custom_links ul > li.custom_links_list_item .custom_links_list_item_label {
  color: var(--theme-color-inverse_hover);
  border-color: var(--theme-color-text_dark);
  background-color: var(--theme-color-text_dark);
}

.widget_custom_links ul > li.custom_links_list_item .custom_links_list_item_description {
  margin-top: 5px;
  font-style: normal;
}

.widget_custom_links ul > li.custom_links_list_item .custom_links_list_item_button {
  padding: 0 1.5em 0 0;
  font-size: 16px;
  line-height: 21px;
  color: var(--theme-color-text_dark);
}

.widget_custom_links ul > li.custom_links_list_item .custom_links_list_item_button:focus, .widget_custom_links ul > li.custom_links_list_item .custom_links_list_item_button:hover {
  color: var(--theme-color-text_dark) !important;
}

.widget_custom_links ul > li.custom_links_list_item .custom_links_list_item_button:before, .widget_custom_links ul > li.custom_links_list_item .custom_links_list_item_button:after {
  font-size: 9px;
}

.widget_custom_links .custom_links_list_item_icon {
  line-height: 1.4em;
}

.footer_wrap .sc_layouts_row_type_compact .underline_anim {
  display: inline;
  padding: 0;
  padding-bottom: 6px;
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
  background-image: -webkit-linear-gradient(left, currentColor 0%, currentColor 100%);
  background-image: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
  background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  -webkit-background-size: 0 1px;
  background-size: 0 1px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.footer_wrap .sc_layouts_row_type_compact .underline_anim.underline_do_hover {
  -webkit-animation: underline_hover_on 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) both;
  animation: underline_hover_on 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) both;
}

.footer_wrap .sc_layouts_row_type_compact .underline_anim.underline_do_hover:hover {
  -webkit-animation: underline_hover_off 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) both;
  animation: underline_hover_off 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) both;
}

@-webkit-keyframes underline_hover_on {
  0% {
    -webkit-background-size: 0 1px;
    background-size: 0 1px;
  }
  100% {
    -webkit-background-size: 100% 1px;
    background-size: 100% 1px;
  }
}

@keyframes underline_hover_on {
  0% {
    -webkit-background-size: 0 1px;
    background-size: 0 1px;
  }
  100% {
    -webkit-background-size: 100% 1px;
    background-size: 100% 1px;
  }
}

@-webkit-keyframes underline_hover_off {
  0% {
    -webkit-background-size: 100% 1px;
    background-size: 100% 1px;
  }
  100% {
    -webkit-background-size: 0 1px;
    background-size: 0 1px;
  }
}

@keyframes underline_hover_off {
  0% {
    -webkit-background-size: 100% 1px;
    background-size: 100% 1px;
  }
  100% {
    -webkit-background-size: 0 1px;
    background-size: 0 1px;
  }
}

/* Icons + names Socials in footer */
.footer_wrap .sc_layouts_row_type_compact .sc_socials.sc_socials_icons_names .socials_wrap .social_item + .social_item {
  margin-top: 10px;
}

.footer_wrap .sc_layouts_row_type_compact .sc_socials.sc_socials_icons_names .socials_wrap .social_item .social_icon {
  font-size: 16px;
  width: 2em;
  height: 2em;
  line-height: 2em;
  margin-left: -0.5em;
  color: var(--theme-color-text);
}

.footer_wrap .sc_layouts_row_type_compact .sc_socials.sc_socials_icons_names .socials_wrap .social_item .social_icon + .social_name {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 6px;
  font-size: 17px;
  line-height: 20px;
  font-weight: 300;
  color: var(--theme-color-text);
}

.footer_wrap .sc_layouts_row_type_compact .sc_socials.sc_socials_icons_names .socials_wrap .social_item:hover .social_name,
.footer_wrap .sc_layouts_row_type_compact .sc_socials.sc_socials_icons_names .socials_wrap .social_item:hover .social_icon {
  color: var(--theme-color-text_dark);
}

/* Names Socials in footer */
.footer_wrap .sc_layouts_row_type_normal .sc_socials.sc_socials_names:not(.alter) .socials_wrap .social_item {
  margin-right: 43px;
  font-size: 21px;
  font-weight: 400;
  color: var(--theme-color-text_dark);
}

.footer_wrap .sc_layouts_row_type_normal .sc_socials.sc_socials_names:not(.alter) .socials_wrap .social_item:hover {
  color: var(--theme-color-text);
}

.footer_wrap .sc_layouts_row_type_compact .sc_socials.sc_socials_names:not(.alter) .socials_wrap .social_item + .social_item {
  margin-top: 10px;
}

.footer_wrap .sc_layouts_row_type_compact .sc_socials.sc_socials_names:not(.alter) .socials_wrap .social_item {
  display: inline-block;
  width: 100%;
  text-align: inherit;
}

.footer_wrap .sc_layouts_row_type_compact .sc_socials.sc_socials_names.sc_align_left:not(.alter) .socials_wrap .social_item {
  display: table;
  width: auto;
}

.footer_wrap .sc_layouts_row_type_compact .sc_socials.sc_socials_names:not(.alter) .socials_wrap .social_item .social_icon {
  font-size: 16px;
  width: 2em;
  height: 2em;
  line-height: 2em;
  margin-left: -0.5em;
  color: var(--theme-color-text);
}

.footer_wrap .sc_layouts_row_type_compact .sc_socials.sc_socials_names:not(.alter) .socials_wrap .social_item .social_icon + .social_name {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 6px;
  font-size: 17px;
  line-height: 20px;
  font-weight: 300;
  color: var(--theme-color-text);
}

.footer_wrap .sc_layouts_row_type_compact .sc_socials.sc_socials_names:not(.alter) .socials_wrap .social_item:hover .social_name,
.footer_wrap .sc_layouts_row_type_compact .sc_socials.sc_socials_names:not(.alter) .socials_wrap .social_item:hover .social_icon {
  color: var(--theme-color-text_dark);
}

/* Only Name Socials */
.sc_socials.sc_socials_names .socials_wrap .social_item {
  color: var(--theme-color-text_dark);
}

.sc_socials.sc_socials_names .socials_wrap .social_item:hover {
  color: var(--theme-color-text_link);
}

/* Modern Socials */
.sc_socials.sc_socials_default.modern_2 .socials_wrap,
.sc_socials.sc_socials_default.modern .socials_wrap {
  margin-bottom: -8px;
}

.sc_socials.sc_socials_default.modern_2 .socials_wrap .social_item,
.sc_socials.sc_socials_default.modern .socials_wrap .social_item {
  margin: 0 8px 8px 0;
}

.sc_socials.sc_socials_default.modern_2 .socials_wrap .social_item .social_icon,
.sc_socials.sc_socials_default.modern .socials_wrap .social_item .social_icon {
  position: relative;
  display: block;
  overflow: hidden;
  width: 45px;
  height: 45px;
  line-height: 44px;
  font-size: 16px;
  text-align: center;
  border: none !important;
  background-color: var(--theme-color-alter_bg_color);
  color: var(--theme-color-text_dark);
}

.sc_socials.sc_socials_default.modern_2 .socials_wrap .social_item:hover .social_icon,
.sc_socials.sc_socials_default.modern .socials_wrap .social_item:hover .social_icon {
  background-color: var(--theme-color-alter_bg_color);
  color: var(--theme-color-text_link);
}

.sc_socials.sc_socials_default.modern_2 .socials_wrap .social_item .social_icon {
  background-color: #2C313D;
  color: var(--theme-color-inverse_link);
}

.sc_socials.sc_socials_default.modern_2 .socials_wrap .social_item:hover .social_icon {
  color: var(--theme-color-inverse_link) !important;
  background-color: var(--theme-color-text_link);
}

.sc_socials.sc_socials_default.modern_2 .socials_wrap .social_item:hover .social_icon[class*="facebook"] {
  background-color: #3b5998 !important;
  color: var(--theme-color-inverse_link) !important;
}

.sc_socials.sc_socials_default.modern_2 .socials_wrap .social_item:hover .social_icon[class*="twitter"] {
  background-color: #1da1f2 !important;
  color: var(--theme-color-inverse_link) !important;
}

.sc_socials.sc_socials_default.modern_2 .socials_wrap .social_item:hover .social_icon[class*="dribble"], .sc_socials.sc_socials_default.modern_2 .socials_wrap .social_item:hover .social_icon[class*="dribbble"] {
  background-color: #ea4c89 !important;
  color: var(--theme-color-inverse_link) !important;
}

.sc_socials.sc_socials_default.modern_2 .socials_wrap .social_item:hover .social_icon[class*="instagram"] {
  background-color: #C862DC !important;
  color: var(--theme-color-inverse_link) !important;
}

/* Alter Socials */
.sc_socials.sc_socials_icons_names.alter .socials_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.sc_socials.sc_socials_icons_names.alter .socials_wrap .social_item {
  margin: 0 !important;
  padding: 28px 10px;
  width: 100%;
  line-height: 1;
}

.sc_socials.sc_socials_icons_names.alter .socials_wrap .social_item + .social_item {
  border-left: 1px solid var(--theme-color-bd_color);
}

.sc_socials.sc_socials_icons_names.alter .socials_wrap .social_item .social_name {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  color: var(--theme-color-text_dark);
}

.sc_socials.sc_socials_icons_names.alter .socials_wrap .social_item .social_icon {
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  font-size: 16px;
  color: var(--theme-color-text_dark);
}

.sc_socials.sc_socials_icons_names.alter .socials_wrap .social_item .social_icon + .social_name {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
}

.sc_socials.sc_socials_icons_names.alter .socials_wrap .social_item:hover .social_name,
.sc_socials.sc_socials_icons_names.alter .socials_wrap .social_item:hover .social_icon {
  color: var(--theme-color-text_dark);
}

/* Extra Socials */
.sc_socials.sc_socials_icons_names.extra.sc_align_center .socials_wrap {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.sc_socials.sc_socials_icons_names.extra.sc_align_right .socials_wrap {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.sc_socials.sc_socials_icons_names.extra .socials_wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.sc_socials.sc_socials_icons_names.extra .socials_wrap .social_item {
  padding: 0 1px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin-right: 1.3em;
  color: var(--theme-color-alter_dark);
}

.sc_socials.sc_socials_icons_names.extra .socials_wrap .social_item .social_icon {
  text-align: left;
  padding: 0 1px;
  font-size: 16px;
  width: auto;
  height: auto;
  line-height: inherit;
}

.sc_socials.sc_socials_icons_names.extra .socials_wrap .social_item .social_icon + .social_name {
  margin: 0 0 0 8px;
  font-size: 13px;
  line-height: 17px;
}

.sc_socials.sc_socials_icons_names.extra .socials_wrap .social_item:hover .social_icon {
  color: var(--theme-color-alter_dark);
}

.sc_socials.sc_socials_icons_names.extra .socials_wrap .social_item:hover .social_icon[class*="facebook"] {
  color: #4F5FBF !important;
}

.sc_socials.sc_socials_icons_names.extra .socials_wrap .social_item:hover .social_icon[class*="twitter"] {
  color: #48BDE9 !important;
}

.sc_socials.sc_socials_icons_names.extra .socials_wrap .social_item:hover .social_icon[class*="dribble"] {
  color: #EA4C89 !important;
}

.sc_socials.sc_socials_icons_names.extra .socials_wrap .social_item:hover .social_icon[class*="instagram"] {
  color: #C41BD1 !important;
}

.sc_socials.sc_socials_icons_names.extra .socials_wrap .social_item:hover .social_name {
  color: var(--theme-color-text_dark);
}

/* Socials Simple */
.sc_socials.sc_socials_default.simple .socials_wrap .social_item {
  margin-right: 18px;
}

.sc_socials.sc_socials_default.simple .socials_wrap .social_item .social_icon {
  padding: 0 1px;
  width: auto;
  height: auto;
  line-height: inherit;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  border: none;
  text-align: unset;
}

/* Recent News + Shortcode Recent News */
body.expand_content .sc_recent_news_style_news-announce .post_size_full,
.sc_layouts_submenu .sc_recent_news_style_news-announce .post_size_full {
  height: 656px;
}

body.expand_content .sc_recent_news_style_news-announce .post_size_big,
.sc_layouts_submenu .sc_recent_news_style_news-announce .post_size_big {
  height: 328px;
}

body.expand_content .sc_recent_news_style_news-announce .post_size_medium,
.sc_layouts_submenu .sc_recent_news_style_news-announce .post_size_medium,
body.expand_content .sc_recent_news_style_news-announce .post_size_small,
.sc_layouts_submenu .sc_recent_news_style_news-announce .post_size_small {
  height: 164px;
}

/* Attention! This widget can be placed in the content area and should use main text colors */
.sc_recent_news_header {
  border-color: var(--theme-color-text_dark);
}

.sc_recent_news_header_category_item_more {
  color: var(--theme-color-text_link);
}

.sc_recent_news_header_more_categories {
  border-color: var(--theme-color-extra_bd_color);
  background-color: var(--theme-color-extra_bg_color);
}

.sc_recent_news_header_more_categories > a {
  color: var(--theme-color-extra_link);
}

.sc_recent_news_header_more_categories > a:hover {
  color: var(--theme-color-extra_hover);
  background-color: var(--theme-color-extra_bg_hover);
}

.sc_recent_news_style_news-magazine .post_accented_border {
  border-color: var(--theme-color-bd_color);
}

.sc_recent_news_style_news-excerpt .post_item {
  border-color: var(--theme-color-bd_color);
}

/* Twitter */
.widget_twitter .widget_content .sc_twitter_item,
.widget_twitter .widget_content li {
  color: var(--theme-color-text);
}

.widget_twitter .widget_content .sc_twitter_item .sc_twitter_item_icon {
  color: var(--theme-color-text_link) !important;
}

.widget_twitter .swiper-pagination-bullet {
  background-color: var(--theme-color-text_light);
}

.widget_twitter .swiper-pagination-bullet-active {
  background-color: var(--theme-color-text_link);
}

.widget_twitter .widget_content .sc_twitter_list li {
  color: var(--theme-color-text);
}

.widget_twitter .widget_content .sc_twitter_list li:before {
  color: var(--theme-color-text_link) !important;
}

[class*="scheme_"].sidebar .widget_twitter .widget_content .sc_twitter_list li {
  color: var(--theme-color-alter_text);
}

[class*="scheme_"].sidebar .widget_twitter .widget_content .sc_twitter_list li:before {
  color: var(--theme-color-alter_link) !important;
}

/* Video player in narrow posts */
.narrow_content .trx_addons_video_list_controller_bottom .trx_addons_video_list_controller_wrap .trx_addons_video_list_controller_item {
  width: 50%;
}

.narrow_content .trx_addons_video_list_controller_bottom .trx_addons_video_list_controller_wrap .trx_addons_video_list_controller_item .trx_addons_video_list_title {
  font-size: 1em;
}

/* Video sticky */
.trx_addons_video_sticky .trx_addons_video_sticky_inner .trx_addons_video_sticky_title {
  display: none;
}

.post_featured .trx_addons_video_sticky_inner .trx_addons_video_sticky_title {
  display: none;
}

.trx_addons_video_sticky_on .trx_addons_video_sticky_inner {
  right: 90px;
  width: 618px !important;
  height: 348px !important;
  z-index: 21;
}

.trx_addons_video_sticky_on .trx_addons_video_sticky_inner iframe {
  width: 618px !important;
  height: 348px !important;
}

.trx_addons_video_sticky_on .trx_addons_video_sticky_inner .trx_addons_video_list_title_wrap {
  background-color: var(--theme-color-alter_bg_color);
}

.trx_addons_video_sticky_on .trx_addons_video_sticky_inner .trx_addons_video_list_title_wrap .trx_addons_video_list_title,
.trx_addons_video_sticky_on .trx_addons_video_sticky_inner .trx_addons_video_list_title_wrap .trx_addons_video_list_title a,
.trx_addons_video_sticky_on .trx_addons_video_sticky_inner .trx_addons_video_list_title_wrap .trx_addons_video_list_title a:hover {
  color: var(--theme-color-alter_dark);
}

.trx_addons_video_sticky_on .trx_addons_video_sticky_inner .post_video.video_frame {
  height: 100%;
}

.trx_addons_video_sticky_on .trx_addons_video_sticky_inner .post_video.video_frame .mejs-container {
  width: 100% !important;
  height: 100% !important;
}

.trx_addons_video_sticky_on .trx_addons_video_sticky_inner .post_video.video_frame .mejs-container .mejs-overlay.mejs-overlay-play {
  width: 100% !important;
  height: 100% !important;
}

.trx_addons_video_sticky_on .trx_addons_video_sticky_inner .post_video.video_frame .mejs-container iframe, .trx_addons_video_sticky_on .trx_addons_video_sticky_inner .post_video.video_frame .mejs-container video, .trx_addons_video_sticky_on .trx_addons_video_sticky_inner .post_video.video_frame .mejs-container embed {
  width: 100% !important;
  height: 100% !important;
}

.trx_addons_video_sticky_on .trx_addons_video_sticky_inner .trx_addons_video_list_title_wrap,
.trx_addons_video_sticky_on .trx_addons_video_sticky_inner .trx_addons_video_sticky_title {
  display: block;
  background-color: var(--theme-color-alter_bg_color);
  bottom: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 21px 4em 21px 30px;
  position: absolute;
  top: -4.1rem;
  height: auto;
  width: 100%;
  display: block;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.trx_addons_video_sticky_on .trx_addons_video_sticky_close {
  right: 110px;
  bottom: 358px;
}

.post_featured:not(.post_video_play):not(.with_video_sticky_on) .trx_addons_video_sticky_on .trx_addons_video_sticky_inner {
  height: 0 !important;
}

.post_featured:not(.post_video_play):not(.with_video_sticky_on) .trx_addons_video_sticky_on .trx_addons_video_sticky_close {
  bottom: 12px;
}

/* Reviews stars */
.trx_addons_reviews_stars_default,
.trx_addons_reviews_stars_hover {
  color: var(--theme-color-text_link);
}

[class*="scheme_"].sidebar .trx_addons_reviews_stars_default,
[class*="scheme_"].sidebar .trx_addons_reviews_stars_hover {
  color: var(--theme-color-alter_link);
}

.trx_addons_reviews_bubble {
  background-color: var(--theme-color-bg_color);
}

.trx_addons_reviews_bubble:before {
  background-color: var(--theme-color-bg_color);
  border-right-color: var(--theme-color-bd_color);
  border-bottom-color: var(--theme-color-bd_color);
}

/* Reviews in the single post */
.trx_addons_reviews_block_short .trx_addons_reviews_block_info {
  color: var(--theme-color-alter_text);
  background-color: var(--theme-color-alter_bg_color);
}

.trx_addons_reviews_block_short .trx_addons_reviews_block_title {
  color: var(--theme-color-extra_dark);
  background-color: var(--theme-color-extra_bg_color);
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.trx_addons_reviews_block_short .trx_addons_reviews_block_title:after {
  border-top-color: var(--theme-color-extra_bg_color);
}

.trx_addons_reviews_block_short .trx_addons_reviews_block_mark_value {
  border-color: var(--theme-color-alter_bd_hover);
  background-color: var(--theme-color-alter_bg_hover);
}

.trx_addons_reviews_block_detailed {
  color: var(--theme-color-alter_text);
  background-color: var(--theme-color-alter_bg_color);
}

.trx_addons_reviews_block_detailed .trx_addons_reviews_block_title {
  color: var(--theme-color-extra_dark);
  background-color: var(--theme-color-extra_bg_color);
}

.trx_addons_reviews_block_detailed .trx_addons_reviews_block_pn {
  color: var(--theme-color-alter_dark);
  background-color: var(--theme-color-alter_bg_hover);
}

.trx_addons_reviews_block_detailed .trx_addons_reviews_block_pn .trx_addons_reviews_block_list li:before {
  color: var(--theme-color-alter_dark);
}

.trx_addons_reviews_block_detailed .trx_addons_reviews_block_criterias {
  color: var(--theme-color-alter_dark);
}

.trx_addons_reviews_block_detailed .trx_addons_reviews_block_criterias[data-mark-max="10"] [class*="trx_addons_reviews_block_list_mark_line"],
.trx_addons_reviews_block_detailed .trx_addons_reviews_block_criterias[data-mark-max="100"] [class*="trx_addons_reviews_block_list_mark_line"] {
  background-color: var(--theme-color-text_link);
}

.trx_addons_reviews_block_mark .trx_addons_reviews_block_mark_value {
  border-color: var(--theme-color-alter_bd_hover);
  background-color: var(--theme-color-alter_bg_hover);
}

.trx_addons_reviews_block_mark_text {
  font-weight: 500;
}

.trx_addons_reviews_block_detailed .trx_addons_reviews_block_buttons {
  color: var(--theme-color-text_dark);
}

.trx_addons_reviews_block_detailed .trx_addons_reviews_block_buttons .trx_addons_reviews_block_subtitle {
  font-weight: 500;
}

.trx_addons_reviews_block_detailed .trx_addons_reviews_block_pn .trx_addons_reviews_block_list li:before {
  left: -1.5em;
}

.trx_addons_reviews_block .sc_button {
  font-size: 15px;
  line-height: 17px;
  padding: 17px 27px;
}

.trx_addons_reviews_block.trx_addons_reviews_block_detailed .trx_addons_reviews_block_pn .trx_addons_reviews_block_negatives,
.trx_addons_reviews_block.trx_addons_reviews_block_detailed .trx_addons_reviews_block_pn .trx_addons_reviews_block_positives {
  padding-left: 0;
  width: calc(50% - 1em);
}

.trx_addons_reviews_block.trx_addons_reviews_block_detailed .trx_addons_reviews_block_pn .trx_addons_reviews_block_negatives .trx_addons_reviews_block_list li:before,
.trx_addons_reviews_block.trx_addons_reviews_block_detailed .trx_addons_reviews_block_pn .trx_addons_reviews_block_positives .trx_addons_reviews_block_list li:before {
  font-family: "fontello";
  font-weight: 400;
  font-size: 0.9em;
  line-height: 1.9em;
}

.trx_addons_reviews_block.trx_addons_reviews_block_detailed .trx_addons_reviews_block_pn .trx_addons_reviews_block_positives .trx_addons_reviews_block_list li:before {
  content: '\E8AD';
}

.trx_addons_reviews_block.trx_addons_reviews_block_detailed .trx_addons_reviews_block_pn .trx_addons_reviews_block_negatives .trx_addons_reviews_block_list li:before {
  content: '\E8AE';
}

.trx_addons_reviews_block .trx_addons_reviews_block_mark {
  overflow: visible;
}

.trx_addons_reviews_block .trx_addons_reviews_block_mark canvas {
  -webkit-transform: rotate(-90deg) translateY(calc(-50% - -0.5px));
  -ms-transform: rotate(-90deg) translateY(calc(-50% - -0.5px));
  transform: rotate(-90deg) translateY(calc(-50% - -0.5px));
}

.trx_addons_reviews_block .trx_addons_reviews_block_mark .trx_addons_reviews_block_mark_value {
  width: 2.9em;
  height: 2.9em;
  line-height: 2.9em;
  border-width: 4px;
}

/* Shortcodes
--------------------------------------------- */
/* Common styles */
.sc_item_subtitle {
  color: var(--theme-color-text_dark);
}

.color_style_link2 .sc_item_subtitle {
  color: var(--theme-color-text_link2);
}

.color_style_link3 .sc_item_subtitle {
  color: var(--theme-color-text_link3);
}

.sc_item_subtitle.sc_item_title_style_shadow {
  color: var(--theme-color-text_light);
}

.theme_scroll_down:hover {
  color: var(--theme-color-text_link);
}

.sc_item_filters_more_link_wrap .sc_item_filters_more_link {
  overflow: visible;
}

.sc_item_filters_align_left,
.sc_item_filters_align_right,
.sc_item_filters .sc_item_filters_header {
  border-color: var(--theme-color-text_dark);
}

.sc_item_filters_align_left .sc_item_filters_header, .sc_item_filters_align_right .sc_item_filters_header {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.sc_item_filters_align_right .sc_item_filters_header {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  text-align: right;
}

.sc_blogger.sc_item_filters_tabs_left .sc_item_filters_tabs li > a {
  padding: 0.15em 0;
  margin-bottom: 0.5em;
}

ul.sc_layouts_submenu .sc_item_filters_tabs_left .sc_item_filters_tabs > li > a.active,
ul.sc_layouts_submenu .sc_item_filters_tabs_left .sc_item_filters_tabs > li > a.active > span {
  color: var(--theme-color-extra_dark) !important;
}

ul.sc_layouts_submenu .post_featured.hover_info .post_info {
  padding: 1em;
}

ul.sc_layouts_submenu .post_featured.hover_info .post_info .post_category {
  top: 1em;
  left: 1em;
}

ul.sc_layouts_submenu .post_featured .post_info .post_title {
  font-size: 1.25em;
}

ul.sc_layouts_submenu .post_featured .post_info .post_descr {
  display: none;
}

.menu_mobile ul.sc_layouts_submenu .sc_item_filters_tabs_left .sc_item_filters,
.menu_mobile ul.sc_layouts_submenu .sc_item_filters_tabs_left .sc_item_posts_container,
.menu_mobile ul.sc_layouts_submenu .sc_item_filters_tabs_left .sc_item_pagination {
  margin-left: 0;
}

.menu_mobile ul.sc_layouts_submenu .sc_item_filters_tabs_right .sc_item_filters,
.menu_mobile ul.sc_layouts_submenu .sc_item_filters_tabs_right .sc_item_posts_container,
.menu_mobile ul.sc_layouts_submenu .sc_item_filters_tabs_right .sc_item_pagination {
  margin-right: 0;
}

.menu_mobile ul.sc_layouts_submenu .sc_item_filters .sc_item_filters_tabs {
  position: static;
  width: 100%;
  padding: 0 !important;
  margin-bottom: 1em !important;
}

.menu_mobile ul.sc_layouts_submenu .sc_item_filters .sc_item_filters_tabs li {
  display: inline-block;
  vertical-align: top;
  margin-right: 1em;
  width: auto;
}

.menu_mobile ul.sc_layouts_submenu .sc_item_filters .sc_item_filters_tabs li > a {
  padding: 0;
}

.menu_mobile ul.sc_layouts_submenu .sc_item_filters .sc_item_filters_tabs li:last-child {
  margin-right: 0;
}

.menu_mobile ul.sc_layouts_submenu .sc_item_posts_container [class*="column-"] + [class*="column-"] {
  padding-top: 1em;
}

.sc_item_featured [class*="post_info_"] {
  color: var(--theme-color-extra_text);
  background-color: var(--theme-color-extra_bg_color_07);
}

.sc_item_featured:hover [class*="post_info_"] {
  background-color: var(--theme-color-extra_bg_color_07);
}

.sc_item_featured [class*="post_info_"] a {
  color: var(--theme-color-extra_dark);
}

.sc_item_featured [class*="post_info_"] a:hover,
.sc_item_featured [class*="post_info_"] a:focus {
  color: var(--theme-color-extra_hover);
}

.sc_item_featured .post_meta a {
  color: var(--theme-color-extra_light);
}

.sc_item_featured .post_meta a:hover,
.sc_item_featured .post_meta a:focus {
  color: var(--theme-color-extra_hover);
}

.sc_item_featured .post_meta_item.post_categories,
.sc_item_featured .post_meta_item.post_categories a {
  color: var(--theme-color-extra_link);
}

.sc_item_featured .post_meta_item.post_categories a:hover,
.sc_item_featured .post_meta_item.post_categories a:focus {
  color: var(--theme-color-extra_hover);
}

.sc_blogger .sc_item_featured .post_info_audio {
  background: transparent !important;
  padding: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
}

.sc_blogger .format-audio .post_featured.without_thumb .post_audio:not(.with_iframe) {
  padding: 1.8em;
}

.sc_blogger .format-audio .post_featured .post_audio_title {
  margin-bottom: 0.2em;
}

/* Typed title */
.sc_typed_entry {
  color: var(--theme-color-text_dark);
}

/* Action */
.sc_action_item .sc_action_item_subtitle {
  color: var(--theme-color-text_link);
}

.sc_action_item.color_style_link2 .sc_action_item_subtitle {
  color: var(--theme-color-text_link2);
}

.sc_action_item.color_style_link3 .sc_action_item_subtitle {
  color: var(--theme-color-text_link3);
}

.sc_action_item.color_style_dark .sc_action_item_subtitle {
  color: var(--theme-color-text_dark);
}

.sc_action_item_event .sc_action_item_date,
.sc_action_item_event .sc_action_item_info {
  color: var(--theme-color-text_dark);
  border-color: var(--theme-color-text);
}

.sc_action_item_event .sc_action_item_description {
  color: var(--theme-color-text);
}

.sc_action_item_event.with_image .sc_action_item_inner {
  background-color: var(--theme-color-bg_color);
}

.sc_action_simple .sc_action_item {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sc_action_simple .sc_action_item:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.sc_action_simple .sc_action_item.with_image .sc_action_item_inner {
  padding: 2.38889rem 1.66667rem;
}

.sc_action_simple .sc_action_item_description {
  font-size: 11px;
  line-height: 20px;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.sc_action_simple .sc_action_item_title + .sc_action_item_description {
  margin-top: 5px;
}

/* Custom action  in footer */
.custom_action {
  padding: 2.6em 2.8em;
  font-size: 16px;
}

.custom_action .elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
  letter-spacing: 0;
}

.custom_action .sc_button:not(.sc_button_with_icon):not(.sc_button_with_image).sc_button_decoration.color_style_dark:before {
  color: var(--theme-color-inverse_dark);
}

.custom_action .sc_button:not(.sc_button_with_icon):not(.sc_button_with_image).sc_button_decoration.color_style_dark:hover:before {
  color: var(--theme-color-text_link);
}

.custom_action2 {
  padding: 2.94444rem 2.5rem;
}

.custom_action2 .elementor-widget-heading .elementor-heading-title.elementor-size-xl {
  padding-right: 3.44444rem;
  font-size: 2.11111rem;
}

/* Blogger */
.sc_blogger .post_featured + .post_header {
  max-width: none;
  padding: 0;
  display: block;
}

.sc_blogger_item_list.sc_blogger_item_image_position_left .sc_blogger_item_title,
.sc_blogger_item_list.sc_blogger_item_image_position_right .sc_blogger_item_title,
.sc_blogger_item_list.sc_blogger_item_image_position_alter .sc_blogger_item_title {
  font-size: 1.15em;
  line-height: 1.5em;
  font-weight: 400;
}

.sc_blogger_item_list.sc_blogger_item_with_image.sc_blogger_item_image_position_left .sc_blogger_item_title,
.sc_blogger_item_list.sc_blogger_item_with_image.sc_blogger_item_image_position_right .sc_blogger_item_title,
.sc_blogger_item_list.sc_blogger_item_with_image.sc_blogger_item_image_position_alter .sc_blogger_item_title {
  margin-top: -0.5em;
}

.post_item_single .post_content_single .sc_item_filters_title,
.editor-block-list__layout .sc_item_filters_title {
  font-size: 1.15em;
  line-height: 1.25em;
  text-transform: uppercase;
}

.post_item_single .post_content_single .sc_blogger_item_excerpt,
.editor-block-list__layout .sc_blogger_item_excerpt {
  line-height: 1.5em;
}

.sc_blogger.slider_container .swiper-pagination-bullet {
  border-color: var(--theme-color-text_light);
}

.sc_blogger_item_on_plate .sc_blogger_item_body {
  color: var(--theme-color-alter_text);
}

.sc_blogger_item_default.sc_blogger_item_on_plate .sc_blogger_item_body,
.sc_blogger_item_list.sc_blogger_item_on_plate .sc_blogger_item_body,
.sc_blogger_item_wide.sc_blogger_item_on_plate {
  background-color: var(--theme-color-alter_bg_color);
}

.sc_blogger_item_on_plate .sc_blogger_item_content .post_meta,
.sc_blogger_item_on_plate .sc_blogger_item_content .post_meta a {
  color: var(--theme-color-alter_light);
}

.sc_blogger_item_on_plate .sc_blogger_item_content .post_meta a:hover {
  color: var(--theme-color-alter_dark);
}

.sc_blogger_item_on_plate .sc_blogger_item_content .post_meta .post_sponsored,
.sc_blogger_item_on_plate .sc_blogger_item_content .post_meta .post_sponsored a {
  color: var(--theme-color-alter_link);
}

.sc_blogger_item_on_plate .sc_blogger_item_content .post_meta .post_sponsored a:hover {
  color: var(--theme-color-alter_dark);
}

.sc_blogger_item_on_plate .sc_blogger_item_content a {
  color: var(--theme-color-alter_link);
}

.sc_blogger_item_on_plate .sc_blogger_item_content a:hover {
  color: var(--theme-color-alter_hover);
}

.sc_blogger_item_on_plate .sc_blogger_item_content a.sc_button_simple:hover {
  color: var(--theme-color-alter_hover) !important;
}

.sc_blogger_item_on_plate .sc_blogger_item_content .sc_blogger_item_title a {
  color: var(--theme-color-alter_dark);
}

.sc_blogger_item_on_plate .sc_blogger_item_content .sc_blogger_item_title a:hover {
  color: var(--theme-color-alter_link);
}

.sc_blogger_item_default.sc_blogger_item_on_plate .sc_blogger_item_excerpt:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--theme-color-alter_bg_color_00)), to(var(--theme-color-alter_bg_color)));
  background-image: -webkit-linear-gradient(top, var(--theme-color-alter_bg_color_00), var(--theme-color-alter_bg_color));
  background-image: -o-linear-gradient(top, var(--theme-color-alter_bg_color_00), var(--theme-color-alter_bg_color));
  background-image: linear-gradient(180deg, var(--theme-color-alter_bg_color_00), var(--theme-color-alter_bg_color));
}

.sc_blogger_content .sc_blogger_item {
  border-color: var(--theme-color-bd_color);
}

.sc_blogger_item_list.sc_blogger_item_with_numbers:not(.sc_blogger_item_with_image) .sc_blogger_item_title:before,
.sc_blogger_item_list.sc_blogger_item_with_numbers.sc_blogger_item_with_image .sc_blogger_item_featured:after {
  color: var(--theme-color-extra_dark);
  background-color: var(--theme-color-extra_bg_color);
}

.sc_blogger_item_list .post_featured[class*="hover_"] .post_info_back {
  display: none;
}

/* Content */
.sc_content_number {
  color: var(--theme-color-alter_bg_hover);
}

.sc_content_width_1_1, .sc_inner_width_1_1 > .elementor-column-wrap, .sc_inner_width_1_1 > .elementor-widget-wrap {
  width: var(--theme-var-page);
}

.sc_content_width_1_2, .sc_inner_width_1_2 > .elementor-column-wrap, .sc_inner_width_1_2 > .elementor-widget-wrap {
  width: calc( var(--theme-var-page ) / 2);
}

.sc_content_width_1_3, .sc_inner_width_1_3 > .elementor-column-wrap, .sc_inner_width_1_3 > .elementor-widget-wrap {
  width: calc( var(--theme-var-page ) / 3);
}

.sc_content_width_2_3, .sc_inner_width_2_3 > .elementor-column-wrap, .sc_inner_width_2_3 > .elementor-widget-wrap {
  width: calc( var(--theme-var-page ) / 3 * 2);
}

.sc_content_width_1_4, .sc_inner_width_1_4 > .elementor-column-wrap, .sc_inner_width_1_4 > .elementor-widget-wrap {
  width: calc( var(--theme-var-page ) / 4);
}

.sc_content_width_3_4, .sc_inner_width_3_4 > .elementor-column-wrap, .sc_inner_width_3_4 > .elementor-widget-wrap {
  width: calc( var(--theme-var-page ) / 4 * 3);
}

/* Courses */
.sc_courses.slider_container .swiper-pagination-bullet {
  border-color: var(--theme-color-text_light);
}

.sc_courses_default .sc_courses_item {
  background-color: var(--theme-color-alter_bg_color);
}

.sc_courses_default .sc_courses_item_categories {
  background-color: var(--theme-color-alter_dark);
}

.sc_courses_default .sc_courses_item_categories a {
  color: var(--theme-color-bg_color);
}

.sc_courses_default .sc_courses_item_categories a:hover {
  color: var(--theme-color-alter_link);
}

.sc_courses_default .sc_courses_item_meta {
  color: var(--theme-color-alter_light);
}

.sc_courses_default .sc_courses_item_date {
  color: var(--theme-color-alter_dark);
}

.sc_courses_default .sc_courses_item_price {
  color: var(--theme-color-alter_link);
}

.sc_courses_default .sc_courses_item_period {
  color: var(--theme-color-alter_light);
}

.courses_single .courses_page_meta {
  color: var(--theme-color-text_light);
}

.courses_single .courses_page_meta_item_date {
  color: var(--theme-color-text_dark);
}

.courses_single .courses_page_period {
  color: var(--theme-color-text_light);
}

/* Dishes */
.sc_dishes_item .post_featured[class*="hover_"] .post_info {
  display: none !important;
}

.sc_dishes_default .sc_dishes_item {
  color: var(--theme-color-alter_text);
  background-color: var(--theme-color-alter_bg_color);
}

.sc_dishes_default .sc_dishes_item_subtitle,
.sc_dishes_default .sc_dishes_item_subtitle a {
  color: var(--theme-color-alter_link);
}

.sc_dishes_default .sc_dishes_item_subtitle a:hover {
  color: var(--theme-color-alter_hover);
}

.sc_dishes_default.color_style_link2 .sc_dishes_item_subtitle,
.sc_dishes_default.color_style_link2 .sc_dishes_item_subtitle a {
  color: var(--theme-color-alter_link2);
}

.sc_dishes_default.color_style_link2 .sc_dishes_item_subtitle a:hover {
  color: var(--theme-color-alter_hover2);
}

.sc_dishes_default.color_style_link3 .sc_dishes_item_subtitle,
.sc_dishes_default.color_style_link3 .sc_dishes_item_subtitle a {
  color: var(--theme-color-alter_link3);
}

.sc_dishes_default.color_style_link3 .sc_dishes_item_subtitle a:hover {
  color: var(--theme-color-alter_hover3);
}

.sc_dishes_default.color_style_dark .sc_dishes_item_subtitle,
.sc_dishes_default.color_style_dark .sc_dishes_item_subtitle a {
  color: var(--theme-color-alter_dark);
}

.sc_dishes_default.color_style_dark .sc_dishes_item_subtitle a:hover {
  color: var(--theme-color-alter_link);
}

.sc_dishes_default .sc_dishes_item_featured_left,
.sc_dishes_default .sc_dishes_item_featured_right {
  color: var(--theme-color-text);
  background-color: transparent;
}

.sc_dishes_default .sc_dishes_item_featured_left .sc_dishes_item_subtitle,
.sc_dishes_default .sc_dishes_item_featured_left .sc_dishes_item_subtitle a,
.sc_dishes_default .sc_dishes_item_featured_right .sc_dishes_item_subtitle,
.sc_dishes_default .sc_dishes_item_featured_right .sc_dishes_item_subtitle a {
  color: var(--theme-color-text_link);
}

.sc_dishes_default .sc_dishes_item_featured_left .sc_dishes_item_subtitle a:hover,
.sc_dishes_default .sc_dishes_item_featured_right .sc_dishes_item_subtitle a:hover {
  color: var(--theme-color-text_hover);
}

.sc_dishes_default.color_style_link2 .sc_dishes_item_featured_left .sc_dishes_item_subtitle,
.sc_dishes_default.color_style_link2 .sc_dishes_item_featured_left .sc_dishes_item_subtitle a,
.sc_dishes_default.color_style_link2 .sc_dishes_item_featured_right .sc_dishes_item_subtitle,
.sc_dishes_default.color_style_link2 .sc_dishes_item_featured_right .sc_dishes_item_subtitle a {
  color: var(--theme-color-text_link2);
}

.sc_dishes_default.color_style_link2 .sc_dishes_item_featured_left .sc_dishes_item_subtitle a:hover,
.sc_dishes_default.color_style_link2 .sc_dishes_item_featured_right .sc_dishes_item_subtitle a:hover {
  color: var(--theme-color-text_hover2);
}

.sc_dishes_default.color_style_link3 .sc_dishes_item_featured_left .sc_dishes_item_subtitle,
.sc_dishes_default.color_style_link3 .sc_dishes_item_featured_left .sc_dishes_item_subtitle a,
.sc_dishes_default.color_style_link3 .sc_dishes_item_featured_right .sc_dishes_item_subtitle,
.sc_dishes_default.color_style_link3 .sc_dishes_item_featured_right .sc_dishes_item_subtitle a {
  color: var(--theme-color-text_link3);
}

.sc_dishes_default.color_style_link3 .sc_dishes_item_featured_left .sc_dishes_item_subtitle a:hover,
.sc_dishes_default.color_style_link3 .sc_dishes_item_featured_right .sc_dishes_item_subtitle a:hover {
  color: var(--theme-color-text_hover3);
}

.sc_dishes_default.color_style_dark .sc_dishes_item_featured_left .sc_dishes_item_subtitle,
.sc_dishes_default.color_style_dark .sc_dishes_item_featured_left .sc_dishes_item_subtitle a,
.sc_dishes_default.color_style_dark .sc_dishes_item_featured_right .sc_dishes_item_subtitle,
.sc_dishes_default.color_style_dark .sc_dishes_item_featured_right .sc_dishes_item_subtitle a {
  color: var(--theme-color-text_dark);
}

.sc_dishes_default.color_style_dark .sc_dishes_item_featured_left .sc_dishes_item_subtitle a:hover,
.sc_dishes_default.color_style_dark .sc_dishes_item_featured_right .sc_dishes_item_subtitle a:hover {
  color: var(--theme-color-text_link);
}

.sc_dishes_compact .sc_dishes_item {
  color: var(--theme-color-alter_text);
  background-color: var(--theme-color-alter_bg_color);
}

.sc_dishes_compact .sc_dishes_item_header {
  color: var(--theme-color-bg_color);
  background-color: var(--theme-color-text_dark);
}

.sc_dishes_compact .sc_dishes_item_price,
.sc_dishes_compact .sc_dishes_item_subtitle a {
  color: var(--theme-color-bg_color);
}

.sc_dishes_compact .sc_dishes_item_price:hover,
.sc_dishes_compact .sc_dishes_item:hover .sc_dishes_item_price,
.sc_dishes_compact .sc_dishes_item_subtitle a:hover,
.sc_dishes_compact .sc_dishes_item:hover .sc_dishes_item_subtitle a {
  color: var(--theme-color-text_link);
}

.sc_dishes_compact.color_style_link2 .sc_dishes_item_price:hover,
.sc_dishes_compact.color_style_link2 .sc_dishes_item:hover .sc_dishes_item_price,
.sc_dishes_compact.color_style_link2 .sc_dishes_item_subtitle a:hover,
.sc_dishes_compact.color_style_link2 .sc_dishes_item:hover .sc_dishes_item_subtitle a {
  color: var(--theme-color-text_link2);
}

.sc_dishes_compact.color_style_link3 .sc_dishes_item_price:hover,
.sc_dishes_compact.color_style_link3 .sc_dishes_item:hover .sc_dishes_item_price,
.sc_dishes_compact.color_style_link3 .sc_dishes_item_subtitle a:hover,
.sc_dishes_compact.color_style_link3 .sc_dishes_item:hover .sc_dishes_item_subtitle a {
  color: var(--theme-color-text_link3);
}

.sc_dishes_compact .sc_dishes_item_title a {
  color: var(--theme-color-text_link);
}

.sc_dishes_compact.color_style_link2 .sc_dishes_item_title a {
  color: var(--theme-color-text_link2);
}

.sc_dishes_compact.color_style_link3 .sc_dishes_item_title a {
  color: var(--theme-color-text_link3);
}

.sc_dishes_compact .sc_dishes_item_title a:hover,
.sc_dishes_compact .sc_dishes_item:hover .sc_dishes_item_title a {
  color: var(--theme-color-bg_color);
}

.sc_dishes.slider_container .swiper-pagination-bullet {
  border-color: var(--theme-color-text_light);
}

/* Form */
.trx_addons_field_error {
  border-color: #ff5b4a !important;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.sc_form .sc_form_info_item .sc_form_info_icon:before {
  font-family: "fontello";
}

.sc_form .sc_form_info_item_address .sc_form_info_icon:before {
  content: '\e8fd';
}

.sc_form .sc_form_info_item_email .sc_form_info_icon:before {
  content: '\e8fa';
}

.sc_form .sc_form_info_item_phone .sc_form_info_icon:before {
  content: '\e8f5';
}

[class*="scheme_"].sc_form {
  background-color: var(--theme-color-bg_color);
}

span.sc_form_field_title {
  color: var(--theme-color-text_dark);
}

.sc_form .sc_form_info_icon {
  color: var(--theme-color-text_link);
}

.sc_form .sc_form_info_data > a,
.sc_form .sc_form_info_data > span {
  color: var(--theme-color-text_dark);
}

.sc_form .sc_form_info_data > a:hover {
  color: var(--theme-color-text_link);
}

/* input hovers */
[class*="sc_input_hover_"] .sc_form_field_hover {
  color: var(--theme-color-text_dark);
}

.sc_input_hover_accent input[type="text"]:focus,
.sc_input_hover_accent input[type="number"]:focus,
.sc_input_hover_accent input[type="email"]:focus,
.sc_input_hover_accent input[type="password"]:focus,
.sc_input_hover_accent input[type="search"]:focus,
.sc_input_hover_accent select:focus,
.sc_input_hover_accent .select2-container.select2-container--focus span.select2-selection,
.sc_input_hover_accent .select2-container.select2-container--open span.select2-selection,
.sc_input_hover_accent textarea:focus {
  border-color: var(--theme-color-text_link) !important;
}

.sc_input_hover_accent .sc_form_field_hover:before {
  color: var(--theme-color-text_link_02);
}

.sc_input_hover_path .sc_form_field_graphic {
  stroke: var(--theme-color-input_bd_color);
}

.sc_input_hover_jump .sc_form_field_hover {
  color: var(--theme-color-input_light);
}

.sc_input_hover_jump .sc_form_field_content:before {
  color: var(--theme-color-text_link);
}

.sc_input_hover_jump input[type="text"],
.sc_input_hover_jump input[type="number"],
.sc_input_hover_jump input[type="email"],
.sc_input_hover_jump input[type="password"],
.sc_input_hover_jump input[type="search"],
.sc_input_hover_jump textarea {
  border-color: var(--theme-color-input_bd_color);
}

.sc_input_hover_jump input[type="text"]:focus,
.sc_input_hover_jump input[type="number"]:focus,
.sc_input_hover_jump input[type="email"]:focus,
.sc_input_hover_jump input[type="password"]:focus,
.sc_input_hover_jump input[type="search"]:focus,
.sc_input_hover_jump textarea:focus {
  border-color: var(--theme-color-text_link) !important;
}

.sc_input_hover_underline .sc_form_field_hover:before {
  background-color: var(--theme-color-input_bd_color);
}

.sc_input_hover_underline input:focus + .sc_form_field_hover:before,
.sc_input_hover_underline textarea:focus + .sc_form_field_hover:before,
.sc_input_hover_underline input.filled + .sc_form_field_hover:before,
.sc_input_hover_underline textarea.filled + .sc_form_field_hover:before {
  background-color: var(--theme-color-text_link);
}

.sc_input_hover_underline .sc_form_field_content {
  color: var(--theme-color-input_dark);
}

.sc_input_hover_underline input:focus,
.sc_input_hover_underline textarea:focus,
.sc_input_hover_underline input.filled,
.sc_input_hover_underline textarea.filled,
.sc_input_hover_underline input:focus + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_underline textarea:focus + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_underline input.filled + .sc_form_field_hover > .sc_form_field_content,
.sc_input_hover_underline textarea.filled + .sc_form_field_hover > .sc_form_field_content {
  color: var(--theme-color-text_link) !important;
}

.sc_input_hover_iconed .sc_form_field_hover {
  overflow: hidden;
  padding: 0.7em 1em !important;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  font-style: italic;
}

[class*="sc_input_hover_"] input[type="text"], [class*="sc_input_hover_"] input[type="number"], [class*="sc_input_hover_"] input[type="email"], [class*="sc_input_hover_"] input[type="password"], [class*="sc_input_hover_"] input[type="search"], [class*="sc_input_hover_"] select, [class*="sc_input_hover_"] textarea {
  padding: 1em !important;
  font-size: 16px;
  font-weight: 300;
}

[class*="sc_input_hover_"].sc_input_hover_iconed input[type="text"], [class*="sc_input_hover_"].sc_input_hover_iconed input[type="number"], [class*="sc_input_hover_"].sc_input_hover_iconed input[type="email"], [class*="sc_input_hover_"].sc_input_hover_iconed input[type="password"], [class*="sc_input_hover_"].sc_input_hover_iconed input[type="search"], [class*="sc_input_hover_"].sc_input_hover_iconed textarea {
  padding-left: 2.5em !important;
}

.sc_input_hover_iconed .sc_form_field_hover {
  color: var(--theme-color-input_light);
}

.sc_input_hover_iconed input:focus + .sc_form_field_hover,
.sc_input_hover_iconed textarea:focus + .sc_form_field_hover,
.sc_input_hover_iconed input.filled + .sc_form_field_hover,
.sc_input_hover_iconed textarea.filled + .sc_form_field_hover {
  color: var(--theme-color-input_dark);
}

/* Cart */
.sc_layouts_cart {
  display: inline-block;
}

.sc_layouts_cart .sc_layouts_cart_icon:before {
  position: relative;
  font-family: "fontello";
  content: '\e9f4';
}

/* Iconed Text */
.sc_layouts_item_details_line1 {
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
}

.sc_layouts_item_details_line2 {
  font-size: 19px;
  line-height: 26px;
  font-weight: 500;
}

.sc_layouts_item_icon + .sc_layouts_item_details {
  margin-left: 0.7em;
}

/* Login & Logout */
.sc_layouts_login .sc_layouts_login_icon:before {
  font-family: "fontello";
  content: '\EA12';
}

.sc_layouts_row_type_compact .sc_layouts_login .sc_layouts_item_details_line1 + .sc_layouts_item_details_line2 {
  margin-left: 0.3em;
}

/* popup login form */
.trx_addons_popup .trx_addons_tabs_titles {
  margin-bottom: 0;
}

.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title > a {
  text-transform: none;
}

.trx_addons_popup .trx_addons_tabs_titles + .trx_addons_tabs_content,
.trx_addons_popup .trx_addons_tabs_titles + .trx_addons_tabs_content + .trx_addons_tabs_content {
  padding: 1.7em 1.7em 2.2em;
}

.trx_addons_popup_form_field_remember, .trx_addons_popup_form_field_agree, .trx_addons_popup_form_field_pwd_description {
  font-size: 14px;
}

.trx_addons_popup_form_field_submit .submit_button {
  padding: 0.5em 2em;
}

.trx_addons_popup_form_field_submit {
  padding-top: 1.1em;
}

.trx_addons_popup_form_field_agree input[type="checkbox"] + label:before,
.trx_addons_popup_form_field_remember input[type="checkbox"] + label:before {
  top: 3px;
}

.trx_addons_popup_form_field_submit .submit_button {
  padding: 14px 48px;
  font-size: 16px;
  line-height: 21px;
}

/* Googlemap */
.sc_googlemap_content,
[class*="scheme_"].sc_googlemap_content {
  color: var(--theme-color-text);
  background-color: var(--theme-color-bg_color);
}

.sc_googlemap_content b,
.sc_googlemap_content strong,
[class*="scheme_"].sc_googlemap_content b,
[class*="scheme_"].sc_googlemap_content strong {
  color: var(--theme-color-text_dark);
}

.sc_googlemap_content_detailed:before {
  color: var(--theme-color-text_link);
}

/* Yandexmap */
.sc_yandexmap_content,
[class*="scheme_"].sc_yandexmap_content {
  color: var(--theme-color-text);
  background-color: var(--theme-color-bg_color);
}

.sc_yandexmap_content b,
.sc_yandexmap_content strong,
[class*="scheme_"].sc_yandexmap_content b,
[class*="scheme_"].sc_yandexmap_content strong {
  color: var(--theme-color-text_dark);
}

.sc_yandexmap_content_detailed:before {
  color: var(--theme-color-text_link);
}

/* OpenStreet map */
.sc_osmap_content,
[class*="scheme_"].sc_osmap_content {
  color: var(--theme-color-text);
  background-color: var(--theme-color-bg_color);
}

.sc_osmap_content b,
.sc_osmap_content strong,
[class*="scheme_"].sc_osmap_content b,
[class*="scheme_"].sc_osmap_content strong {
  color: var(--theme-color-text_dark);
}

.sc_osmap_content_detailed:before {
  color: var(--theme-color-text_link);
}

.sc_osmap input[type="text"] {
  padding: 0.3em 0.5em;
}

/* Portfolio */
.post-type-archive-cpt_portfolio .sc_portfolio {
  margin-bottom: -1.38889rem;
}

.sc_portfolio_default .sc_portfolio_item {
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.portfolio_page_details_share {
  border-color: var(--theme-color-bd_color);
}

.portfolio_page_details_share .socials_wrap .social_item .social_icon {
  color: var(--theme-color-text_dark);
}

.portfolio_page_details_share .socials_wrap .social_item:hover .social_icon {
  color: var(--theme-color-text_hover);
}

[class*="scheme_"].sc_portfolio_preview {
  color: var(--theme-color-text);
}

[class*="scheme_"].sc_portfolio_preview:before {
  background-color: var(--theme-color-bg_color);
}

/* Promo */
.sc_promo_icon {
  color: var(--theme-color-text_link);
}

.sc_promo .sc_promo_title,
.sc_promo .sc_promo_descr {
  color: var(--theme-color-text_dark);
}

.sc_promo .sc_promo_content {
  color: var(--theme-color-text);
}

.sc_promo_modern .sc_promo_link2 {
  color: var(--theme-color-inverse_link);
  background-color: var(--theme-color-text_link) !important;
}

.sc_promo_modern .sc_promo_link2:hover {
  color: var(--theme-color-bg_color);
  background-color: var(--theme-color-text_dark);
}

[class*="scheme_"].sc_promo .sc_promo_text.trx_addons_stretch_height,
[class*="scheme_"].sc_promo .sc_promo_text_inner {
  background-color: var(--theme-color-alter_bg_color);
}

[class*="scheme_"].sc_promo .sc_promo_title {
  color: var(--theme-color-alter_link);
}

[class*="scheme_"].sc_promo .sc_promo_subtitle {
  color: var(--theme-color-alter_hover);
}

[class*="scheme_"].sc_promo .sc_promo_descr {
  color: var(--theme-color-alter_dark);
}

[class*="scheme_"].sc_promo .sc_promo_content {
  color: var(--theme-color-alter_text);
}

/* Reviews */
.sidebar_hide.narrow_content .trx_addons_reviews_block.trx_addons_reviews_block_short {
  margin-top: 0;
}

/* Services */
.services_single .services_page_content > h1:first-child,
.services_single .services_page_content > h2:first-child,
.services_single .services_page_content > h3:first-child,
.services_single .services_page_content > h4:first-child,
.services_single .services_page_content > h5:first-child,
.services_single .services_page_content > h6:first-child {
  margin-top: 0 !important;
}

.sc_services_strange > .sc_services_content > .sc_services_item + .sc_services_item,
.sc_services_breezy > .sc_services_content > .sc_services_item + .sc_services_item {
  margin-top: 2em;
}

.services_page_tabs {
  margin-top: 5em;
}

.services_page_tabs.trx_addons_tabs .trx_addons_tabs_titles {
  border-bottom-color: var(--theme-color-bd_color);
}

.services_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li > a {
  font-weight: 500;
  text-transform: none;
  color: var(--theme-color-text_dark);
  border-color: var(--theme-color-bd_color);
  background-color: var(--theme-color-bg_color);
}

.services_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li:not(.ui-state-active) > a:hover {
  border-color: var(--theme-color-bd_color);
  background-color: var(--theme-color-bg_color);
}

.services_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li.ui-state-active > a {
  color: var(--theme-color-text_dark);
  background-color: var(--theme-color-bg_color);
  border-color: var(--theme-color-bd_color);
  border-bottom-color: var(--theme-color-bg_color);
}

.services_page_tabs.trx_addons_tabs .trx_addons_tabs_titles li + li {
  margin-left: -1px;
}

.services_page_tabs .show_comments_single {
  display: none;
}

.services_page_tabs .comments_wrap {
  display: block;
}

.services_page_tabs .comments_list_wrap,
.services_page_tabs .comments_form_wrap:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top-width: 0;
}

.services_page_tabs .comments_list_wrap + .comments_form_wrap {
  margin-top: 3em;
  padding-top: 3em;
  border-top-width: 1px;
}

.services_page_related + .services_page_section_contacts,
.services_single + .services_page_section_contacts {
  margin-top: 5em;
}

.sc_services .sc_services_item .post_featured .post_info_back {
  display: none;
}

.sc_services .sc_services_item_number {
  color: var(--theme-color-text_dark);
}

.sc_services .sc_services_item_subtitle {
  font-size: 17px;
  line-height: 1.5em;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
}

.sc_services .post_featured > .sc_services_item_price,
.sc_services .post_featured > p > .sc_services_item_price {
  bottom: 15px;
  right: 15px;
  font-size: 1.5em;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 0 8px #000;
  pointer-events: none;
}

.sc_services_item_button {
  display: inline-block;
}

/* Services Related */
.services_page_related.related_wrap .sc_services_item.sc_services_item_featured_top {
  background-color: transparent;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.services_page_related.related_wrap .post_featured {
  margin-bottom: 1em;
}

.services_page_related.related_wrap .sc_services_item_info {
  padding: 0;
  text-align: left;
}

.services_page_related.related_wrap .sc_services_item_content {
  display: none;
}

.services_page_related.related_wrap .sc_services_item_header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

.services_page_related.related_wrap .sc_services_item_title {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 500;
}

.services_page_related.related_wrap .sc_services_item_subtitle {
  margin-bottom: 0.85em;
  font-size: 13px;
  line-height: 1.5em;
  font-weight: 500;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.services_page_related.related_wrap .sc_services_item_subtitle,
.services_page_related.related_wrap .sc_services_item_subtitle a {
  color: var(--theme-color-text_dark);
}

.services_page_related.related_wrap .sc_services_item:hover .sc_services_item_subtitle,
.services_page_related.related_wrap .sc_services_item:hover .sc_services_item_subtitle a,
.services_page_related.related_wrap .sc_services_item .sc_services_item_subtitle a:hover {
  color: var(--theme-color-text_link);
}

.services_page_related.related_wrap .sc_services_item_title + .sc_services_item_subtitle {
  margin-top: 0;
}

/* Style 'Default' */
.sc_services_default .sc_services_item {
  color: var(--theme-color-alter_text);
  background-color: var(--theme-color-alter_bg_hover);
}

.sc_services_default .sc_services_slider .sc_services_item.sc_services_item_featured_top {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.sc_services_default .sc_services_item:hover .post_featured.hover_link img {
  -webkit-transform: scale(1.07, 1.07);
  -ms-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
}

.sc_services_default .sc_services_item_info {
  padding: 2.9em 2em;
  text-align: center;
}

.sc_services_default .sc_services_item_content {
  font-size: 17px;
  line-height: 1.65em;
  margin-top: 0.8em;
}

.sc_services_default .sc_services_item_content p:last-child {
  margin-bottom: 0;
}

.sc_services_default .sc_services_item_number {
  display: inline-block;
  font-size: 6em;
  line-height: 1em;
  font-weight: 300;
  margin-top: 0.3em;
  color: var(--theme-color-alter_dark);
}

.sc_services_default .sc_services_item_featured_left .sc_services_item_number,
.sc_services_default .sc_services_item_featured_right .sc_services_item_number {
  font-size: 3em;
  line-height: 1em;
  margin-top: 0;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 0;
}

.sc_services_default .sc_services_item_featured_left .sc_services_item_icon,
.sc_services_default .sc_services_item_featured_right .sc_services_item_icon {
  font-size: 3.4em;
  margin-top: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.sc_services_default .sc_services_item_featured_right .sc_services_item_thumb,
.sc_services_default .sc_services_item_featured_right .sc_services_item_icon,
.sc_services_default .sc_services_item_featured_right .sc_services_item_pictogram,
.sc_services_default .sc_services_item_featured_right .sc_services_item_number {
  left: auto;
  right: 0;
}

.sc_services_default .sc_services_item_featured_right .sc_services_item_info {
  margin-right: 5em;
}

.sc_services_default .sc_services_item_icon,
.sc_services_default .sc_services_item_pictogram {
  position: relative;
  display: inline-block;
  font-size: 4.4em;
  width: auto;
  height: auto;
  line-height: 1em;
  margin-top: 0.8em;
  border: none;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.sc_services_default .sc_services_item_title {
  font-size: 1.556em;
  line-height: 1.214em;
  margin: 0;
}

.sc_services_default .sc_services_item_subtitle,
.sc_services_default .sc_services_item_subtitle a {
  color: var(--theme-color-alter_text);
}

.sc_services_default .sc_services_item:hover .sc_services_item_subtitle,
.sc_services_default .sc_services_item:hover .sc_services_item_subtitle a,
.sc_services_default .sc_services_item .sc_services_item_subtitle a:hover {
  color: var(--theme-color-alter_text);
}

.sc_services_default .sc_services_item_title + .sc_services_item_subtitle {
  margin-top: 0.45em;
}

.sc_services_default .sc_services_item .sc_services_item_title,
.sc_services_default .sc_services_item .sc_services_item_title a {
  color: var(--theme-color-alter_dark);
}

.sc_services_default .sc_services_item:hover .sc_services_item_title,
.sc_services_default .sc_services_item:hover .sc_services_item_title a,
.sc_services_default .sc_services_item .sc_services_item_title a:hover {
  color: var(--theme-color-alter_dark);
}

.sc_services_default .sc_services_item .sc_services_item_button {
  margin: 1.1em 0 0;
}

.sc_services_default .sc_services_item .sc_services_item_more_link {
  position: relative;
  display: inline-block;
  top: auto;
  left: auto;
  height: auto;
  width: auto;
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
  color: var(--theme-color-alter_dark);
  z-index: 1;
  overflow: hidden;
}

.sc_services_default .sc_services_item:hover .sc_services_item_more_link,
.sc_services_default .sc_services_item .sc_services_item_more_link:hover {
  color: var(--theme-color-alter_dark);
}

.sc_services_default .sc_services_item .sc_services_item_more_link .link_text {
  display: inline-block;
  position: relative;
  margin-right: 0;
  vertical-align: middle;
  text-indent: -110px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  -ms-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  -o-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  will-change: visibility, margin-right, text-indent, opacity;
}

.sc_services_default .sc_services_item:hover .sc_services_item_more_link .link_text,
.sc_services_default .sc_services_item .sc_services_item_more_link:hover .link_text {
  opacity: 1;
  text-indent: 0;
  margin-right: 10px;
  visibility: visible;
  -webkit-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  -ms-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  -o-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}

.sc_services_default .sc_services_item .sc_services_item_more_link .link_icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 2.3em;
  height: 2.3em;
  line-height: 2.3em;
  text-align: center;
  border: 1px solid var(--theme-color-alter_bd_color);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.sc_services_default .sc_services_item .sc_services_item_more_link .link_icon:before {
  font-size: 9px;
  line-height: inherit;
  font-weight: 400;
  font-style: inherit;
  content: '\E9A4';
  font-family: "fontello";
  display: inline-block;
  vertical-align: top;
  color: currentColor;
}

.sc_services_default .sc_services_item_icon {
  color: var(--theme-color-alter_link);
}

.sc_services_default .sc_services_item:hover .sc_services_item_icon {
  color: var(--theme-color-alter_dark);
}

.sc_services_default.color_style_link2 .sc_services_item_icon {
  color: var(--theme-color-alter_link2);
}

.sc_services_default.color_style_link2 .sc_services_item:hover .sc_services_item_icon {
  color: var(--theme-color-alter_dark);
}

.sc_services_default.color_style_link2 .sc_services_item_subtitle,
.sc_services_default.color_style_link2 .sc_services_item_subtitle a {
  color: var(--theme-color-alter_text);
}

.sc_services_default.color_style_link2 .sc_services_item:hover .sc_services_item_subtitle,
.sc_services_default.color_style_link2 .sc_services_item:hover .sc_services_item_subtitle a,
.sc_services_default.color_style_link2 .sc_services_item .sc_services_item_subtitle a:hover {
  color: var(--theme-color-alter_text);
}

.sc_services_default.color_style_link3 .sc_services_item_icon {
  color: var(--theme-color-alter_link3);
}

.sc_services_default.color_style_link3 .sc_services_item:hover .sc_services_item_icon {
  color: var(--theme-color-alter_dark);
}

.sc_services_default.color_style_link3 .sc_services_item_subtitle,
.sc_services_default.color_style_link3 .sc_services_item_subtitle a {
  color: var(--theme-color-alter_text);
}

.sc_services_default.color_style_link3 .sc_services_item:hover .sc_services_item_subtitle,
.sc_services_default.color_style_link3 .sc_services_item:hover .sc_services_item_subtitle a,
.sc_services_default.color_style_link3 .sc_services_item .sc_services_item_subtitle a:hover {
  color: var(--theme-color-alter_text);
}

.sc_services_default.color_style_dark .sc_services_item_icon {
  color: var(--theme-color-alter_dark);
}

.sc_services_default.color_style_dark .sc_services_item:hover .sc_services_item_icon {
  color: var(--theme-color-alter_link);
}

.sc_services_default.color_style_dark .sc_services_item_subtitle,
.sc_services_default.color_style_dark .sc_services_item_subtitle a {
  color: var(--theme-color-alter_text);
}

.sc_services_default.color_style_dark .sc_services_item:hover .sc_services_item_subtitle,
.sc_services_default.color_style_dark .sc_services_item:hover .sc_services_item_subtitle a,
.sc_services_default.color_style_dark .sc_services_item .sc_services_item_subtitle a:hover {
  color: var(--theme-color-alter_text);
}

.sc_services_default .sc_services_item_featured_left,
.sc_services_default .sc_services_item_featured_right {
  color: var(--theme-color-text);
  background-color: transparent;
}

.sc_services_default .sc_services_item_featured_left .sc_services_item_icon,
.sc_services_default .sc_services_item_featured_right .sc_services_item_icon {
  color: var(--theme-color-text_link);
}

.sc_services_default .sc_services_item_featured_left:hover .sc_services_item_icon,
.sc_services_default .sc_services_item_featured_right:hover .sc_services_item_icon {
  color: var(--theme-color-text_dark);
}

.sc_services_default .sc_services_item_featured_left .sc_services_item_subtitle a,
.sc_services_default .sc_services_item_featured_right .sc_services_item_subtitle a {
  color: var(--theme-color-text_link);
}

.sc_services_default .sc_services_item_featured_left .sc_services_item_subtitle a:hover,
.sc_services_default .sc_services_item_featured_right .sc_services_item_subtitle a:hover {
  color: var(--theme-color-text_hover);
}

.sc_services_default.color_style_link2 .sc_services_item_featured_left .sc_services_item_icon,
.sc_services_default.color_style_link2 .sc_services_item_featured_right .sc_services_item_icon {
  color: var(--theme-color-text_link2);
}

.sc_services_default.color_style_link2 .sc_services_item_featured_left:hover .sc_services_item_icon,
.sc_services_default.color_style_link2 .sc_services_item_featured_right:hover .sc_services_item_icon {
  color: var(--theme-color-text_dark);
}

.sc_services_default.color_style_link2 .sc_services_item_featured_left .sc_services_item_subtitle a,
.sc_services_default.color_style_link2 .sc_services_item_featured_right .sc_services_item_subtitle a {
  color: var(--theme-color-text_link2);
}

.sc_services_default.color_style_link2 .sc_services_item_featured_left .sc_services_item_subtitle a:hover,
.sc_services_default.color_style_link2 .sc_services_item_featured_right .sc_services_item_subtitle a:hover {
  color: var(--theme-color-text_hover2);
}

.sc_services_default.color_style_link3 .sc_services_item_featured_left .sc_services_item_icon,
.sc_services_default.color_style_link3 .sc_services_item_featured_right .sc_services_item_icon {
  color: var(--theme-color-text_link3);
}

.sc_services_default.color_style_link3 .sc_services_item_featured_left:hover .sc_services_item_icon,
.sc_services_default.color_style_link3 .sc_services_item_featured_right:hover .sc_services_item_icon {
  color: var(--theme-color-text_dark);
}

.sc_services_default.color_style_link3 .sc_services_item_featured_left .sc_services_item_subtitle a,
.sc_services_default.color_style_link3 .sc_services_item_featured_right .sc_services_item_subtitle a {
  color: var(--theme-color-text_link3);
}

.sc_services_default.color_style_link3 .sc_services_item_featured_left .sc_services_item_subtitle a:hover,
.sc_services_default.color_style_link3 .sc_services_item_featured_right .sc_services_item_subtitle a:hover {
  color: var(--theme-color-text_hover3);
}

.sc_services_default.color_style_dark .sc_services_item_featured_left .sc_services_item_icon,
.sc_services_default.color_style_dark .sc_services_item_featured_right .sc_services_item_icon {
  color: var(--theme-color-text_dark);
}

.sc_services_default.color_style_dark .sc_services_item_featured_left:hover .sc_services_item_icon,
.sc_services_default.color_style_dark .sc_services_item_featured_right:hover .sc_services_item_icon {
  color: var(--theme-color-text_dark);
}

.sc_services_default.color_style_dark .sc_services_item_featured_left .sc_services_item_subtitle a,
.sc_services_default.color_style_dark .sc_services_item_featured_right .sc_services_item_subtitle a {
  color: var(--theme-color-text_dark);
}

.sc_services_default.color_style_dark .sc_services_item_featured_left .sc_services_item_subtitle a:hover,
.sc_services_default.color_style_dark .sc_services_item_featured_right .sc_services_item_subtitle a:hover {
  color: var(--theme-color-text_link);
}

/* Style 'Strange' */
.sc_services_strange {
  overflow: hidden;
}

.sc_services_strange .sc_services_item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: var(--theme-color-bg_color);
  -webkit-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.sc_services_strange .sc_services_item:hover .post_featured.hover_link.with_thumb > .bg_in {
  -webkit-transform: scale(1.07, 1.07);
  -ms-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
}

.sc_services_strange .sc_services_item_header {
  width: 100%;
  margin-bottom: 0 !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sc_services_strange .sc_services_item_header:before,
.sc_services_strange .sc_services_item_content:before {
  content: ' ';
  display: inline-block;
  width: 0;
  height: 0;
  padding-top: 95%;
  /* 112.5% - 16:9 */
  vertical-align: top;
  margin-left: -0.3em;
}

.sc_services_strange .sc_services_item_content {
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
}

.sc_services_strange .sc_services_item_content_inner {
  width: 100%;
  max-height: 100%;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 2.6em 2em;
}

.sc_services_strange .sc_services_item_icon {
  position: relative;
  display: inline-block;
  font-size: 4rem;
  width: auto;
  height: auto;
  line-height: 1em;
  margin-top: 0;
  will-change: transform, color;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.3s ease-out, color 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease-out, color 0.3s ease;
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease-out;
  transition: color 0.3s ease, -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out, color 0.3s ease;
  transition: transform 0.3s ease-out, color 0.3s ease;
  transition: transform 0.3s ease-out, color 0.3s ease, -webkit-transform 0.3s ease-out;
}

.sc_services_strange .sc_services_item:hover .sc_services_item_icon {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
  color: var(--theme-color-alter_dark);
}

.sc_services_strange .sc_services_item_icon img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sc_services_strange .sc_services_item_icon.sc_icon_type_svg svg {
  width: 1em;
  height: 1em;
  position: relative;
  top: 2px;
}

.sc_services_strange .sc_services_item_title {
  font-size: 1.66667rem;
  line-height: 1.4em;
  font-weight: 700;
}

.sc_services_strange .sc_services_item_icon + .sc_services_item_title {
  margin-top: 0.95em;
}

.sc_services_strange .sc_services_item_text {
  font-size: 16px;
  line-height: 1.65em;
  text-align: center;
  max-height: 4.8em;
  overflow: hidden;
}

.sc_services_strange .sc_services_item_text p:last-child {
  margin-bottom: 0;
}

.sc_services_strange .sc_services_item_subtitle,
.sc_services_strange .sc_services_item_subtitle a {
  color: var(--theme-color-alter_text);
}

.sc_services_strange .sc_services_item_title + .sc_services_item_subtitle {
  margin-top: 0.45em;
}

.sc_services_strange .sc_services_item .sc_services_item_title,
.sc_services_strange .sc_services_item .sc_services_item_title a {
  color: var(--theme-color-alter_dark);
}

.sc_services_strange .sc_services_item:hover .sc_services_item_title,
.sc_services_strange .sc_services_item:hover .sc_services_item_title a,
.sc_services_strange .sc_services_item .sc_services_item_title a:hover {
  color: var(--theme-color-alter_dark);
}

.sc_services_strange .sc_services_item_title {
  margin: 0;
  text-align: center;
}

.sc_services_strange .sc_services_item_title + .sc_services_item_text,
.sc_services_strange .sc_services_item_subtitle + .sc_services_item_text {
  margin-top: 1.6em;
}

.sc_services_strange .sc_services_item .sc_services_item_button {
  margin: 1.2em 0 0;
}

.sc_services_strange .sc_services_item .sc_services_item_more_link {
  position: relative;
  display: inline-block;
  top: auto;
  left: auto;
  height: auto;
  width: auto;
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
  color: var(--theme-color-alter_dark);
  z-index: 1;
  overflow: hidden;
}

.sc_services_strange .sc_services_item:hover .sc_services_item_more_link,
.sc_services_strange .sc_services_item .sc_services_item_more_link:hover {
  color: var(--theme-color-alter_dark);
}

.sc_services_strange .sc_services_item .sc_services_item_more_link .link_text {
  display: inline-block;
  position: relative;
  margin-right: 0;
  vertical-align: middle;
  text-indent: -110px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  -ms-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  -o-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  will-change: visibility, margin-right, text-indent, opacity;
}

.sc_services_strange .sc_services_item:hover .sc_services_item_more_link .link_text,
.sc_services_strange .sc_services_item .sc_services_item_more_link:hover .link_text {
  opacity: 1;
  text-indent: 0;
  margin-right: 10px;
  visibility: visible;
  -webkit-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  -ms-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  -o-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}

.sc_services_strange .sc_services_item .sc_services_item_more_link .link_icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4em;
  text-align: center;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.sc_services_strange .sc_services_item .sc_services_item_more_link .link_icon:before {
  font-size: 11px;
  line-height: inherit;
  font-weight: 400;
  font-style: inherit;
  content: '\E9A4';
  font-family: "fontello";
  display: inline-block;
  vertical-align: top;
  color: currentColor;
}

.sc_services_strange .sc_services_slider .slider-slide:nth-child(2n) .sc_services_item .sc_services_item_header,
.sc_services_strange .sc_services_columns_wrap [class*="trx_addons_column-1_2"]:nth-child(2n) .sc_services_item .sc_services_item_header,
.sc_services_strange .sc_services_columns_wrap [class*="trx_addons_column-1_4"]:nth-child(2n) .sc_services_item .sc_services_item_header,
.sc_services_strange .sc_services_columns_wrap [class*="trx_addons_column-1_6"]:nth-child(2n) .sc_services_item .sc_services_item_header {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.sc_services_strange .sc_services_slider .slider-slide:nth-child(2n) .sc_services_item .sc_services_item_content,
.sc_services_strange .sc_services_columns_wrap [class*="trx_addons_column-1_2"]:nth-child(2n) .sc_services_item .sc_services_item_content,
.sc_services_strange .sc_services_columns_wrap [class*="trx_addons_column-1_4"]:nth-child(2n) .sc_services_item .sc_services_item_content,
.sc_services_strange .sc_services_columns_wrap [class*="trx_addons_column-1_6"]:nth-child(2n) .sc_services_item .sc_services_item_content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.sc_services_strange .sc_services_columns_wrap [class*="trx_addons_column-1_3"]:nth-child(3n-1) .sc_services_item .sc_services_item_header {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.sc_services_strange .sc_services_columns_wrap [class*="trx_addons_column-1_3"]:nth-child(3n-1) .sc_services_item .sc_services_item_content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.sc_services_strange .sc_services_columns_wrap [class*="trx_addons_column-1_5"]:nth-child(2) .sc_services_item .sc_services_item_header,
.sc_services_strange .sc_services_columns_wrap [class*="trx_addons_column-1_5"]:nth-child(4) .sc_services_item .sc_services_item_header,
.sc_services_strange .sc_services_columns_wrap [class*="trx_addons_column-1_5"]:nth-child(7) .sc_services_item .sc_services_item_header,
.sc_services_strange .sc_services_columns_wrap [class*="trx_addons_column-1_5"]:nth-child(9) .sc_services_item .sc_services_item_header,
.sc_services_strange .sc_services_columns_wrap [class*="trx_addons_column-1_5"]:nth-child(12) .sc_services_item .sc_services_item_header {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.sc_services_strange .sc_services_columns_wrap [class*="trx_addons_column-1_5"]:nth-child(2) .sc_services_item .sc_services_item_content,
.sc_services_strange .sc_services_columns_wrap [class*="trx_addons_column-1_5"]:nth-child(4) .sc_services_item .sc_services_item_content,
.sc_services_strange .sc_services_columns_wrap [class*="trx_addons_column-1_5"]:nth-child(7) .sc_services_item .sc_services_item_content,
.sc_services_strange .sc_services_columns_wrap [class*="trx_addons_column-1_5"]:nth-child(9) .sc_services_item .sc_services_item_content,
.sc_services_strange .sc_services_columns_wrap [class*="trx_addons_column-1_5"]:nth-child(12) .sc_services_item .sc_services_item_content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.sc_services_strange .sc_item_columns_5 .sc_services_item_content_inner,
.sc_services_strange .sc_item_columns_6 .sc_services_item_content_inner {
  padding: 1.5em;
}

.sc_services_strange .sc_item_columns_5 .sc_services_item_title,
.sc_services_strange .sc_item_columns_6 .sc_services_item_title {
  font-size: 1.2em;
  line-height: 1.114em;
}

.sc_services_strange .sc_item_columns_5 .sc_services_item_text,
.sc_services_strange .sc_item_columns_6 .sc_services_item_text {
  display: none;
}

.sc_services_strange .sc_item_columns_5 .sc_services_item_icon,
.sc_services_strange .sc_item_columns_6 .sc_services_item_icon {
  font-size: 3em;
}

.sc_services_strange .sc_item_columns_5 .sc_services_item_button,
.sc_services_strange .sc_item_columns_6 .sc_services_item_button {
  display: none;
}

/* Style 'Breezy'
+++++++++++++++++++++++ */
.sc_services_breezy .sc_services_item {
  position: relative;
  z-index: 1;
  text-align: center;
}

.sc_services_breezy .sc_services_item:before {
  content: ' ';
  width: 0;
  height: 0;
  padding-top: 98%;
  display: inline-block;
}

.sc_services_breezy .sc_services_item_link {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.sc_services_breezy .sc_services_item_content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #05080d;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sc_services_breezy .sc_services_item.with_image .sc_services_item_content:before {
  content: ' ';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  opacity: .6;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  will-change: opacity;
}

.sc_services_breezy .sc_services_item.with_image:hover .sc_services_item_content:before {
  opacity: 0;
}

.sc_services_breezy .sc_services_item.with_image .sc_services_item_content:after {
  content: ' ';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: var(--theme-color-extra_bg_color);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  will-change: opacity;
}

.sc_services_breezy .sc_services_item.with_image:hover .sc_services_item_content:after {
  opacity: .65;
}

.sc_services_breezy .sc_services_item.with_image .sc_services_item_content.without_image:before,
.sc_services_breezy .sc_services_item.with_image .sc_services_item_content.without_image:after {
  display: none;
}

.sc_services_breezy .sc_services_item_content_inner {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
  padding: 2.5rem 1.77778rem;
}

.sc_services_breezy .trx_addons_column-1_5 .sc_services_item_content_inner,
.sc_services_breezy .trx_addons_column-1_6 .sc_services_item_content_inner,
.sc_services_breezy .trx_addons_column-1_7 .sc_services_item_content_inner,
.sc_services_breezy .trx_addons_column-1_8 .sc_services_item_content_inner {
  padding: 1em;
}

.sc_services_breezy .trx_addons_column-1_5 .sc_services_item_content_inner .sc_services_item_title,
.sc_services_breezy .trx_addons_column-1_6 .sc_services_item_content_inner .sc_services_item_title,
.sc_services_breezy .trx_addons_column-1_7 .sc_services_item_content_inner .sc_services_item_title,
.sc_services_breezy .trx_addons_column-1_8 .sc_services_item_content_inner .sc_services_item_title {
  font-size: 1.1em;
}

.sc_services_breezy .sc_services_item_icon,
.sc_services_breezy .sc_services_item_pictogram {
  position: relative;
  display: inline-block;
  font-size: 4em;
  line-height: 1em;
}

.sc_services_breezy .sc_services_item_icon.sc_icon_type_svg svg {
  width: 1em;
  height: 1em;
}

.sc_services_breezy .sc_services_item_number {
  display: inline-block;
  font-size: 4em;
  line-height: 1em;
  font-weight: 300;
}

.sc_services_breezy .sc_services_item_title {
  font-size: 1.44444rem;
  line-height: 1.3em;
  font-weight: 700;
  margin: 0.4em 0 0;
}

.sc_services_breezy .sc_services_item_featured_none .sc_services_item_title {
  margin-top: 0;
}

.sc_services_breezy .sc_services_item_title + .sc_services_item_subtitle {
  margin-top: 0.2em;
}

.sc_services_breezy .sc_services_item_title + .sc_services_item_text,
.sc_services_breezy .sc_services_item_subtitle + .sc_services_item_text {
  margin-top: 0.77778rem;
}

.sc_services_breezy .sc_services_item_price {
  font-size: 1.5em;
  font-weight: 500;
  margin-top: 0.6em;
}

.sc_services_breezy .sc_services_item_text {
  font-size: 16px;
  line-height: 1.5em;
  max-height: 4.8em;
  overflow: hidden;
}

.sc_services_breezy .sc_services_item_content p {
  margin: 0;
}

.sc_services_breezy .sc_services_item_content p + p {
  margin-top: 0.2em;
}

.sc_services_breezy .sc_services_item .sc_services_item_icon {
  color: var(--theme-color-text_link);
}

.sc_services_breezy .sc_services_item:hover .sc_services_item_icon {
  color: var(--theme-color-inverse_link);
}

.sc_services_breezy .sc_services_item_price,
.sc_services_breezy .sc_services_item_price .amount,
.sc_services_breezy .sc_services_item_number {
  color: #ffffff !important;
}

.sc_services_breezy .sc_services_item_title,
.sc_services_breezy .sc_services_item_title a {
  color: #ffffff !important;
}

.sc_services_breezy .sc_services_item_title a:hover {
  color: #ffffff !important;
}

.sc_services_breezy .sc_services_item_subtitle,
.sc_services_breezy .sc_services_item_subtitle a {
  color: #ffffff !important;
}

.sc_services_breezy .sc_services_item_subtitle a:hover {
  color: #ffffff !important;
}

.sc_services_breezy .sc_services_item_content {
  color: #ffffff !important;
}

.sc_services_breezy .sc_services_item_text {
  color: rgba(255, 255, 255, 0.8) !important;
}

.sc_services_breezy [class*="column-"] .sc_services_item.with_image .sc_services_item_content.without_image,
.sc_services_breezy .slider-slide .sc_services_item.with_image .sc_services_item_content.without_image {
  background-color: var(--theme-color-text_link_007);
}

.sc_services_breezy [class*="column-"]:nth-child(3n-1) .sc_services_item.with_image .sc_services_item_content.without_image,
.sc_services_breezy .slider-slide:nth-child(3n-1) .sc_services_item.with_image .sc_services_item_content.without_image {
  background-color: var(--theme-color-text_link2_007);
}

.sc_services_breezy [class*="column-"]:nth-child(3n) .sc_services_item.with_image .sc_services_item_content.without_image,
.sc_services_breezy .slider-slide:nth-child(3n) .sc_services_item.with_image .sc_services_item_content.without_image {
  background-color: var(--theme-color-text_link3_007);
}

.sc_services_breezy .sc_services_item.with_image .sc_services_item_content.without_image .sc_services_item_price,
.sc_services_breezy .sc_services_item.with_image .sc_services_item_content.without_image .sc_services_item_price .amount,
.sc_services_breezy .sc_services_item.with_image .sc_services_item_content.without_image .sc_services_item_number {
  color: var(--theme-color-text_dark) !important;
}

.sc_services_breezy .sc_services_item.with_image .sc_services_item_content.without_image .sc_services_item_icon,
.sc_services_breezy .sc_services_item.with_image:hover .sc_services_item_content.without_image .sc_services_item_icon,
.sc_services_breezy .sc_services_item.with_image .sc_services_item_content.without_image .sc_services_item_number {
  color: var(--theme-color-text_dark) !important;
}

.sc_services_breezy .sc_services_item.with_image .sc_services_item_content.without_image .sc_services_item_title,
.sc_services_breezy .sc_services_item.with_image .sc_services_item_content.without_image .sc_services_item_title a {
  color: var(--theme-color-text_dark) !important;
}

.sc_services_breezy .sc_services_item.with_image:hover .sc_services_item_content.without_image .sc_services_item_title a,
.sc_services_breezy .sc_services_item.with_image .sc_services_item_content.without_image .sc_services_item_title a:hover {
  color: var(--theme-color-text_dark) !important;
}

.sc_services_breezy .sc_services_item.with_image .sc_services_item_content.without_image .sc_services_item_subtitle,
.sc_services_breezy .sc_services_item.with_image .sc_services_item_content.without_image .sc_services_item_subtitle a {
  color: var(--theme-color-text_dark) !important;
}

.sc_services_breezy .sc_services_item.with_image:hover .sc_services_item_content.without_image .sc_services_item_subtitle a,
.sc_services_breezy .sc_services_item.with_image .sc_services_item_content.without_image .sc_services_item_subtitle a:hover {
  color: var(--theme-color-text_dark) !important;
}

.sc_services_breezy .sc_services_item.with_image .sc_services_item_content.without_image .sc_services_item_text {
  color: var(--theme-color-text) !important;
}

.sc_services_breezy.color_style_link2 .sc_services_item .sc_services_item_icon {
  color: var(--theme-color-text_link2);
}

.sc_services_breezy.color_style_link2 .sc_services_item:hover .sc_services_item_icon {
  color: var(--theme-color-inverse_link);
}

.sc_services_breezy.color_style_link2 .sc_services_item_title a:hover,
.sc_services_breezy.color_style_link2 .sc_services_item_subtitle a:hover {
  color: var(--theme-color-inverse_link) !important;
}

.sc_services_breezy.color_style_link2 .sc_services_item.with_image:hover .sc_services_item_content.without_image .sc_services_item_title a,
.sc_services_breezy.color_style_link2 .sc_services_item.with_image .sc_services_item_content.without_image .sc_services_item_title a:hover {
  color: var(--theme-color-text_dark) !important;
}

.sc_services_breezy.color_style_link2 .sc_services_item.with_image .sc_services_item_content.without_image .sc_services_item_subtitle,
.sc_services_breezy.color_style_link2 .sc_services_item.with_image .sc_services_item_content.without_image .sc_services_item_subtitle a {
  color: var(--theme-color-text_dark) !important;
}

.sc_services_breezy.color_style_link2 .sc_services_item.with_image:hover .sc_services_item_content.without_image .sc_services_item_subtitle a,
.sc_services_breezy.color_style_link2 .sc_services_item.with_image .sc_services_item_content.without_image .sc_services_item_subtitle a:hover {
  color: var(--theme-color-text_dark) !important;
}

.sc_services_breezy.color_style_link2 .sc_services_item.with_image .sc_services_item_content:after {
  background-color: var(--theme-color-text_link2);
}

.sc_services_breezy.color_style_link3 .sc_services_item .sc_services_item_icon {
  color: var(--theme-color-text_link3);
}

.sc_services_breezy.color_style_link3 .sc_services_item:hover .sc_services_item_icon {
  color: var(--theme-color-inverse_link);
}

.sc_services_breezy.color_style_link3 .sc_services_item_title a:hover,
.sc_services_breezy.color_style_link3 .sc_services_item_subtitle a:hover {
  color: var(--theme-color-inverse_link) !important;
}

.sc_services_breezy.color_style_link3 .sc_services_item.with_image:hover .sc_services_item_content.without_image .sc_services_item_title a,
.sc_services_breezy.color_style_link3 .sc_services_item.with_image .sc_services_item_content.without_image .sc_services_item_title a:hover {
  color: var(--theme-color-text_dark) !important;
}

.sc_services_breezy.color_style_link3 .sc_services_item.with_image .sc_services_item_content.without_image .sc_services_item_subtitle,
.sc_services_breezy.color_style_link3 .sc_services_item.with_image .sc_services_item_content.without_image .sc_services_item_subtitle a {
  color: var(--theme-color-text_dark) !important;
}

.sc_services_breezy.color_style_link3 .sc_services_item.with_image:hover .sc_services_item_content.without_image .sc_services_item_subtitle a,
.sc_services_breezy.color_style_link3 .sc_services_item.with_image .sc_services_item_content.without_image .sc_services_item_subtitle a:hover {
  color: var(--theme-color-text_dark) !important;
}

.sc_services_breezy.color_style_link3 .sc_services_item.with_image .sc_services_item_content:after {
  background-color: var(--theme-color-text_link3);
}

.sc_services_breezy.color_style_dark .sc_services_item.with_image .sc_services_item_content:after {
  background-color: #000000;
}

.sc_services_breezy.color_style_dark .sc_services_item .sc_services_item_icon {
  color: var(--theme-color-text_link);
}

.sc_services_breezy.color_style_dark .sc_services_item:hover .sc_services_item_icon {
  color: var(--theme-color-inverse_link);
}

/* Socials */
.socials_wrap:not(.socials_type_list) .social_item .social_icon {
  background-color: var(--theme-color-alter_bg_color);
}

.socials_wrap:not(.socials_type_list) .social_item .social_icon,
.socials_wrap:not(.socials_type_list) .social_item .social_icon i {
  color: var(--theme-color-alter_dark);
}

.socials_wrap:not(.socials_type_list) .social_item:hover .social_icon {
  background-color: var(--theme-color-alter_bg_color);
}

.socials_wrap:not(.socials_type_list) .social_item:hover .social_icon,
.socials_wrap:not(.socials_type_list) .social_item:hover .social_icon i {
  color: var(--theme-color-alter_link);
}

[class*="scheme_"].sidebar .socials_wrap:not(.socials_type_list) .social_item .social_icon {
  color: var(--theme-color-alter_dark);
  background-color: var(--theme-color-bg_color);
}

[class*="scheme_"].sidebar .socials_wrap:not(.socials_type_list) .social_item:hover .social_icon {
  color: var(--theme-color-alter_hover);
  background-color: var(--theme-color-bg_color);
}

[class*="scheme_"].sidebar .sc_layouts_row_type_compact .socials_wrap .social_item .social_icon,
[class*="scheme_"].footer_wrap .sc_layouts_row_type_compact .socials_wrap .social_item .social_icon {
  color: var(--theme-color-text_dark);
  background-color: transparent !important;
}

[class*="scheme_"].sidebar .sc_layouts_row_type_compact .socials_wrap .social_item:hover .social_icon,
[class*="scheme_"].footer_wrap .sc_layouts_row_type_compact .socials_wrap .social_item:hover .social_icon {
  color: var(--theme-color-text_link);
  background-color: transparent !important;
}

/* Sports: Matches and Players */
.sport_page_list {
  border-color: var(--theme-color-bd_color);
}

.sport_page_list li + li {
  border-color: var(--theme-color-bd_color);
}

.sport_page_list li:nth-child(2n+1) {
  background-color: var(--theme-color-alter_bg_color);
  color: var(--theme-color-alter_text);
}

.sc_sport_default .sc_sport_item_subtitle .sc_sport_item_date {
  color: var(--theme-color-text_light);
}

.sc_matches_main .swiper-pagination .swiper-pagination-bullet {
  border-color: var(--theme-color-bd_color);
}

.sc_matches_main .sc_matches_item_score a {
  color: var(--theme-color-text_dark);
}

.sc_matches_main .sc_matches_item_score a:hover {
  color: var(--theme-color-text_link);
}

.color_style_link2 .sc_matches_main .sc_matches_item_score a:hover {
  color: var(--theme-color-text_link2);
}

.color_style_link3 .sc_matches_main .sc_matches_item_score a:hover {
  color: var(--theme-color-text_link3);
}

.color_style_dark .sc_matches_main .sc_matches_item_score a:hover {
  color: var(--theme-color-text_dark);
}

.sc_matches_other .sc_matches_item_link {
  color: var(--theme-color-alter_dark);
  background-color: var(--theme-color-alter_bg_color);
}

.sc_matches_other .sc_matches_item_club {
  color: var(--theme-color-alter_light);
}

.sc_matches_other .sc_matches_item_date {
  color: var(--theme-color-alter_dark);
  background-color: var(--theme-color-alter_bd_color);
}

.sc_matches_other .sc_matches_item_link:hover {
  background-color: var(--theme-color-alter_bg_hover);
}

.sc_matches_other .sc_matches_item_link:hover .sc_matches_item_date {
  background-color: var(--theme-color-alter_bd_hover);
}

.sc_points_table td a {
  color: var(--theme-color-alter_dark);
}

.sc_points_table tr:hover td {
  background-color: var(--theme-color-alter_hover) !important;
}

.sc_points_table tr:hover a,
.sc_points_table td a:hover {
  color: var(--theme-color-inverse_hover) !important;
}

.sc_points_table tr.sc_points_table_accented_top td {
  background-color: var(--theme-color-text_link_07);
}

.sc_points_table tr.sc_points_table_accented_bottom td {
  background-color: var(--theme-color-alter_bg_color);
}

/* Super Title */
.sc_supertitle_no_icon {
  background-color: var(--theme-color-text_link);
}

/* Testimonials */
.sc_testimonials_item_content:before {
  content: '\e8b6';
  font-family: "fontello";
}

.sc_testimonials_item_author_subtitle {
  color: var(--theme-color-text_light);
}

.sc_testimonials_simple .sc_testimonials_item_author_data:before {
  background-color: var(--theme-color-text_light);
}

.sc_testimonials_simple [class*="column"] .sc_testimonials_item_author_data {
  border-color: var(--theme-color-text_light);
}

.sc_testimonials_rating_stars_default,
.sc_testimonials_rating_stars_hover {
  color: var(--theme-color-text_hover);
}

[class*="scheme_"].sidebar .sc_testimonials_rating_stars_default,
[class*="scheme_"].sidebar .sc_testimonials_rating_stars_hover {
  color: var(--theme-color-alter_hover);
}

.color_style_link2 .sc_testimonials_rating_stars_default,
.color_style_link2 .sc_testimonials_rating_stars_hover {
  color: var(--theme-color-text_hover2);
}

.color_style_link3 .sc_testimonials_rating_stars_default,
.color_style_link3 .sc_testimonials_rating_stars_hover {
  color: var(--theme-color-text_hover3);
}

.color_style_dark .sc_testimonials_rating_stars_default,
.color_style_dark .sc_testimonials_rating_stars_hover {
  color: var(--theme-color-text_dark);
}

/* Utils
--------------------------------------------------- */
/* Loading mask */
.sc_blogger .trx_addons_loading {
  background-color: var(--theme-color-bg_color_02);
}

ul.sc_layouts_submenu .sc_blogger .trx_addons_loading {
  background-color: var(--theme-color-extra_bg_color_05);
}

/* Mouse helper */
.trx_addons_mouse_helper {
  background-color: var(--theme-color-text_link);
  color: var(--theme-color-inverse_link);
}

.trx_addons_mouse_helper.trx_addons_mouse_helper_active {
  background-color: var(--theme-color-text_link);
  color: var(--theme-color-inverse_link);
}

/* Scroll to top */
.menu_side_right .scroll_to_top_style_default {
  left: 2em;
  right: auto;
}

/* Scroll to top */
.trx_addons_scroll_to_top {
  z-index: 8002;
}

.scroll_to_top_style_default {
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  text-align: center;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--theme-color-inverse_hover);
  border-color: var(--theme-color-text_dark);
  background-color: var(--theme-color-text_dark);
}

.scroll_to_top_style_default:before {
  position: relative;
  top: -3px;
  font-size: 11px;
  font-weight: 400;
  font-family: "fontello";
  content: '\EA08';
}

.scroll_to_top_style_default:hover {
  color: var(--theme-color-inverse_link);
  border-color: var(--theme-color-text_link);
  background-color: var(--theme-color-text_link);
}

/* Scroll progress */
.scroll_progress_wrap .scroll_progress_status {
  background-color: var(--theme-color-text_dark);
}

/* Magnific Popup */
.mfp-content .sc_layouts_popup {
  max-height: 80vh;
  max-width: 80vw;
}

/* Login, Register and custom popups and panels from Layouts Builder */
.sc_layouts_popup {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.trx_addons_popup, [class*="scheme_"].trx_addons_popup,
.sc_layouts_popup, [class*="scheme_"].sc_layouts_popup,
.sc_layouts_panel_inner, [class*="scheme_"].sc_layouts_panel_inner {
  background-color: var(--theme-color-bg_color);
  border-color: var(--theme-color-bd_color);
  color: var(--theme-color-alter_text);
}

.trx_addons_popup button.mfp-close {
  background-color: var(--theme-color-alter_bg_hover);
  border-color: var(--theme-color-alter_bd_hover);
  color: var(--theme-color-alter_text);
}

.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title {
  background-color: var(--theme-color-alter_bg_hover);
  border-color: var(--theme-color-alter_bd_hover);
}

.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title.ui-tabs-active {
  background-color: var(--theme-color-alter_bg_color);
  border-bottom-color: transparent;
}

.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title a,
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title a > i {
  color: var(--theme-color-alter_text);
}

.trx_addons_popup li.trx_addons_tabs_title a:hover,
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title a:hover > i {
  color: var(--theme-color-alter_link);
}

.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title[data-disabled="true"] a,
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title[data-disabled="true"] a > i,
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title[data-disabled="true"] a:hover,
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title[data-disabled="true"] a:hover > i {
  color: var(--theme-color-alter_light);
}

.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title.ui-tabs-active a,
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title.ui-tabs-active a > i,
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title.ui-tabs-active a:hover,
.trx_addons_popup .trx_addons_tabs_titles li.trx_addons_tabs_title.ui-tabs-active a:hover > i {
  color: var(--theme-color-alter_dark);
}

/* Profiler */
.trx_addons_profiler {
  background-color: var(--theme-color-alter_bg_color);
  border-color: var(--theme-color-alter_bd_hover);
}

.trx_addons_profiler_title {
  color: var(--theme-color-alter_dark);
}

.trx_addons_profiler table td,
.trx_addons_profiler table th {
  border-color: var(--theme-color-alter_bd_color);
}

.trx_addons_profiler table td {
  color: var(--theme-color-alter_text);
}

.trx_addons_profiler table th {
  background-color: var(--theme-color-alter_bg_hover);
  color: var(--theme-color-alter_dark);
}

/* Range slider */
div.ui-slider-horizontal {
  height: 2px;
}

.trx_addons_range_slider_label_min {
  color: var(--theme-color-alter_text);
}

.trx_addons_range_slider_label_max {
  color: var(--theme-color-alter_text);
}

div.ui-slider {
  background-color: var(--theme-color-alter_bg_color);
  border-color: var(--theme-color-alter_bd_color);
}

div.ui-slider .ui-slider-handle {
  border-color: var(--theme-color-text_link);
  background-color: var(--theme-color-text_link);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  line-height: 8px;
  text-align: center;
  top: -3px;
}

div.ui-slider .ui-slider-range {
  background-color: var(--theme-color-text_link);
}

/* Old modules (leave for compatibility)
--------------------------------------------------------- */
/* Themes Market */
.sc_edd_add_to_cart_default,
.sc_edd_details {
  background-color: var(--theme-color-alter_bg_color);
  border-color: var(--theme-color-alter_bd_hover);
  color: var(--theme-color-alter_text);
}

.sc_edd_add_to_cart_default a,
.sc_edd_details a {
  color: var(--theme-color-alter_link);
}

.sc_edd_add_to_cart_default a:hover,
.sc_edd_details a:hover {
  color: var(--theme-color-alter_hover);
}

.edd_price_options ul > li > label > input[type="checkbox"] + span:before {
  border-color: var(--theme-color-alter_bd_color);
}

.single-download .edd_download_purchase_form .trx_addons_edd_purchase_subtotal {
  border-color: var(--theme-color-alter_bd_color);
}

/* CV */
.trx_addons_cv,
.trx_addons_cv_body_wrap {
  color: var(--theme-color-alter_text);
  background-color: var(--theme-color-alter_bg_color);
}

.trx_addons_cv a {
  color: var(--theme-color-alter_link);
}

.trx_addons_cv a:hover {
  color: var(--theme-color-alter_hover);
}

.trx_addons_cv_header {
  background-color: var(--theme-color-bg_color);
}

.trx_addons_cv_header_image img {
  border-color: var(--theme-color-text_dark);
}

.trx_addons_cv_header .trx_addons_cv_header_letter,
.trx_addons_cv_header .trx_addons_cv_header_text {
  color: var(--theme-color-text_dark);
}

.trx_addons_cv_header .trx_addons_cv_header_socials .social_item > .social_icon {
  color: var(--theme-color-text_dark_07);
}

.trx_addons_cv_header .trx_addons_cv_header_socials .social_item:hover > .social_icon {
  color: var(--theme-color-text_dark);
}

.trx_addons_cv_header_letter,
.trx_addons_cv_header_text,
.trx_addons_cv_header_socials .social_item > .social_icon {
  text-shadow: 1px 1px 6px var(--theme-color-bg_color);
}

.trx_addons_cv_tint_dark .trx_addons_cv_header_letter,
.trx_addons_cv_tint_dark .trx_addons_cv_header_text,
.trx_addons_cv_tint_dark .trx_addons_cv_header_socials .social_item > .social_icon {
  color: var(--theme-color-bg_color);
  text-shadow: 1px 1px 3px var(--theme-color-text_dark);
}

.trx_addons_cv_tint_dark .trx_addons_cv_header_socials .social_item:hover > .social_icon {
  color: var(--theme-color-text_hover);
}

.trx_addons_cv_navi_buttons .trx_addons_cv_navi_buttons_area .trx_addons_cv_navi_buttons_item {
  color: var(--theme-color-alter_light);
  background-color: var(--theme-color-alter_bg_color);
  border-color: var(--theme-color-bg_color);
}

.trx_addons_cv_navi_buttons .trx_addons_cv_navi_buttons_area .trx_addons_cv_navi_buttons_item_active,
.trx_addons_cv_navi_buttons .trx_addons_cv_navi_buttons_area .trx_addons_cv_navi_buttons_item:hover {
  color: var(--theme-color-alter_dark);
  border-color: var(--theme-color-alter_bg_color);
}

.trx_addons_cv .trx_addons_cv_section_title,
.trx_addons_cv .trx_addons_cv_section_title a {
  color: var(--theme-color-alter_dark);
}

.trx_addons_cv_section_title.ui-state-active {
  border-color: var(--theme-color-alter_dark);
}

.trx_addons_cv_section_content .trx_addons_tabs .trx_addons_tabs_titles li > a {
  color: var(--theme-color-alter_light);
}

.trx_addons_cv_section_content .trx_addons_tabs .trx_addons_tabs_titles li.ui-state-active > a,
.trx_addons_cv_section_content .trx_addons_tabs .trx_addons_tabs_titles li > a:hover {
  color: var(--theme-color-alter_dark);
}

.trx_addons_cv_section .trx_addons_pagination > * {
  color: var(--theme-color-alter_text);
}

.trx_addons_cv_section .trx_addons_pagination > a:hover {
  color: var(--theme-color-alter_dark);
}

.trx_addons_pagination > span.active {
  color: var(--theme-color-alter_dark);
  border-color: var(--theme-color-alter_dark);
}

.trx_addons_cv_breadcrumbs .trx_addons_cv_breadcrumbs_item {
  color: var(--theme-color-alter_light);
}

.trx_addons_cv_breadcrumbs a.trx_addons_cv_breadcrumbs_item:hover {
  color: var(--theme-color-alter_dark);
}

.trx_addons_cv_single .trx_addons_cv_single_title {
  color: var(--theme-color-alter_dark);
}

.trx_addons_cv_single .trx_addons_cv_single_subtitle {
  color: var(--theme-color-alter_light);
}

.trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns .trx_addons_cv_resume_item,
.trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_2 .trx_addons_cv_resume_column:nth-child(2n+2) .trx_addons_cv_resume_item,
.trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+2) .trx_addons_cv_resume_item,
.trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+3) .trx_addons_cv_resume_item,
.trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+2) .trx_addons_cv_resume_item,
.trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+3) .trx_addons_cv_resume_item,
.trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+4) .trx_addons_cv_resume_item,
.trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_2 .trx_addons_cv_resume_column:nth-child(2n+3) .trx_addons_cv_resume_item,
.trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_2 .trx_addons_cv_resume_column:nth-child(2n+4) .trx_addons_cv_resume_item,
.trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+4) .trx_addons_cv_resume_item,
.trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+5) .trx_addons_cv_resume_item,
.trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_3 .trx_addons_cv_resume_column:nth-child(3n+6) .trx_addons_cv_resume_item,
.trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+5) .trx_addons_cv_resume_item,
.trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+6) .trx_addons_cv_resume_item,
.trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+7) .trx_addons_cv_resume_item,
.trx_addons_tabs_content_delimiter .trx_addons_cv_resume_columns_4 .trx_addons_cv_resume_column:nth-child(4n+8) .trx_addons_cv_resume_item {
  border-color: var(--theme-color-alter_bd_color);
}

.trx_addons_cv_resume_item_meta {
  color: var(--theme-color-alter_dark);
}

.trx_addons_cv_resume_item .trx_addons_cv_resume_item_title,
.trx_addons_cv_resume_item .trx_addons_cv_resume_item_title a {
  color: var(--theme-color-alter_dark);
}

.trx_addons_cv_resume_item .trx_addons_cv_resume_item_title a:hover {
  color: var(--theme-color-alter_link);
}

.trx_addons_cv_resume_item_subtitle {
  color: var(--theme-color-alter_light);
}

.trx_addons_cv_resume_style_skills .trx_addons_cv_resume_item_skills {
  color: var(--theme-color-alter_dark);
}

.trx_addons_cv_resume_style_skills .trx_addons_cv_resume_item_skill:after {
  border-color: var(--theme-color-alter_dark);
}

.trx_addons_cv_resume_style_education .trx_addons_cv_resume_item_number {
  color: var(--theme-color-alter_light);
}

.trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_icon {
  color: var(--theme-color-alter_dark);
}

.trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_icon:hover,
.trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_text a:hover {
  color: var(--theme-color-text_hover);
}

.trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_title > a:hover:after {
  border-color: var(--theme-color-text_hover);
}

.trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_title > a:after {
  border-top-color: var(--theme-color-alter_dark);
}

.trx_addons_cv_resume_style_services .trx_addons_cv_resume_item_text a {
  color: var(--theme-color-alter_dark);
}

.trx_addons_cv_portfolio_item .trx_addons_cv_portfolio_item_title,
.trx_addons_cv_portfolio_item .trx_addons_cv_portfolio_item_title a {
  color: var(--theme-color-alter_dark);
}

.trx_addons_cv_testimonials_item .trx_addons_cv_testimonials_item_title,
.trx_addons_cv_testimonials_item .trx_addons_cv_testimonials_item_title a {
  color: var(--theme-color-alter_dark);
}

.trx_addons_cv_certificates_item .trx_addons_cv_certificates_item_title,
.trx_addons_cv_certificates_item .trx_addons_cv_certificates_item_title a {
  color: var(--theme-color-alter_dark);
}

/* Contact form */
.trx_addons_cv .trx_addons_contact_form .trx_addons_contact_form_title {
  color: var(--theme-color-alter_dark);
}

.trx_addons_cv .trx_addons_contact_form_field_title {
  color: var(--theme-color-alter_dark);
}

.trx_addons_contact_form .trx_addons_contact_form_field input[type="text"],
.trx_addons_contact_form .trx_addons_contact_form_field textarea {
  border-color: var(--theme-color-alter_bd_color);
  color: var(--theme-color-alter_text);
}

.trx_addons_contact_form .trx_addons_contact_form_field input[type="text"]:focus,
.trx_addons_contact_form .trx_addons_contact_form_field textarea:focus {
  background-color: var(--theme-color-alter_bg_hover);
  color: var(--theme-color-alter_dark);
}

.trx_addons_contact_form_field button {
  background-color: var(--theme-color-alter_dark);
  border-color: var(--theme-color-alter_dark);
  color: var(--theme-color-bg_color);
}

.trx_addons_contact_form_field button:hover {
  color: var(--theme-color-alter_dark);
}

.trx_addons_contact_form_info_icon {
  color: var(--theme-color-alter_light);
}

.trx_addons_contact_form_info_area {
  color: var(--theme-color-alter_dark);
}

.trx_addons_contact_form_info_item_phone .trx_addons_contact_form_info_data {
  color: var(--theme-color-alter_dark) !important;
}

/* Page About Me */
.trx_addons_cv_about_page .trx_addons_cv_single_title {
  color: var(--theme-color-alter_dark);
}

/* Layout Title Link */
.sc_layouts_title_link {
  margin: 2.5em 0 0.5em;
}

/* Title */
h1.sc_item_title {
  line-height: 1em;
}

h2.sc_item_title {
  line-height: 1.021em;
}

h3.sc_item_title {
  line-height: 1.086em;
}

h4.sc_item_title {
  line-height: 1.214em;
}

h5.sc_item_title {
  line-height: 1.417em;
}

h6.sc_item_title {
  line-height: 1.474em;
}

.sc_item_title i {
  font-family: inherit;
  font-weight: 400;
}

.sc_item_subtitle {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.025em;
}

.sc_item_subtitle_below {
  margin-top: 1.94444rem;
}

.sc_item_subtitle_above {
  margin-bottom: 1.4em;
}

.sc_item_descr {
  margin-bottom: 0;
  font-size: 19px;
}

.sc_item_descr p {
  margin: 0;
}

.sc_item_descr p + p {
  margin-top: 1em;
}

.sc_item_title.sc_item_title_style_accent i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: revert;
  flex-direction: revert;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

h1.sc_item_title_tag:not(.sc_align_center) {
  margin-left: -4px;
}

h1.sc_item_title_tag.sc_align_right:not(.sc_align_center) {
  margin-right: -4px;
}

h2.sc_item_title_tag:not(.sc_align_center) {
  margin-left: -3px;
}

h2.sc_item_title_tag.sc_align_right:not(.sc_align_center) {
  margin-right: -3px;
}

.slider-slide h1.sc_item_title_tag {
  margin-left: 0 !important;
}

h1.sc_item_title_tag + .sc_item_descr, h1.sc_item_title_tag + .sc_item_slider, h1.sc_item_title_tag + .sc_item_columns, h1.sc_item_title_tag + .sc_item_content {
  margin-top: 1.4em;
}

h2.sc_item_title_tag + .sc_item_descr, h2.sc_item_title_tag + .sc_item_slider, h2.sc_item_title_tag + .sc_item_columns, h2.sc_item_title_tag + .sc_item_content {
  margin-top: 1.35em;
}

.sc_title_default h5.sc_item_title_tag + .sc_title_subtitle {
  text-transform: none;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0;
  color: var(--theme-color-text);
}

.sc_item_title + .sc_item_button, .sc_item_title + .sc_item_button_image, .sc_item_subtitle + .sc_item_button, .sc_item_subtitle + .sc_item_button_image, .sc_item_descr + .sc_item_button, .sc_item_descr + .sc_item_button_image, .sc_item_content + .sc_item_button, .sc_item_content + .sc_item_button_image, .sc_item_slider + .sc_item_button, .sc_item_slider + .sc_item_button_image, .sc_item_columns + .sc_item_button, .sc_item_columns + .sc_item_button_image, .sc_item_pagination + .sc_item_button, .sc_item_pagination + .sc_item_button_image {
  margin-top: 2.1em;
}

.sc_item_subtitle.sc_item_title_style_shadow + .sc_item_title {
  position: relative;
  z-index: 1;
}

.sc_item_title_style_gradient .trx_addons_text_gradient,
.sc_item_title_style_gradient .sc_item_title_text {
  padding-bottom: 8px;
}

.sc_item_title[data-mouse-helper*="highlight"] {
  padding-bottom: 8px;
  margin-bottom: -8px;
}

.sc_item_title_style_gradient[data-mouse-helper*="highlight"] .trx_addons_text_gradient {
  opacity: 0.7;
}

.sc_title .sc_button.sc_button.sc_button_simple {
  overflow: visible;
}

/* accent */
.sc_title_accent .sc_button_wrap {
  position: relative;
  z-index: 1;
}

.sc_title_accent .sc_item_subtitle {
  position: relative;
  display: inline-block;
  padding-left: 70px;
}

.sc_title_accent .sc_item_subtitle:before {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--theme-color-text_link);
}

.sc_title_accent .sc_item_subtitle.sc_align_center {
  padding: 10px 0 0 0;
  width: 100%;
}

.sc_title_accent .sc_item_subtitle.sc_align_center:before {
  left: auto;
  right: auto;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sc_title_accent .sc_item_subtitle.sc_align_right {
  padding: 0 70px 0 0;
  width: 100%;
}

.sc_title_accent .sc_item_subtitle.sc_align_right:before {
  left: auto;
  right: 0;
}

/* icon */
.sc_item_subtitle.sc_item_title_style_icon {
  position: relative;
}

.sc_item_subtitle.sc_item_title_style_icon:before {
  color: var(--theme-color-text_dark);
  content: '\e9a7';
  display: block;
  font-family: "fontello";
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 400;
}

/* icon bottom */
.sc_item_title_style_icon_bottom.sc_item_title {
  position: relative;
}

.sc_item_title_style_icon_bottom.sc_item_title:after {
  color: var(--theme-color-text_dark);
  content: '\e9a7';
  display: block;
  font-family: "fontello";
  font-size: 18px;
  line-height: 20px;
  margin-top: 30px;
  font-weight: 400;
}

/* Price */
.sc_price_item {
  color: var(--theme-color-alter_text);
  background-color: var(--theme-color-alter_bg_color);
  border-color: var(--theme-color-alter_bd_color);
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -ms-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  -o-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.sc_price_item .sc_price_item_icon {
  color: var(--theme-color-alter_dark);
}

.sc_price_item .sc_price_item_label {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 1px;
  z-index: 9;
  background-color: var(--theme-color-extra_link);
  color: var(--theme-color-inverse_link);
}

.sc_price_item .sc_price_item_subtitle {
  color: var(--theme-color-alter_text);
}

.sc_price_item .sc_price_item_title,
.sc_price_item .sc_price_item_title a {
  color: var(--theme-color-alter_dark);
}

.sc_price_item .sc_price_item_price {
  color: var(--theme-color-alter_dark);
}

.sc_price_item .sc_price_item_description,
.sc_price_item .sc_price_item_details {
  color: var(--theme-color-alter_text);
}

.sc_price_item .sc_price_item_link {
  color: var(--theme-color-inverse_link);
  border-color: var(--theme-color-text_link);
  background-color: var(--theme-color-text_link);
}

.sc_price_item .sc_price_item_link:hover,
.sc_price_item .sc_price_item_link:focus {
  color: var(--theme-color-inverse_hover);
  border-color: var(--theme-color-text_hover);
  background-color: var(--theme-color-text_hover);
}

.sc_price_item:hover .sc_price_item_link {
  color: var(--theme-color-inverse_hover);
  border-color: var(--theme-color-text_hover);
  background-color: var(--theme-color-text_hover);
}

.sc_price_item.sc_price_active .sc_price_item_link {
  color: var(--theme-color-inverse_link);
  border-color: var(--theme-color-text_link);
  background-color: var(--theme-color-text_link);
}

.sc_price .sc_price_item .sc_price_item_link.sc_price_item_link_over {
  opacity: 0 !important;
  background: none !important;
}

/* Price Default */
.sc_price_default .sc_price_item_image + .sc_price_item_info {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sc_price_default .with_bg_color .sc_price_item_image + .sc_price_item_info {
  padding-top: 33px;
  padding-bottom: 20px;
}

.sc_price_default .sc_price_item.sc_price_active {
  -webkit-box-shadow: 0 23px 90px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 23px 90px rgba(0, 0, 0, 0.05);
  box-shadow: 0 23px 90px rgba(0, 0, 0, 0.05);
  z-index: 9;
}

.sc_price_default .sc_price_item_info {
  padding: 4em 2em 4.4em;
}

.sc_price_default .sc_price_item_icon {
  margin-top: 3em;
}

.sc_price_default .sc_price_item_icon > span {
  font-size: 3em;
  line-height: 1em;
  font-weight: 400;
}

.sc_price_default .sc_price_item_icon + .sc_price_item_info {
  padding-top: 1.5em;
  padding-bottom: 2.8em;
}

.sc_price_default .sc_price_item_title {
  font-size: 24px;
  line-height: 1.25em;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  margin: 0;
}

.sc_price_default .sc_price_item_title + .sc_price_item_subtitle {
  margin-top: 8px;
}

.sc_price_default .sc_price_item_subtitle {
  font-size: 17px;
  line-height: 1.3em;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
  margin: 0;
}

.sc_price_default .sc_price_item_description,
.sc_price_default .sc_price_item_details {
  font-size: 15px;
  line-height: 1.6em;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  margin: 0.65em 0;
}

.sc_price_default .sc_price_item_description ul,
.sc_price_default .sc_price_item_details ul {
  padding: 0;
  list-style-type: none;
}

.sc_price_default .sc_price_item_description ul li + li,
.sc_price_default .sc_price_item_details ul li + li {
  margin-top: 8px;
}

.sc_price_default .sc_price_item_price {
  font-size: 57px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 0;
}

.sc_price_default .sc_price_item_price .sc_price_item_price_before {
  font-size: 20px;
  font-weight: 500;
  vertical-align: top;
  line-height: 2.2em;
  margin-right: 4px;
}

.sc_price_default .sc_price_item_price .sc_price_item_price_after {
  font-size: 19px;
  font-weight: 400;
  color: var(--theme-color-alter_text);
}

.sc_price_default .sc_price_item_price + .sc_price_item_details {
  margin-top: 30px;
}

.sc_price_default .sc_price_item_subtitle + .sc_price_item_price,
.sc_price_default .sc_price_item_title + .sc_price_item_price {
  margin-top: 20px;
}

.sc_price_default .sc_price_item_subtitle + .sc_price_item_link,
.sc_price_default .sc_price_item_title + .sc_price_item_link,
.sc_price_default .sc_price_item_description + .sc_price_item_link,
.sc_price_default .sc_price_item_details + .sc_price_item_link {
  margin-top: 24px;
}

/* Price Metro */
.sc_price_metro .sc_price_item_inner,
.sc_price_metro .sc_price_item.with_image .sc_price_item_inner {
  padding: 70px 50px 130px;
}

.sc_price_metro .sc_price_item {
  z-index: 1;
}

.sc_price_metro .sc_price_item.sc_price_active {
  z-index: 9;
}

.sc_price_metro .sc_price_item_info {
  padding: 0;
}

.sc_price_metro .sc_price_item_image {
  margin-top: 1.5em;
}

.sc_price_metro .sc_price_item_icon {
  margin-top: 1.5em;
}

.sc_price_metro .sc_price_item_icon > span {
  font-size: 3em;
  line-height: 1em;
  font-weight: 400;
}

.sc_price_metro .sc_price_item_title {
  font-size: 19px;
  line-height: 1.25em;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
  margin: 0;
}

.sc_price_metro .sc_price_item_title + .sc_price_item_subtitle {
  margin-top: 8px;
}

.sc_price_metro .sc_price_item_subtitle {
  font-size: 17px;
  line-height: 1.3em;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
  margin: 0;
}

.sc_price_metro .sc_price_item_description,
.sc_price_metro .sc_price_item_details {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  margin: 0.65em 0;
}

.sc_price_metro .sc_price_item_description ul,
.sc_price_metro .sc_price_item_details ul {
  padding: 0 0 0 17px;
  list-style-type: none;
}

.sc_price_metro .sc_price_item_description ul li,
.sc_price_metro .sc_price_item_details ul li {
  position: relative;
}

.sc_price_metro .sc_price_item_description ul li:before,
.sc_price_metro .sc_price_item_details ul li:before {
  font-size: 22px;
  left: -16px;
  top: 1px;
  display: inline-block !important;
  position: absolute;
  content: '\e83c';
  font-family: "fontello";
  color: var(--theme-color-text_link);
}

.sc_price_metro .sc_price_item_description ul li + li,
.sc_price_metro .sc_price_item_details ul li + li {
  margin-top: 10px;
}

.sc_price_metro .sc_price_item_details {
  padding-top: 44px;
  text-align: left;
  border-top: 1px solid var(--theme-color-alter_bd_color);
}

.sc_price_metro .sc_price_item_price {
  font-size: 57px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 17px;
}

.sc_price_metro .sc_price_item_price .sc_price_item_price_before {
  font-size: 20px;
  font-weight: 500;
  vertical-align: top;
  line-height: 2.2em;
  margin-right: 4px;
}

.sc_price_metro .sc_price_item_price .sc_price_item_price_after {
  font-size: 17px;
  font-weight: 300;
  display: block;
  margin-top: 20px;
  color: var(--theme-color-alter_light);
}

.sc_price_metro .sc_price_item_price + .sc_price_item_details {
  margin-top: 38px;
}

.sc_price_metro .sc_price_item_subtitle + .sc_price_item_price,
.sc_price_metro .sc_price_item_title + .sc_price_item_price {
  margin-top: 20px;
}

.sc_price_metro .sc_price_item .sc_price_item_link {
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
  width: 100%;
  display: block;
  border: none;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.sc_price_metro .sc_price_item .sc_price_item_link:not(.sc_price_item_link_over) {
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;
}

/* Messages */
form .trx_addons_message_box {
  min-width: auto;
  max-width: 90%;
}

.trx_addons_message_box {
  width: auto;
  min-width: auto;
  max-width: 50%;
  border: none;
  padding: 18px 30px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  position: fixed;
  z-index: 999999;
  top: auto;
  left: auto;
  bottom: 30px;
  right: 30px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: #000000;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.05) !important;
  -ms-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 3px 21px rgba(0, 0, 0, 0.05) !important;
}

.trx_addons_message_box.trx_addons_message_box_error {
  color: #ffffff;
  background-color: #FF5B4A;
}

.trx_addons_message_box.trx_addons_message_box_success {
  color: #ffffff;
  background-color: #89D86B;
}

.trx_addons_message_box .trx_addons_error_item {
  margin-bottom: 0 !important;
}

/* Icons */
.footer_wrap .sc_icons .sc_icons_icon + .sc_icons_item_title {
  margin-top: 1em;
  margin-bottom: 2em;
}

[class*="scheme_"].footer_wrap .sc_icons .sc_icons_item_title {
  color: var(--theme-color-text_dark);
}

[class*="scheme_"].footer_wrap .sc_icons .sc_icons_item_description {
  color: var(--theme-color-text);
}

.sc_icons .sc_icons_item + .sc_icons_item {
  margin-top: var(--theme-var-grid_gap);
}

.sc_icons .sc_icons_item_linked:hover .sc_icons_icon > span {
  -webkit-animation: none;
  -ms-animation: none;
  animation: none;
}

.sc_icons .sc_icons_item_linked .sc_icons_icon > svg,
.sc_icons .sc_icons_item_linked:hover .sc_icons_icon > svg {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.sc_icons .sc_icons_image img {
  max-width: 100%;
}

.sc_icons .sc_icons_item_linked .sc_icons_image img,
.sc_icons .sc_icons_item_linked:hover .sc_icons_image img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.sc_icons .sc_icons_item .sc_icons_item_more_link {
  position: relative;
  display: inline-block;
  top: auto;
  left: auto;
  height: auto;
  width: auto;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.1em;
  color: var(--theme-color-text_dark);
  z-index: 1;
  overflow: hidden;
}

.sc_icons .sc_icons_item .sc_icons_item_more_link .link_text {
  position: relative;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  text-indent: -110px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  -ms-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  -o-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  will-change: visibility, margin-right, text-indent, opacity;
}

.sc_icons .sc_icons_item:hover .sc_icons_item_more_link .link_text,
.sc_icons .sc_icons_item .sc_icons_item_more_link:hover .link_text {
  opacity: 1;
  text-indent: 0;
  margin-right: 6px;
  visibility: visible;
  -webkit-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  -ms-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  -o-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}

.sc_icons .sc_icons_item .sc_icons_item_more_link .link_icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  font-style: normal;
}

.sc_icons .sc_icons_item .sc_icons_item_more_link .link_icon:before {
  font-size: 12px;
  line-height: inherit;
  font-weight: 400;
  font-style: inherit;
  content: '\E9A4';
  font-family: "fontello";
  display: inline-block;
  vertical-align: top;
  color: currentColor;
}

.sc_icons .sc_icons_item .sc_icons_item_title + .sc_icons_item_more_link,
.sc_icons .sc_icons_item .sc_icons_item_description + .sc_icons_item_more_link {
  margin-top: 1.45em;
}

.sc_icons .sc_icons_item.sc_icons_item_linked.with_more .sc_icons_item_link {
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sc_icons .sc_icons_icon {
  color: var(--theme-color-text_link);
}

.sc_icons .sc_icons_icon:before,
.sc_icons .sc_icons_icon > span:before {
  font-size: 4em;
}

.sc_icons .sc_icons_item_linked:hover .sc_icons_icon {
  color: var(--theme-color-text_dark);
}

.sc_icons .sc_icons_icon + .sc_icons_item_details,
.sc_icons .sc_icons_image + .sc_icons_item_details {
  margin-top: 1.45em;
}

.sc_icons.color_style_link2 .sc_icons_icon {
  color: var(--theme-color-text_link2);
}

.sc_icons.color_style_link3 .sc_icons_icon {
  color: var(--theme-color-text_link3);
}

.sc_icons.color_style_dark .sc_icons_icon {
  color: var(--theme-color-text_dark);
}

.sc_icons .sc_icons_item_title,
.sc_icons .sc_icons_item_title a {
  color: var(--theme-color-text_dark);
}

.sc_icons .sc_icons_item_title[style*="color"] > a:active,
.sc_icons .sc_icons_item_title[style*="color"] > a:hover,
.sc_icons .sc_icons_item_title[style*="color"] > a {
  color: inherit !important;
}

.sc_icons .sc_icons_item:hover .sc_icons_item_title,
.sc_icons .sc_icons_item:hover .sc_icons_item_title a,
.sc_icons .sc_icons_item .sc_icons_item_title a:hover {
  color: var(--theme-color-text_dark);
}

.sc_icons.color_style_link2 .sc_icons_item:hover .sc_icons_item_title,
.sc_icons.color_style_link2 .sc_icons_item:hover .sc_icons_item_title a,
.sc_icons.color_style_link2 .sc_icons_item .sc_icons_item_title a:hover {
  color: var(--theme-color-text_dark);
}

.sc_icons.color_style_link3 .sc_icons_item:hover .sc_icons_item_title,
.sc_icons.color_style_link3 .sc_icons_item:hover .sc_icons_item_title a,
.sc_icons.color_style_link3 .sc_icons_item .sc_icons_item_title a:hover {
  color: var(--theme-color-text_dark);
}

.sc_icons.color_style_dark .sc_icons_item:hover .sc_icons_item_title,
.sc_icons.color_style_dark .sc_icons_item:hover .sc_icons_item_title a,
.sc_icons.color_style_dark .sc_icons_item .sc_icons_item_title a:hover {
  color: var(--theme-color-text_dark);
}

.sc_icons_item_title {
  font-size: 1.66667rem;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}

.sc_icons_item_description {
  font-size: 16px;
  line-height: 1.65em;
  color: var(--theme-color-text);
}

.sc_icons_item_description ul {
  list-style-type: none;
  padding-left: 0;
}

.sc_icons_item_description ul > li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  margin: 8px 0;
}

.sc_align_center .sc_icons_item_description ul > li {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.sc_align_right .sc_icons_item_description ul > li {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.sc_icons_item_description ul > li:first-child {
  margin-top: 0;
}

.sc_icons_item_description ul > li:last-child {
  margin-bottom: 0;
}

.sc_icons_item_description ul > li:before {
  margin-right: 10px;
  font-size: 27px;
  line-height: inherit;
  font-weight: 400;
  font-family: "fontello";
  content: '\E83C';
  display: inline-block;
  position: relative;
  z-index: 1;
  color: var(--theme-color-text_link);
}

.sc_icons_item_description p:last-child,
.sc_icons_item_description ul:last-child {
  margin-bottom: 0;
}

.sc_icons_item_title + .sc_icons_item_description {
  margin-top: 1.8em;
}

.sc_icons_item_description a {
  color: var(--theme-color-text);
}

.sc_icons_item_description a:hover {
  color: var(--theme-color-text_dark);
}

.sc_icon_type_svg svg,
.sc_icon_type_svg object {
  width: 4em;
  height: 4em;
  vertical-align: middle;
}

.sc_icons_size_small .sc_icons_icon:before,
.sc_icons_size_small .sc_icons_icon > span:before {
  font-size: 3em;
}

.sc_icons_size_small .sc_icon_type_svg svg,
.sc_icons_size_small .sc_icon_type_svg object {
  width: 3em;
  height: 3em;
}

.sc_icons_size_large .sc_icons_icon:before,
.sc_icons_size_large .sc_icons_icon > span:before {
  font-size: 5em;
}

.sc_icons_size_large .sc_icon_type_svg svg,
.sc_icons_size_large .sc_icon_type_svg object {
  width: 5em;
  height: 5em;
}

/* Style 'Partners' */
.sc_icons_partners .sc_icons_item .sc_icons_image img {
  max-width: 37%;
  opacity: .2;
  will-change: opacity;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.sc_icons_partners .sc_icons_item:hover .sc_icons_image img {
  opacity: 1;
}

.sc_icons_partners .sc_icons_item_linked:hover .sc_icons_image img {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

/* Style 'Card' */
.sc_icons_card .sc_icons_item {
  padding: 1.88889rem;
  color: var(--theme-color-alter_text);
  background-color: var(--theme-color-alter_bg_color);
}

.sc_icons_card .sc_icons_item .sc_icons_icon {
  color: var(--theme-color-alter_link);
}

.sc_icons_card .sc_icons_item .sc_icons_item_more_link {
  opacity: 0;
}

.sc_icons_card .sc_icons_item:hover .sc_icons_item_more_link {
  opacity: 1;
}

.sc_icons_card .sc_icons_item .sc_icons_item_details {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(2.22222rem);
  -ms-transform: translateY(2.22222rem);
  transform: translateY(2.22222rem);
}

.sc_icons_card .sc_icons_item:hover .sc_icons_item_details {
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
}

.sc_icons_card .sc_icons_item .sc_icons_item_description {
  margin-bottom: 1.8em;
}

.sc_icons_card .sc_icons_image {
  text-align: center;
}

.sc_icons_card .sc_icons_item.sc_icons_item_linked.with_more .sc_icons_item_link {
  z-index: 10;
}

.sc_icons_card .sc_icons_item .sc_icons_item_title {
  font-size: 1.44444rem;
}

.sc_icons_card .sc_icons_item .sc_icons_item_title,
.sc_icons_card .sc_icons_item .sc_icons_item_title a {
  color: var(--theme-color-alter_dark);
}

.sc_icons_card .sc_icons_item .sc_icons_item_title a:hover {
  color: var(--theme-color-alter_dark);
}

.sc_icons_card .sc_icons_item .sc_icons_item_title + .sc_icons_item_more_link,
.sc_icons_card .sc_icons_item .sc_icons_item_description + .sc_icons_item_more_link {
  margin-top: 0.66667rem;
}

.sc_icons_card .sc_icons_icon + .sc_icons_item_details,
.sc_icons_card .sc_icons_image + .sc_icons_item_details {
  margin-top: 0;
}

.sc_icons_card .sc_icons_item:hover .sc_icons_icon {
  color: var(--theme-color-alter_dark);
}

.sc_icons_card .sc_icons_item .sc_icons_item_more_link {
  color: var(--theme-color-alter_dark);
}

.sc_icons_card .sc_icons_item:hover .sc_icons_item_more_link {
  color: var(--theme-color-alter_link);
}

.sc_icons_card.color_style_link2 .sc_icons_item .sc_icons_icon {
  color: var(--theme-color-alter_link2);
}

.sc_icons_card.color_style_link2 .sc_icons_item:hover .sc_icons_icon {
  color: var(--theme-color-alter_dark);
}

.sc_icons_card.color_style_link2 .sc_icons_item .sc_icons_item_more_link {
  color: var(--theme-color-alter_dark);
}

.sc_icons_card.color_style_link2 .sc_icons_item:hover .sc_icons_item_more_link {
  color: var(--theme-color-alter_link2);
}

.sc_icons_card.color_style_link2 .sc_icons_item .sc_icons_item_title a:hover {
  color: var(--theme-color-alter_dark);
}

.sc_icons_card.color_style_link3 .sc_icons_item .sc_icons_icon {
  color: var(--theme-color-alter_link3);
}

.sc_icons_card.color_style_link3 .sc_icons_item:hover .sc_icons_icon {
  color: var(--theme-color-alter_dark);
}

.sc_icons_card.color_style_link3 .sc_icons_item .sc_icons_item_more_link {
  color: var(--theme-color-alter_dark);
}

.sc_icons_card.color_style_link3 .sc_icons_item:hover .sc_icons_item_more_link {
  color: var(--theme-color-alter_link3);
}

.sc_icons_card.color_style_link3 .sc_icons_item .sc_icons_item_title a:hover {
  color: var(--theme-color-alter_dark);
}

.sc_icons_card.color_style_dark .sc_icons_item .sc_icons_icon {
  color: var(--theme-color-alter_dark);
}

.sc_icons_card.color_style_dark .sc_icons_item:hover .sc_icons_icon {
  color: var(--theme-color-alter_link);
}

.sc_icons_card.color_style_dark .sc_icons_item .sc_icons_item_more_link {
  color: var(--theme-color-alter_link);
}

.sc_icons_card.color_style_dark .sc_icons_item:hover .sc_icons_item_more_link {
  color: var(--theme-color-alter_dark);
}

.sc_icons_card.color_style_dark .sc_icons_item .sc_icons_item_title a:hover {
  color: var(--theme-color-alter_dark);
}

/* Map Marker */
.map_marker {
  position: absolute;
  width: 18px;
  height: 18px;
  display: block;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--theme-color-text_link2);
  will-change: transform;
}

.map_marker > div {
  background-color: var(--theme-color-text_link2_05);
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
}

.map_marker > div:first-child {
  -webkit-animation: markerWave 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
  animation: markerWave 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
}

.map_marker > div:first-child + div {
  -webkit-animation: markerWave 1.5s 0.45s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
  animation: markerWave 1.5s 0.45s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
}

@-webkit-keyframes markerWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0;
  }
}

@keyframes markerWave {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.8;
  }
  20% {
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(5.5);
    transform: scale(5.5);
    opacity: 0;
  }
}

/* style 2 */
.map_marker_2 {
  position: absolute;
  width: 86px;
  height: 86px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
}

.map_marker_2:before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  content: '\e9ce';
  font-family: "fontello";
  color: #000;
  font-size: 38px;
  margin: 2px 0 0 0;
}

/* custom pagination as thumb */
.swiper-pagination-custom .swiper-pagination-button {
  margin: 0 6px;
  width: 5em;
  height: 5em;
  border: none;
  opacity: 1;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  will-change: transform;
  -webkit-transform: scale3d(0.8, 0.8, 0.8);
  -ms-transform: scale3d(0.8, 0.8, 0.8);
  transform: scale3d(0.8, 0.8, 0.8);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  cursor: pointer;
}

.swiper-pagination-custom .swiper-pagination-button.swiper-pagination-button-active {
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  background-color: transparent;
}

.slider_container.slider_pagination_pos_bottom .swiper-pagination-custom,
.slider_outer.slider_outer_pagination_pos_bottom .swiper-pagination-custom,
.slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-custom {
  height: 5em;
  line-height: 5em;
}

.slider_outer.slider_outer_pagination_pos_bottom .swiper-pagination-custom,
.slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-custom {
  margin-top: 1.8em;
}

/* Testimonials */
.sc_testimonials:not(.sc_testimonials_plain) .sc_testimonials_content > .sc_testimonials_item + .sc_testimonials_item {
  margin-top: 2em;
}

.sc_testimonials_default .trx_addons_columns_wrap.columns_padding_bottom > [class*="trx_addons_column-"] {
  padding-bottom: 60px;
}

.sc_testimonials_default .trx_addons_columns_wrap.columns_padding_bottom.columns_in_single_row > [class*="trx_addons_column-"] {
  padding-bottom: 0;
}

/* Default */
.sc_testimonials_default .sc_testimonials_item_content {
  text-align: left;
  font-size: 19px;
  line-height: 34px;
  font-weight: 400;
  font-style: normal;
  color: var(--theme-color-text);
}

.sc_testimonials_default .sc_testimonials_item_content:before {
  display: none;
}

.sc_testimonials_default .sc_testimonials_item_author {
  margin: 38px 0 1px;
  max-width: none;
  padding: 0;
  background-color: transparent;
  color: var(--theme-color-text_dark);
  text-align: left;
}

.sc_testimonials_default .sc_testimonials_item_author_avatar {
  overflow: visible;
  margin: 0 20px 1px 0;
  width: 78px;
  height: 78px;
  position: relative;
}

.sc_testimonials_default .sc_testimonials_item_author_avatar:before {
  content: '\e9cb';
  font-family: "fontello";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -1px;
  right: -1px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  overflow: hidden;
  font-size: 7px;
  font-weight: 400;
  text-align: center;
  text-indent: 1px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--theme-color-text_link);
  color: var(--theme-color-inverse_link);
}

.sc_testimonials_default .sc_testimonials_item_author_avatar img {
  overflow: hidden;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.sc_testimonials_default .sc_testimonials_item_author_data {
  max-width: 100%;
}

.sc_testimonials_default .sc_testimonials_item_author_data .sc_testimonials_item_author_title {
  margin: 0;
  color: var(--theme-color-text_dark);
  font-size: 19px;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
}

.sc_testimonials_default .sc_testimonials_item_author_data .sc_testimonials_item_author_subtitle,
.sc_testimonials_default .sc_testimonials_item_author_data .sc_testimonials_item_author_title + .sc_testimonials_item_author_subtitle {
  margin-top: 0;
  color: var(--theme-color-text_dark);
  opacity: 0.8;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.sc_testimonials_default .sc_testimonials_item_author_data .sc_testimonials_item_author_title + .sc_testimonials_item_author_subtitle {
  margin-top: 6px;
}

/* Accent 2 */
.sc_testimonials_accent2 .sc_item_slider .sc_testimonials_item {
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.sc_testimonials_accent2 .sc_testimonials_item {
  position: relative;
  padding: 65px 48px 60px 48px;
  height: auto;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(--theme-color-bg_color);
  border: 1px solid var(--theme-color-bd_color);
  -webkit-transition: -webkit-transform 0.2s ease-out, color 0.2s ease-out;
  -ms-transition: -ms-transform 0.2s ease-out, color 0.2s ease-out;
  -webkit-transition: color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out, color 0.2s ease-out;
  transition: transform 0.2s ease-out, color 0.2s ease-out;
  transition: transform 0.2s ease-out, color 0.2s ease-out, -webkit-transform 0.2s ease-out;
  margin: 8px 0 0 0;
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.sc_testimonials_accent2 .sc_testimonials_item:before {
  content: '\e9eb';
  font-family: "fontello";
  display: block;
  position: relative;
  width: 100%;
  height: 25px;
  line-height: 25px;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  color: var(--theme-color-text_link2);
  margin-bottom: 21px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sc_testimonials_accent2 .sc_testimonials_item:hover {
  -webkit-transform: translate3d(0, -8px, 0);
  -ms-transform: translate3d(0, -8px, 0);
  transform: translate3d(0, -8px, 0);
}

.sc_testimonials_accent2 .sc_testimonials_item:hover:before {
  color: var(--theme-color-text_dark);
}

.sc_testimonials_accent2 [class*="column"] .sc_testimonials_item_content,
.sc_testimonials_accent2 .sc_testimonials_item_content {
  text-align: left;
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
  font-style: italic;
  color: var(--theme-color-text_dark);
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sc_testimonials_accent2 [class*="column"] .sc_testimonials_item_content:before,
.sc_testimonials_accent2 .sc_testimonials_item_content:before {
  display: none;
}

.sc_testimonials_accent2 .sc_testimonials_item_author {
  margin: 26px 0 0;
  max-width: none;
  padding: 0;
  background-color: transparent;
  color: var(--theme-color-text_dark);
  text-align: left;
}

.sc_testimonials_accent2 .sc_testimonials_item_author_avatar {
  margin: 0 14px 0 0;
  width: 78px;
  height: 78px;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.sc_testimonials_accent2 .sc_testimonials_item_author_data {
  max-width: 100%;
}

.sc_testimonials_accent2 .sc_testimonials_item_author_data .sc_testimonials_item_author_title {
  margin: 0;
  color: var(--theme-color-text_dark);
  font-size: 19px;
  line-height: 24px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sc_testimonials_accent2 .sc_testimonials_item_author_data .sc_testimonials_item_author_subtitle,
.sc_testimonials_accent2 .sc_testimonials_item_author_data .sc_testimonials_item_author_title + .sc_testimonials_item_author_subtitle {
  margin-top: 0;
  color: var(--theme-color-alter_text);
  opacity: 0.8;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sc_testimonials_accent2 .sc_testimonials_item_author_data .sc_testimonials_item_author_title + .sc_testimonials_item_author_subtitle {
  margin-top: 6px;
}

.sc_testimonials_accent2 .slider_container.slider_pagination_pos_bottom .swiper-pagination-bullets .swiper-pagination-bullet, .sc_testimonials_accent2 .slider_outer.slider_outer_pagination_pos_bottom .swiper-pagination-bullets .swiper-pagination-bullet, .sc_testimonials_accent2 .slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
  background: transparent;
  border-color: #E5E3E0;
}

.sc_testimonials_accent2 .swiper-pagination-custom .swiper-pagination-button.swiper-pagination-button-active, .sc_testimonials_accent2 .sc_slider_controls.slider_pagination_style_bullets .slider_pagination_bullet.swiper-pagination-bullet-active, .sc_testimonials_accent2 .sc_slider_controls.slider_pagination_style_bullets .slider_pagination_bullet:hover, .sc_testimonials_accent2 .slider_container .slider_pagination_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active, .sc_testimonials_accent2 .slider_outer .slider_pagination_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active, .sc_testimonials_accent2 .slider_container .slider_pagination_wrap .swiper-pagination-bullet:hover, .sc_testimonials_accent2 .slider_outer .slider_pagination_wrap .swiper-pagination-bullet:hover {
  border-color: var(--theme-color-text_link);
  background-color: var(--theme-color-text_link);
}

.sc_testimonials_accent2 .slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets,
.sc_testimonials_accent2 .sc_item_slider.slider_outer_pagination_pos_bottom .swiper-pagination {
  margin-top: 2em;
}

/* --- Controls --- */
/* Bullets */
.sc_slider_controls.sc_slider_controls_default.slider_pagination_style_bullets .slider_pagination_bullet {
  margin: 0 8px;
  border-color: var(--theme-color-text_dark);
  background-color: transparent;
}

.sc_slider_controls.sc_slider_controls_default.slider_pagination_style_bullets .slider_pagination_bullet.slider_pagination_bullet_active, .sc_slider_controls.sc_slider_controls_default.slider_pagination_style_bullets .slider_pagination_bullet.swiper-pagination-button-active, .sc_slider_controls.sc_slider_controls_default.slider_pagination_style_bullets .slider_pagination_bullet:hover {
  border-color: var(--theme-color-text_link);
  background-color: var(--theme-color-text_link);
}

.sc_slider_controls.sc_slider_controls_default.slider_pagination_style_bullets.sc_align_left .slider_controls_wrap:not(.with_prev):not(.with_next) .slider_pagination_wrap {
  text-align: left;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin-left: -8px;
}

.sc_slider_controls.sc_slider_controls_default.slider_pagination_style_bullets .slider_controls_wrap:not(.with_prev):not(.with_next) .slider_pagination_wrap {
  height: 20px;
}

/* Default */
.sc_slider_controls.sc_slider_controls_default .slider_prev + .slider_next,
.sc_slider_controls.sc_slider_controls_default .slider_prev + .slider_pagination_wrap,
.sc_slider_controls.sc_slider_controls_default .slider_next + .slider_pagination_wrap {
  margin-left: 0.5em;
}

.sc_slider_controls.sc_slider_controls_default .slider_controls_wrap > a.slider_next,
.sc_slider_controls.sc_slider_controls_default .slider_controls_wrap > a.slider_prev {
  border: 1px solid var(--theme-color-bd_color);
  height: 56px;
  width: 56px;
  line-height: 53px;
  padding: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  color: var(--theme-color-text_dark);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.sc_slider_controls.sc_slider_controls_default .slider_controls_wrap > a.slider_next:before,
.sc_slider_controls.sc_slider_controls_default .slider_controls_wrap > a.slider_prev:before {
  font-size: 16px;
}

.sc_slider_controls.sc_slider_controls_default .slider_controls_wrap > a.slider_next.with_title,
.sc_slider_controls.sc_slider_controls_default .slider_controls_wrap > a.slider_prev.with_title {
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 0 15px;
  width: auto;
}

.sc_slider_controls.sc_slider_controls_default .slider_controls_wrap > a.slider_next:hover,
.sc_slider_controls.sc_slider_controls_default .slider_controls_wrap > a.slider_prev:hover {
  color: var(--theme-color-text_link);
}

/* Light */
.sc_slider_controls.sc_slider_controls_light .slider_prev + .slider_next,
.sc_slider_controls.sc_slider_controls_light .slider_prev + .slider_pagination_wrap,
.sc_slider_controls.sc_slider_controls_light .slider_next + .slider_pagination_wrap {
  margin-left: 0.5em;
}

.sc_slider_controls.sc_slider_controls_light .slider_controls_wrap > a.slider_next:before {
  content: '\e9e6';
  letter-spacing: -3px;
}

.sc_slider_controls.sc_slider_controls_light .slider_controls_wrap > a.slider_prev:before {
  content: '\e9e5';
  letter-spacing: 2px;
}

.sc_slider_controls.sc_slider_controls_light .slider_controls_wrap > a.slider_next,
.sc_slider_controls.sc_slider_controls_light .slider_controls_wrap > a.slider_prev {
  border: 1px solid var(--theme-color-bd_color);
  height: 56px;
  width: 56px;
  min-width: 56px;
  line-height: 52px;
  padding: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  color: var(--theme-color-text_dark);
}

.sc_slider_controls.sc_slider_controls_light .slider_controls_wrap > a.slider_next:before,
.sc_slider_controls.sc_slider_controls_light .slider_controls_wrap > a.slider_prev:before {
  font-size: 14px;
}

.sc_slider_controls.sc_slider_controls_light .slider_controls_wrap > a.slider_next.with_title,
.sc_slider_controls.sc_slider_controls_light .slider_controls_wrap > a.slider_prev.with_title {
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 0 15px;
  width: auto;
}

.sc_slider_controls.sc_slider_controls_light .slider_controls_wrap > a.slider_next:hover,
.sc_slider_controls.sc_slider_controls_light .slider_controls_wrap > a.slider_prev:hover {
  color: var(--theme-color-text_link);
}

/* Alter */
.sc_slider_controls.sc_slider_controls_alter .slider_controls_wrap:not(.with_prev):not(.with_next) .slider_pagination_wrap {
  text-align: left;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.sc_slider_controls.sc_slider_controls_alter .slider_pagination_bullet {
  position: relative;
  z-index: 1;
  margin: 0 15px;
  border: none;
  background-color: var(--theme-color-alter_bg_color);
}

.sc_slider_controls.sc_slider_controls_alter .slider_pagination_bullet.swiper-pagination-bullet-active {
  background-color: var(--theme-color-alter_link);
}

.sc_slider_controls.sc_slider_controls_alter .slider_pagination_bullet.swiper-pagination-bullet-active:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--theme-color-alter_link_02);
}

.sc_slider_controls.sc_slider_controls_alter .slider_pagination_bullet:first-child {
  margin-left: 0;
}

.sc_slider_controls.sc_slider_controls_alter .slider_pagination_bullet:last-child {
  margin-right: 0;
}

.sc_slider_controls.sc_slider_controls_alter .slider_prev + .slider_next,
.sc_slider_controls.sc_slider_controls_alter .slider_prev + .slider_pagination_wrap,
.sc_slider_controls.sc_slider_controls_alter .slider_next + .slider_pagination_wrap {
  margin-left: 5px;
}

.sc_slider_controls.sc_slider_controls_alter .slider_controls_wrap > a.slider_next,
.sc_slider_controls.sc_slider_controls_alter .slider_controls_wrap > a.slider_prev {
  border: 1px solid var(--theme-color-bd_color);
  height: 38px;
  width: 38px;
  line-height: 36px;
  padding: 0;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: var(--theme-color-alter_bg_color);
  color: var(--theme-color-alter_dark);
}

.sc_slider_controls.sc_slider_controls_alter .slider_controls_wrap > a.slider_next:before,
.sc_slider_controls.sc_slider_controls_alter .slider_controls_wrap > a.slider_prev:before {
  font-size: 14px;
}

.sc_slider_controls.sc_slider_controls_alter .slider_controls_wrap > a.slider_next.with_title,
.sc_slider_controls.sc_slider_controls_alter .slider_controls_wrap > a.slider_prev.with_title {
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 0 15px;
  width: auto;
}

.sc_slider_controls.sc_slider_controls_alter .slider_controls_wrap > a.slider_next:hover,
.sc_slider_controls.sc_slider_controls_alter .slider_controls_wrap > a.slider_prev:hover {
  color: var(--theme-color-text_link);
}

/* Socials Default */
.sc_socials.sc_socials_default .socials_wrap {
  margin-bottom: -7px;
}

.sc_socials.sc_socials_default .socials_wrap .social_item {
  display: inline-block;
  vertical-align: top;
  line-height: inherit;
  text-align: center;
  margin: 0 7px 7px 0;
}

.sc_socials.sc_socials_default .socials_wrap .social_item .social_icon {
  position: relative;
  display: block;
  background-size: 100%;
  background-position: top center;
  overflow: hidden;
  width: 45px;
  height: 45px;
  line-height: 44px;
  font-size: 16px;
  text-align: center;
  -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;
  border: 1px solid var(--theme-color-text_dark_015);
  color: var(--theme-color-text_dark);
  background-color: transparent;
}

.sc_socials.sc_socials_default .socials_wrap .social_item:hover .social_icon {
  background-color: transparent;
  color: var(--theme-color-text_link);
}

.sc_socials.sc_socials_default .socials_wrap .social_item:hover .social_icon[class*="facebook"] {
  color: #3b5998 !important;
}

.sc_socials.sc_socials_default .socials_wrap .social_item:hover .social_icon[class*="twitter"] {
  color: #1da1f2 !important;
}

.sc_socials.sc_socials_default .socials_wrap .social_item:hover .social_icon[class*="dribble"], .sc_socials.sc_socials_default .socials_wrap .social_item:hover .social_icon[class*="dribbble"] {
  color: #ea4c89 !important;
}

.sc_socials.sc_socials_default .socials_wrap .social_item:hover .social_icon[class*="instagram"] {
  color: #C862DC !important;
}

/* Toggle filter */
.sc_style_toggle .sc_blogger .sc_item_filters_wrap .sc_item_filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: var(--theme-var-page);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.7rem;
}

.sc_style_toggle .sc_blogger .sc_item_filters_wrap .sc_item_filters.sc_item_filters_align_left .list_wrap .sc_item_filters_tabs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sc_style_toggle .sc_blogger .sc_item_filters_wrap .sc_item_filters.sc_item_filters_align_left .sc_item_filters_header {
  text-align: left;
}

.sc_style_toggle .sc_blogger .sc_item_filters_wrap .sc_item_filters.sc_item_filters_align_right .list_wrap .sc_item_filters_tabs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sc_style_toggle .sc_blogger .sc_item_filters_wrap .sc_item_filters.sc_item_filters_align_right .sc_item_filters_header {
  text-align: right;
}

.sc_style_toggle .sc_blogger .sc_item_filters_wrap .sc_item_filters.sc_item_filters_align_center .list_wrap .sc_item_filters_tabs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.sc_style_toggle .sc_blogger .sc_item_filters_wrap .sc_item_filters.sc_item_filters_align_center .sc_item_filters_header {
  text-align: center;
}

.sc_style_toggle .sc_blogger .sc_item_filters_wrap .sc_item_filters .sc_item_filters_header {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.sc_style_toggle .sc_blogger .sc_item_filters_wrap .sc_item_filters .title_wrap {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: 1rem;
  padding-right: 3.6rem;
}

.sc_style_toggle .sc_blogger .sc_item_filters_wrap .sc_item_filters .title_wrap .toggle_title {
  color: var(--theme-color-text_dark);
}

.sc_style_toggle .sc_blogger .sc_item_filters_wrap .sc_item_filters .title_wrap .active_tab {
  text-transform: capitalize;
  cursor: pointer;
  color: var(--theme-color-text_link3);
}

.sc_style_toggle .sc_blogger .sc_item_filters_wrap .sc_item_filters .list_wrap {
  overflow: hidden;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.sc_style_toggle .sc_blogger .sc_item_filters_wrap .sc_item_filters .list_wrap .sc_item_filters_tabs {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

.sc_style_toggle .sc_blogger .sc_item_filters_wrap .sc_item_filters .list_wrap .sc_item_filters_tabs li {
  padding: 0 15px;
}

.sc_style_toggle .sc_blogger .sc_item_filters_wrap .sc_item_filters .list_wrap .sc_item_filters_tabs li a {
  text-transform: capitalize;
  color: var(--theme-color-text_dark);
  padding-bottom: 0;
  font-size: 1rem;
  border-bottom: none;
}

.sc_style_toggle .sc_blogger .sc_item_filters_wrap .sc_item_filters .list_wrap .sc_item_filters_tabs li a:after {
  display: none;
}

.sc_style_toggle .sc_blogger .sc_item_filters_wrap .sc_item_filters .list_wrap .sc_item_filters_tabs li a:hover {
  color: var(--theme-color-text_link3);
}

.sc_style_toggle .sc_blogger .sc_item_filters_wrap .sc_item_filters .list_wrap .sc_item_filters_tabs li.sc_item_filters_tabs_active a {
  color: var(--theme-color-text_link3);
}

.sc_style_toggle .sc_blogger .sc_item_filters_wrap .sc_item_filters .list_wrap .sc_item_filters_tabs.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  -o-transition: transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}

/* --- Portfolio --- */
/*Default filter*/
.sc_blogger .sc_blogger_filters .sc_item_filters_tabs li a {
  display: inline-block;
}

/* Pagination ( Portfolio and Blogger Portfolio ) */
.sc_portfolio .slider_container .swiper-pagination-bullet,
.sc_portfolio .slider_outer .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}

.sc_portfolio .sc_slider_controls.slider_pagination_style_bullets .slider_pagination_bullet,
.sc_portfolio .slider_container .slider_pagination_wrap .swiper-pagination-bullet,
.sc_portfolio .slider_outer .slider_pagination_wrap .swiper-pagination-bullet,
.sc_portfolio .swiper-pagination-custom .swiper-pagination-button {
  border-color: var(--theme-color-alter_bd_color);
  background-color: var(--theme-color-alter_bd_color);
}

.sc_portfolio .sc_slider_controls.slider_pagination_style_bullets .slider_pagination_bullet.swiper-pagination-bullet-active,
.sc_portfolio .slider_container .slider_pagination_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active,
.sc_portfolio .slider_outer .slider_pagination_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active,
.sc_portfolio .swiper-pagination-custom .swiper-pagination-button.swiper-pagination-bullet-active {
  border-color: var(--theme-color-text_link);
  background-color: var(--theme-color-text_link);
}

.sc_portfolio .slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets {
  margin-top: 2.2em;
}

/* Portfolio Styles  */
.sc_portfolio_eclipse .sc_portfolio_content > .sc_portfolio_item + .sc_portfolio_item,
.sc_portfolio_default .sc_portfolio_content > .sc_portfolio_item + .sc_portfolio_item {
  margin-top: 1.5em;
}

.sc_portfolio .post_meta {
  margin-bottom: 0;
}

.slider_width_auto .sc_portfolio.sc_portfolio_default .sc_portfolio_slider .slider_container .slider-wrapper .swiper-slide .sc_portfolio_item .post_featured_bg {
  background-position: center center;
  background-size: cover;
}

.slider_width_auto .sc_portfolio.sc_portfolio_default .sc_portfolio_slider .slider_container .slider-wrapper .swiper-slide .sc_portfolio_item .post_featured_bg:before {
  padding-top: 15rem;
}

.slider_width_auto .sc_portfolio.sc_portfolio_default .sc_portfolio_slider .slider_container .slider-wrapper .swiper-slide:nth-child(odd) {
  width: 35% !important;
}

.slider_width_auto .sc_portfolio.sc_portfolio_default .sc_portfolio_slider .slider_container .slider-wrapper .swiper-slide:nth-child(even) {
  width: 65% !important;
}

.slider_width_auto .sc_portfolio.sc_portfolio_default .sc_portfolio_slider .slider_container .slider-wrapper.sc_item_columns_2 .swiper-slide .post_featured_bg:before {
  padding-top: 24.8rem;
}

.slider_width_auto .sc_portfolio.sc_portfolio_default .sc_portfolio_slider .slider_container .slider-wrapper.sc_item_columns_3 .swiper-slide .post_featured_bg:before {
  padding-top: 20rem;
}

.slider_width_auto .sc_portfolio.sc_portfolio_default .sc_portfolio_slider .slider_container .slider-wrapper.sc_item_columns_4 .swiper-slide .post_featured_bg:before {
  padding-top: 18rem;
}

.slider_width_auto .sc_portfolio.sc_portfolio_default .sc_portfolio_slider .slider_container .slider-wrapper.sc_item_columns_4 .sc_portfolio_item .post_featured .post_info, .slider_width_auto .sc_portfolio.sc_portfolio_default .sc_portfolio_slider .slider_container .slider-wrapper.sc_item_columns_5 .sc_portfolio_item .post_featured .post_info, .slider_width_auto .sc_portfolio.sc_portfolio_default .sc_portfolio_slider .slider_container .slider-wrapper.sc_item_columns_6 .sc_portfolio_item .post_featured .post_info {
  bottom: 20px;
  left: 0;
  padding: 13px 18px 11px;
}

.slider_width_auto .sc_portfolio.sc_portfolio_default .sc_portfolio_slider .slider_container .slider-wrapper.sc_item_columns_4 .sc_portfolio_item .post_featured .post_info .post_title, .slider_width_auto .sc_portfolio.sc_portfolio_default .sc_portfolio_slider .slider_container .slider-wrapper.sc_item_columns_5 .sc_portfolio_item .post_featured .post_info .post_title, .slider_width_auto .sc_portfolio.sc_portfolio_default .sc_portfolio_slider .slider_container .slider-wrapper.sc_item_columns_6 .sc_portfolio_item .post_featured .post_info .post_title {
  font-size: 1.1rem;
}

.sc_portfolio.sc_portfolio_default .sc_portfolio_slider .slider_container .slider-wrapper .swiper-slide .sc_portfolio_item .post_featured_bg {
  background-position: center center;
  background-size: cover;
}

.sc_portfolio.sc_portfolio_default .sc_portfolio_slider .slider_container .slider-wrapper .swiper-slide .sc_portfolio_item .post_featured_bg:before {
  padding-top: 20rem;
}

.sc_portfolio.sc_portfolio_default .sc_portfolio_item .post_featured {
  overflow: hidden;
  position: relative;
}

.sc_portfolio.sc_portfolio_default .sc_portfolio_item .post_featured > a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.sc_portfolio.sc_portfolio_default .sc_portfolio_item .post_featured.post_featured_bg {
  background-position: center center;
  background-size: cover;
}

.sc_portfolio.sc_portfolio_default .sc_portfolio_item .post_featured.post_featured_bg:before {
  padding-top: 20rem;
}

.sc_portfolio.sc_portfolio_default .sc_portfolio_item .post_featured .mask {
  display: none;
}

.sc_portfolio.sc_portfolio_default .sc_portfolio_item .post_featured .post_info {
  width: auto;
  max-width: calc(100% - 30px);
  height: auto;
  top: auto;
  right: auto;
  bottom: 27px;
  left: 0;
  padding: 23px 28px 21px;
  background-color: var(--theme-color-bg_color);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sc_portfolio.sc_portfolio_default .sc_portfolio_item .post_featured .post_info .post_title {
  font-size: 1.33rem;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: capitalize;
  font-weight: 700;
}

.sc_portfolio.sc_portfolio_default .sc_portfolio_item .post_featured .post_info .post_title a {
  color: var(--theme-color-text_dark) !important;
}

.sc_portfolio.sc_portfolio_default .sc_portfolio_item .post_featured .post_info .post_meta {
  font-weight: 300;
}

.sc_portfolio.sc_portfolio_default .sc_portfolio_item .post_featured .post_info .post_meta .post_categories a {
  color: var(--theme-color-alter_text) !important;
}

.sc_portfolio.sc_portfolio_default .sc_portfolio_item .post_featured:hover .post_info {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
}

.sc_portfolio.sc_portfolio_eclipse .sc_portfolio_item .post_featured {
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}

.sc_portfolio.sc_portfolio_eclipse .sc_portfolio_item .post_featured > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
}

.sc_portfolio.sc_portfolio_eclipse .sc_portfolio_item .post_featured .mask {
  display: block;
  background-color: var(--theme-color-inverse_dark);
  opacity: 0;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  transition-delay: 300ms;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}

.sc_portfolio.sc_portfolio_eclipse .sc_portfolio_item .post_featured .post_info {
  width: calc(100% - 40px);
  height: calc( 100% - 40px);
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  padding: 0;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.sc_portfolio.sc_portfolio_eclipse .sc_portfolio_item .post_featured .post_info .post_title {
  font-size: 1.33333rem;
  line-height: 1.3em;
  font-weight: 700;
  font-style: italic;
  color: #ffffff !important;
  overflow: hidden;
  text-align: center;
}

.sc_portfolio.sc_portfolio_eclipse .sc_portfolio_item .post_featured .post_info .post_title a {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
  color: #ffffff !important;
  margin-left: 0;
  overflow: hidden;
  padding-bottom: 2px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 3;
  -moz-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
}

.sc_portfolio.sc_portfolio_eclipse .sc_portfolio_item .post_featured .post_info .post_meta {
  overflow: hidden;
  margin: 6px;
}

.sc_portfolio.sc_portfolio_eclipse .sc_portfolio_item .post_featured .post_info .post_meta .post_categories {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  letter-spacing: -0.01em;
  color: var(--theme-color-text_light);
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transition-duration: 400ms;
  -o-transition-duration: 400ms;
  transition-duration: 400ms;
}

.sc_portfolio.sc_portfolio_eclipse .sc_portfolio_item .post_featured .post_info .post_meta .post_categories a {
  color: var(--theme-color-text_light);
  font-weight: 400;
  text-transform: none;
}

.sc_portfolio.sc_portfolio_eclipse .sc_portfolio_item .post_featured:hover .mask {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.9;
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}

.sc_portfolio.sc_portfolio_eclipse .sc_portfolio_item .post_featured:hover .post_info {
  -webkit-box-shadow: 0px 0px 0px 20px var(--theme-color-text_link);
  box-shadow: 0px 0px 0px 20px var(--theme-color-text_link);
}

.sc_portfolio.sc_portfolio_eclipse .sc_portfolio_item .post_featured:hover .post_info .post_title a {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.sc_portfolio.sc_portfolio_eclipse .sc_portfolio_item .post_featured:hover .post_info .post_meta .post_categories {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.sc_portfolio .sc_portfolio_item .post_featured.with_thumb .post_video_hover {
  top: 20px;
  right: 20px;
  margin: 0;
  left: auto;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  letter-spacing: -4px;
}

/* Over Image Portfolio */
.portfolio_preview_opened {
  overflow-y: hidden !important;
  height: 100%;
}

html.portfolio_preview_opened {
  overflow-y: hidden !important;
  height: 100%;
}

/* Single Portfolio */
.single-cpt_portfolio .portfolio_page_gallery .sc_slider_controls.slider_pagination_style_bullets .slider_pagination_bullet,
.single-cpt_portfolio .portfolio_page_gallery .slider_container .slider_pagination_wrap .swiper-pagination-bullet,
.single-cpt_portfolio .portfolio_page_gallery .slider_outer .slider_pagination_wrap .swiper-pagination-bullet,
.single-cpt_portfolio .portfolio_page_gallery .swiper-pagination-custom .swiper-pagination-button {
  border-color: var(--theme-color-alter_bd_color);
  background-color: var(--theme-color-alter_bd_color);
}

.single-cpt_portfolio .portfolio_page_gallery .sc_slider_controls.slider_pagination_style_bullets .slider_pagination_bullet:hover, .single-cpt_portfolio .portfolio_page_gallery .sc_slider_controls.slider_pagination_style_bullets .slider_pagination_bullet.swiper-pagination-bullet-active,
.single-cpt_portfolio .portfolio_page_gallery .slider_container .slider_pagination_wrap .swiper-pagination-bullet:hover,
.single-cpt_portfolio .portfolio_page_gallery .slider_container .slider_pagination_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active,
.single-cpt_portfolio .portfolio_page_gallery .slider_outer .slider_pagination_wrap .swiper-pagination-bullet:hover,
.single-cpt_portfolio .portfolio_page_gallery .slider_outer .slider_pagination_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active,
.single-cpt_portfolio .portfolio_page_gallery .swiper-pagination-custom .swiper-pagination-button:hover,
.single-cpt_portfolio .portfolio_page_gallery .swiper-pagination-custom .swiper-pagination-button.swiper-pagination-bullet-active {
  border-color: var(--theme-color-alter_link);
  background-color: var(--theme-color-alter_link);
}

.single-cpt_portfolio .portfolio_page_gallery .slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets {
  margin-top: 2.3rem;
}

.single-cpt_portfolio .portfolio_page_gallery .slider_container.slider_controls_side .slider_controls_wrap > a {
  background-color: var(--theme-color-bg_color);
  border-color: var(--theme-color-bg_color);
}

.single-cpt_portfolio .portfolio_page_gallery .slider_container.slider_controls_side .slider_controls_wrap > a.slider_prev {
  margin-left: 30px;
}

.single-cpt_portfolio .portfolio_page_gallery .slider_container.slider_controls_side .slider_controls_wrap > a.slider_next {
  margin-right: 30px;
}

.single-cpt_portfolio .portfolio_page_gallery .slider_container.slider_controls_side:hover .slider_controls_wrap > a.slider_prev {
  margin-left: 30px;
}

.single-cpt_portfolio .portfolio_page_gallery .slider_container.slider_controls_side:hover .slider_controls_wrap > a.slider_next {
  margin-right: 30px;
}

.portfolio_page .portfolio_page_title {
  max-width: 80%;
  margin-top: 0;
  margin-bottom: 1.2em;
}

.portfolio_page .portfolio_page_title + .portfolio_page_meta {
  display: none;
}

.portfolio_page .portfolio_page_video {
  margin-bottom: var(--theme-var-grid_gap);
}

.portfolio_page .portfolio_page_content {
  margin-bottom: 1.5em;
}

.portfolio_page .portfolio_page_content > h1:first-child,
.portfolio_page .portfolio_page_content > h2:first-child,
.portfolio_page .portfolio_page_content > h3:first-child,
.portfolio_page .portfolio_page_content > h4:first-child,
.portfolio_page .portfolio_page_content > h5:first-child,
.portfolio_page .portfolio_page_content > h6:first-child {
  margin-top: 0 !important;
}

.portfolio_page .portfolio_page_content p:last-child {
  margin-bottom: 0;
}

.portfolio_page .portfolio_page_details_wrap .portfolio_page_subtitle {
  font-size: 1.94rem;
  line-height: 1.08em;
}

.portfolio_page .portfolio_page_details_wrap .portfolio_page_description p {
  line-height: 1.56em;
}

.portfolio_page .portfolio_page_details_wrap .portfolio_page_description p:last-child {
  margin-bottom: 0;
}

.portfolio_page .portfolio_page_details_wrap .portfolio_page_details .portfolio_page_details_item .portfolio_page_details_item_title {
  font-size: 17px;
  font-weight: 700;
  color: var(--theme-color-text_dark);
  width: 25%;
}

.portfolio_page .portfolio_page_details_wrap .portfolio_page_details .portfolio_page_details_item .portfolio_page_details_item_value {
  font-size: 17px;
  font-weight: 400;
  color: var(--theme-color-text);
  width: 75%;
}

.portfolio_page .portfolio_page_details_wrap .portfolio_page_details .portfolio_page_details_item.portfolio_page_details_share {
  padding-top: 0;
  border-top: none;
  margin-top: 1.9em !important;
}

.portfolio_page .portfolio_page_details_wrap .portfolio_page_details .portfolio_page_details_item.portfolio_page_details_share .portfolio_page_details_item_title {
  display: none;
}

.portfolio_page .portfolio_page_details_wrap .portfolio_page_details .portfolio_page_details_item.portfolio_page_details_share .portfolio_page_details_item_value {
  width: 100%;
}

.portfolio_page .portfolio_page_details_wrap .portfolio_page_details .portfolio_page_details_item.portfolio_page_details_share .socials_wrap {
  margin-right: 0;
  margin-bottom: -15px;
}

.portfolio_page .portfolio_page_details_wrap .portfolio_page_details .portfolio_page_details_item.portfolio_page_details_share .socials_wrap .social_item {
  margin: 0 35px 15px 0;
  font-size: 17px;
}

.portfolio_page .portfolio_page_details_wrap .portfolio_page_details .portfolio_page_details_item + .portfolio_page_details_item {
  margin-top: 11px;
}

.portfolio_page .portfolio_page_details_wrap.light_style .portfolio_page_details .portfolio_page_details_item .portfolio_page_details_item_title {
  font-weight: 400;
  color: var(--theme-color-text_light);
}

.portfolio_page .portfolio_page_details_wrap.light_style .portfolio_page_details .portfolio_page_details_item .portfolio_page_details_item_value {
  color: var(--theme-color-text_dark);
}

.portfolio_page .portfolio_page_details_wrap.light_style .portfolio_page_details .portfolio_page_details_item + .portfolio_page_details_item {
  margin-top: 1px;
}

.portfolio_page .portfolio_page_details_wrap.light_style .portfolio_page_details + .portfolio_page_description {
  margin-top: 1.4em;
}

.portfolio_page .portfolio_page_details_wrap.light_style .socials_share {
  margin-top: 1.9em !important;
}

.portfolio_page .portfolio_page_details_wrap.light_style .socials_share .social_items .social_item {
  margin: 0 8px 8px 0;
  font-size: 17px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border: 1px solid var(--theme-color-bd_color);
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--theme-color-text_dark);
}

.portfolio_page .portfolio_page_details_wrap.light_style .socials_share .social_items .social_item:hover {
  color: var(--theme-color-text_link);
}

.portfolio_page .portfolio_page_content_wrap .portfolio_page_featured + .portfolio_page_content {
  margin-top: 30px;
}

.portfolio_page .portfolio_page_content_wrap .portfolio_page_gallery:last-child {
  margin-bottom: 0;
}

.portfolio_page.portfolio_page_details_right .sc_column_fixed.portfolio_page_details_wrap, .portfolio_page.portfolio_page_details_left .sc_column_fixed.portfolio_page_details_wrap {
  top: 4em;
}

.portfolio_page.portfolio_page_details_right .portfolio_page_details_wrap, .portfolio_page.portfolio_page_details_left .portfolio_page_details_wrap {
  width: 37%;
}

.portfolio_page.portfolio_page_details_right .portfolio_page_details_wrap .portfolio_page_subtitle, .portfolio_page.portfolio_page_details_left .portfolio_page_details_wrap .portfolio_page_subtitle {
  margin-top: -4px;
  margin-bottom: 26px;
}

.portfolio_page.portfolio_page_details_right .portfolio_page_details_wrap .portfolio_page_description + .portfolio_page_details, .portfolio_page.portfolio_page_details_left .portfolio_page_details_wrap .portfolio_page_description + .portfolio_page_details {
  padding-top: 35px;
}

.portfolio_page.portfolio_page_details_right .portfolio_page_details_wrap.light_style, .portfolio_page.portfolio_page_details_left .portfolio_page_details_wrap.light_style {
  width: 34%;
}

.portfolio_page.portfolio_page_details_right .portfolio_page_details_wrap.light_style .portfolio_page_subtitle, .portfolio_page.portfolio_page_details_left .portfolio_page_details_wrap.light_style .portfolio_page_subtitle {
  margin-top: 1px;
}

.portfolio_page.portfolio_page_details_right .light_style + .portfolio_page_content_wrap, .portfolio_page.portfolio_page_details_left .light_style + .portfolio_page_content_wrap {
  width: 66%;
}

.portfolio_page.portfolio_page_details_right .portfolio_page_video,
.portfolio_page.portfolio_page_details_right .portfolio_page_gallery,
.portfolio_page.portfolio_page_details_right .portfolio_page_content_wrap, .portfolio_page.portfolio_page_details_left .portfolio_page_video,
.portfolio_page.portfolio_page_details_left .portfolio_page_gallery,
.portfolio_page.portfolio_page_details_left .portfolio_page_content_wrap {
  width: 63%;
}

.portfolio_page.portfolio_page_details_right .portfolio_page_content_wrap .portfolio_page_video,
.portfolio_page.portfolio_page_details_right .portfolio_page_content_wrap .portfolio_page_gallery, .portfolio_page.portfolio_page_details_left .portfolio_page_content_wrap .portfolio_page_video,
.portfolio_page.portfolio_page_details_left .portfolio_page_content_wrap .portfolio_page_gallery {
  width: 100%;
}

.portfolio_page.portfolio_page_details_left .portfolio_page_video,
.portfolio_page.portfolio_page_details_left .portfolio_page_gallery {
  margin-left: auto;
  margin-right: 0;
}

.portfolio_page.portfolio_page_details_bottom .portfolio_page_details_wrap, .portfolio_page.portfolio_page_details_top .portfolio_page_details_wrap {
  margin-bottom: 1.4em;
}

.portfolio_page.portfolio_page_details_bottom .portfolio_page_details_wrap .portfolio_page_subtitle, .portfolio_page.portfolio_page_details_top .portfolio_page_details_wrap .portfolio_page_subtitle {
  margin-bottom: 26px;
}

.portfolio_page.portfolio_page_details_bottom .portfolio_page_details_wrap .portfolio_page_description, .portfolio_page.portfolio_page_details_top .portfolio_page_details_wrap .portfolio_page_description {
  width: 74%;
}

.portfolio_page.portfolio_page_details_bottom .portfolio_page_details_wrap .portfolio_page_description + .portfolio_page_details, .portfolio_page.portfolio_page_details_top .portfolio_page_details_wrap .portfolio_page_description + .portfolio_page_details {
  padding-left: 3em;
}

.portfolio_page.portfolio_page_details_bottom .portfolio_page_details_wrap .portfolio_page_details, .portfolio_page.portfolio_page_details_top .portfolio_page_details_wrap .portfolio_page_details {
  width: 26%;
}

.portfolio_page.portfolio_page_details_bottom .portfolio_page_details_wrap .portfolio_page_details .portfolio_page_details_item .portfolio_page_details_item_title, .portfolio_page.portfolio_page_details_top .portfolio_page_details_wrap .portfolio_page_details .portfolio_page_details_item .portfolio_page_details_item_title {
  width: 32%;
}

.portfolio_page.portfolio_page_details_bottom .portfolio_page_details_wrap .portfolio_page_details .portfolio_page_details_item .portfolio_page_details_item_value, .portfolio_page.portfolio_page_details_top .portfolio_page_details_wrap .portfolio_page_details .portfolio_page_details_item .portfolio_page_details_item_value {
  width: 68%;
}

.portfolio_page.portfolio_page_details_bottom .portfolio_page_details_wrap .portfolio_page_details .portfolio_page_details_item.portfolio_page_details_share, .portfolio_page.portfolio_page_details_top .portfolio_page_details_wrap .portfolio_page_details .portfolio_page_details_item.portfolio_page_details_share {
  margin-top: 1.5em !important;
}

.portfolio_page.portfolio_page_details_bottom .portfolio_page_details_wrap .portfolio_page_details .portfolio_page_details_item + .portfolio_page_details_item, .portfolio_page.portfolio_page_details_top .portfolio_page_details_wrap .portfolio_page_details .portfolio_page_details_item + .portfolio_page_details_item {
  margin-top: 13px;
}

body.body_style_wide:not(.expand_content) .portfolio_page_details_left .portfolio_page_details_wrap .portfolio_page_details .portfolio_page_details_item .portfolio_page_details_item_value,
body.body_style_wide:not(.expand_content) .portfolio_page_details_left .portfolio_page_details_wrap .portfolio_page_details .portfolio_page_details_item .portfolio_page_details_item_title,
body.body_style_wide:not(.expand_content) .portfolio_page_details_right .portfolio_page_details_wrap .portfolio_page_details .portfolio_page_details_item .portfolio_page_details_item_value,
body.body_style_wide:not(.expand_content) .portfolio_page_details_right .portfolio_page_details_wrap .portfolio_page_details .portfolio_page_details_item .portfolio_page_details_item_title {
  display: block;
  width: 100%;
  padding-right: 0;
}

body.body_style_wide:not(.expand_content) .portfolio_page_details_left .portfolio_page_details_wrap {
  padding-right: 2em;
}

body.body_style_wide:not(.expand_content) .portfolio_page_details_right .portfolio_page_details_wrap {
  padding-left: 2em;
}

body.body_style_wide:not(.expand_content) .portfolio_page_details_top .portfolio_page_details_wrap .portfolio_page_description,
body.body_style_wide:not(.expand_content) .portfolio_page_details_bottom .portfolio_page_details_wrap .portfolio_page_description {
  width: 100%;
}

body.body_style_wide:not(.expand_content) .portfolio_page_details_top .portfolio_page_details_wrap .portfolio_page_details,
body.body_style_wide:not(.expand_content) .portfolio_page_details_bottom .portfolio_page_details_wrap .portfolio_page_details {
  width: 100%;
}

body.body_style_wide:not(.expand_content) .portfolio_page_details_top .portfolio_page_details_wrap .portfolio_page_description + .portfolio_page_details,
body.body_style_wide:not(.expand_content) .portfolio_page_details_bottom .portfolio_page_details_wrap .portfolio_page_description + .portfolio_page_details {
  padding-left: 0;
  margin-top: 1.5em;
}

body.body_style_wide:not(.expand_content) .portfolio_page_details_top .portfolio_page_details .portfolio_page_details_item .portfolio_page_details_item_title,
body.body_style_wide:not(.expand_content) .portfolio_page_details_bottom .portfolio_page_details .portfolio_page_details_item .portfolio_page_details_item_title {
  width: 15%;
}

/* Portfolio single navigation */
.single-cpt_portfolio .post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 6em;
}

.single-cpt_portfolio .post-navigation .nav-links .nav-next a,
.single-cpt_portfolio .post-navigation .nav-links .nav-previous a {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: capitalize;
  color: var(--theme-color-text_dark);
}

.single-cpt_portfolio .post-navigation .nav-links .nav-next a:hover,
.single-cpt_portfolio .post-navigation .nav-links .nav-previous a:hover {
  color: var(--theme-color-text_link);
}

.single-cpt_portfolio .post-navigation .nav-links .nav-next a span:after, .single-cpt_portfolio .post-navigation .nav-links .nav-next a span:before,
.single-cpt_portfolio .post-navigation .nav-links .nav-previous a span:after,
.single-cpt_portfolio .post-navigation .nav-links .nav-previous a span:before {
  content: '';
  font-family: "fontello";
  font-size: 12px;
}

.single-cpt_portfolio .post-navigation .nav-links .nav-previous a span:before {
  content: '\EA07';
  padding-right: 13px;
}

.single-cpt_portfolio .post-navigation .nav-links .nav-next a span:after {
  content: '\E9A4';
  padding-left: 13px;
}

/* Blogger */
.sidebar_inner .sc_blogger .sc_blogger_item_title + .sc_blogger_item_excerpt,
.sidebar_inner .sc_blogger .sc_blogger_item_meta + .sc_blogger_item_excerpt {
  margin-top: 0.5em;
}

.sidebar_inner .sc_blogger .sc_blogger_columns_wrap > div + div {
  margin-top: 1.5em;
}

/* more_link */
.sc_blogger .sc_blogger_item_button .item_more_link {
  position: relative;
  display: inline-block;
  top: auto;
  left: auto;
  height: auto;
  width: auto;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: var(--theme-color-text_dark);
  z-index: 1;
  overflow: hidden;
}

.sc_blogger .sc_blogger_item_button .item_more_link .link_icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4em;
  text-align: center;
}

.sc_blogger .sc_blogger_item_button .item_more_link .link_icon:before {
  font-size: 11px;
  line-height: inherit;
  font-weight: 400;
  font-style: inherit;
  content: '\E9A4';
  font-family: "fontello";
  display: inline-block;
  vertical-align: top;
  color: currentColor;
}

.sc_blogger .sc_blogger_item_button .item_more_link .link_text {
  position: relative;
  margin-top: -2px;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  text-indent: -110px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, color 0.4s ease, opacity 0.4s ease;
  -ms-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, color 0.4s ease, opacity 0.4s ease;
  -o-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, color 0.4s ease, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, color 0.4s ease, opacity 0.4s ease;
  will-change: visibility, margin-right, text-indent, color, opacity;
}

.sc_blogger .sc_blogger_item:hover .sc_blogger_item_button .item_more_link .link_text,
.sc_blogger .sc_blogger_item_body:hover .sc_blogger_item_button .item_more_link .link_text,
.sc_blogger .sc_blogger_item_button .item_more_link:hover .link_text {
  opacity: 1;
  text-indent: 0;
  margin-right: 9px;
  visibility: visible;
  -webkit-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  -ms-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  -o-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}

.sc_blogger .sc_blogger_item_featured .post_meta_label {
  display: inline-block;
}

/* default -> classic */
.sc_blogger_default.sc_blogger_default_classic {
  /* bullets */
  /* title */
  /* meta */
  /* meta -> top cat */
}

.sc_blogger_default.sc_blogger_default_classic .sc_blogger_item_default.sc_blogger_item_image_position_top .sc_blogger_item_featured + .sc_blogger_item_content {
  margin-top: 1em;
}

.sc_blogger_default.sc_blogger_default_classic .sc_blogger_item_body:hover .post_featured.hover_link.with_thumb > .bg_in,
.sc_blogger_default.sc_blogger_default_classic .sc_blogger_item_body:hover .post_featured.hover_link img {
  -webkit-transform: scale(1.07, 1.07);
  -ms-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
}

.sc_blogger_default.sc_blogger_default_classic .slider_container.slider_pagination_pos_bottom .swiper-pagination-bullets .swiper-pagination-bullet, .sc_blogger_default.sc_blogger_default_classic .slider_outer.slider_outer_pagination_pos_bottom .swiper-pagination-bullets .swiper-pagination-bullet, .sc_blogger_default.sc_blogger_default_classic .slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
  background-color: #E2E1E0;
  border-color: #E2E1E0;
  opacity: 1;
  width: 8px;
  height: 8px;
}

.sc_blogger_default.sc_blogger_default_classic .swiper-pagination-custom .swiper-pagination-button.swiper-pagination-button-active, .sc_blogger_default.sc_blogger_default_classic .sc_slider_controls.slider_pagination_style_bullets .slider_pagination_bullet.swiper-pagination-bullet-active, .sc_blogger_default.sc_blogger_default_classic .sc_slider_controls.slider_pagination_style_bullets .slider_pagination_bullet:hover, .sc_blogger_default.sc_blogger_default_classic .slider_container .slider_pagination_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active, .sc_blogger_default.sc_blogger_default_classic .slider_outer .slider_pagination_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active, .sc_blogger_default.sc_blogger_default_classic .slider_container .slider_pagination_wrap .swiper-pagination-bullet:hover, .sc_blogger_default.sc_blogger_default_classic .slider_outer .slider_pagination_wrap .swiper-pagination-bullet:hover {
  border-color: var(--theme-color-text_link);
  background-color: var(--theme-color-text_link);
}

.sc_blogger_default.sc_blogger_default_classic .sc_blogger_item_title {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 500;
}

.sc_blogger_default.sc_blogger_default_classic .sc_blogger_item_title a {
  color: var(--theme-color-text_dark);
}

.sc_blogger_default.sc_blogger_default_classic .sc_blogger_item_title a:hover {
  color: var(--theme-color-text);
}

.sc_blogger_default.sc_blogger_default_classic .sc_item_columns_1 .sc_blogger_item_title,
.sc_blogger_default.sc_blogger_default_classic .sc_item_columns_2 .sc_blogger_item_title,
.sc_blogger_default.sc_blogger_default_classic .sc_item_columns_3 .sc_blogger_item_title {
  font-size: 28px;
}

.sc_blogger_default.sc_blogger_default_classic .slider_outer_centered .sc_blogger_item_title {
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 500;
}

.sc_blogger_default.sc_blogger_default_classic .slider_outer_centered .sc_blogger_item_default.sc_blogger_item_image_position_top .sc_blogger_item_featured + .sc_blogger_item_content {
  margin-top: 1.2em;
}

.sc_blogger_default.sc_blogger_default_classic .post_meta {
  margin-top: 0.9em;
}

.sc_blogger_default.sc_blogger_default_classic .post_meta_categories {
  margin: 0 0 0.9em;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.sc_blogger_default.sc_blogger_default_classic .post_meta_categories .post_meta_item,
.sc_blogger_default.sc_blogger_default_classic .post_meta_categories .post_meta_item a {
  color: var(--theme-color-text_dark);
}

.sc_blogger_default.sc_blogger_default_classic .post_meta_categories .post_meta_item a:hover {
  color: var(--theme-color-text_link);
}

.sc_blogger_default.sc_blogger_default_classic .post_meta_categories .post_sponsored .post_sponsored_label {
  color: var(--theme-color-text_link);
}

.sc_blogger_default.sc_blogger_default_classic .post_meta_categories .post_sponsored a.post_sponsored_label:hover {
  color: var(--theme-color-text_dark);
}

/* list global */
.sc_blogger_item_list.sc_blogger_item_with_image.sc_blogger_item_image_position_left .sc_blogger_item_title,
.sc_blogger_item_list.sc_blogger_item_with_image.sc_blogger_item_image_position_right .sc_blogger_item_title,
.sc_blogger_item_list.sc_blogger_item_with_image.sc_blogger_item_image_position_alter .sc_blogger_item_title {
  margin-top: 0 !important;
}

.sc_blogger_item_list .sc_blogger_item_meta .post_meta_label {
  display: inherit;
}

/* list -> hover */
.sc_blogger_list.sc_blogger_list_hover {
  /* title */
  /* meta */
}

.sc_blogger_list.sc_blogger_list_hover .sc_blogger_content .sc_blogger_item_list {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.sc_blogger_list.sc_blogger_list_hover .sc_blogger_content .sc_blogger_item_list.sc_blogger_item_image_position_top + .sc_blogger_item_list.sc_blogger_item_image_position_top {
  margin-top: 5em;
}

.sc_blogger_list.sc_blogger_list_hover .sc_blogger_item_title {
  font-size: 26px;
  line-height: 1.45em;
  font-weight: 700;
}

.sc_blogger_list.sc_blogger_list_hover .sc_blogger_item_title a {
  color: var(--theme-color-text_dark);
}

.sc_blogger_list.sc_blogger_list_hover .sc_blogger_item_title a:hover {
  color: var(--theme-color-text_link);
}

.sc_blogger_list.sc_blogger_list_hover .post_meta {
  margin: 0 0 1.1em 0;
}

.sc_blogger_list.sc_blogger_list_hover .sc_blogger_item_excerpt + .sc_blogger_item_button {
  margin-top: 1.3em;
}

.sc_blogger_list.sc_blogger_list_hover .sc_blogger_item_title + .sc_blogger_item_button,
.sc_blogger_list.sc_blogger_list_hover .sc_blogger_item_meta + .sc_blogger_item_button {
  margin-top: 1em;
}

.sc_blogger_list.sc_blogger_list_hover .sc_blogger_item_button .item_more_link {
  position: relative;
  display: inline-block;
  top: auto;
  left: auto;
  height: auto;
  width: auto;
  font-size: 15px;
  line-height: 21px;
  font-weight: 500;
  color: var(--theme-color-text_link);
  z-index: 1;
  overflow: hidden;
}

.sc_blogger_list.sc_blogger_list_hover .sc_blogger_item_button .item_more_link .link_icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: 1.4em;
  height: 1.4em;
  line-height: 1.4em;
  text-align: center;
}

.sc_blogger_list.sc_blogger_list_hover .sc_blogger_item_button .item_more_link .link_icon:before {
  font-size: 11px;
  line-height: inherit;
  font-weight: 400;
  font-style: inherit;
  content: '\E9A4';
  font-family: "fontello";
  display: inline-block;
  vertical-align: top;
  color: currentColor;
}

.sc_blogger_list.sc_blogger_list_hover .sc_blogger_item_button .item_more_link .link_text {
  position: relative;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  text-indent: -110px;
  visibility: hidden;
  white-space: nowrap;
  text-transform: capitalize;
  opacity: 0;
  -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, color 0.4s ease, opacity 0.4s ease;
  -ms-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, color 0.4s ease, opacity 0.4s ease;
  -o-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, color 0.4s ease, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, color 0.4s ease, opacity 0.4s ease;
  will-change: visibility, margin-right, text-indent, color, opacity;
}

.sc_blogger_list.sc_blogger_list_hover .sc_blogger_item_body:hover .sc_blogger_item_button .item_more_link .link_text,
.sc_blogger_list.sc_blogger_list_hover .sc_blogger_item_body .sc_blogger_item_button .item_more_link:hover .link_text {
  opacity: 1;
  text-indent: 0;
  margin-right: 6px;
  visibility: visible;
  -webkit-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  -ms-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  -o-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}

/* blogger news */
.sc_blogger_news .sc_blogger_item_default.sc_blogger_item_image_position_top .sc_blogger_item_featured + .sc_blogger_item_content {
  margin-top: 1.3em;
}

.sc_blogger_news .post_meta {
  margin: 0 0 0.5em;
}

.sc_blogger_news .sc_blogger_item_title + .post_meta {
  margin: 0.5em 0 0 0;
}

.sc_blogger_news .sc_blogger_item_title + .sc_blogger_item_button,
.sc_blogger_news .sc_blogger_item_meta + .sc_blogger_item_button,
.sc_blogger_news .sc_blogger_item_excerpt + .sc_blogger_item_button {
  margin-top: 0.7em;
}

.sc_blogger_news .post_featured.with_thumb .sc_blogger_item_button .item_more_link {
  color: #ffffff;
}

/* blogger blog -> classic masonry */
.sc_blogger_classic-masonry.sc_blogger_classic-masonry_default {
  /* bullets */
}

.sc_blogger_classic-masonry.sc_blogger_classic-masonry_default .post_layout_classic:hover .post_featured.hover_link.with_thumb > .bg_in,
.sc_blogger_classic-masonry.sc_blogger_classic-masonry_default .post_layout_classic:hover .post_featured.hover_link img {
  -webkit-transform: scale(1.07, 1.07);
  -ms-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
}

.sc_blogger_classic-masonry.sc_blogger_classic-masonry_default .slider_container.slider_pagination_pos_bottom .swiper-pagination-bullets .swiper-pagination-bullet, .sc_blogger_classic-masonry.sc_blogger_classic-masonry_default .slider_outer.slider_outer_pagination_pos_bottom .swiper-pagination-bullets .swiper-pagination-bullet, .sc_blogger_classic-masonry.sc_blogger_classic-masonry_default .slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
  background-color: #E2E1E0;
  border-color: #E2E1E0;
  opacity: 1;
  width: 8px;
  height: 8px;
}

.sc_blogger_classic-masonry.sc_blogger_classic-masonry_default .swiper-pagination-custom .swiper-pagination-button.swiper-pagination-button-active, .sc_blogger_classic-masonry.sc_blogger_classic-masonry_default .sc_slider_controls.slider_pagination_style_bullets .slider_pagination_bullet.swiper-pagination-bullet-active, .sc_blogger_classic-masonry.sc_blogger_classic-masonry_default .sc_slider_controls.slider_pagination_style_bullets .slider_pagination_bullet:hover, .sc_blogger_classic-masonry.sc_blogger_classic-masonry_default .slider_container .slider_pagination_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active, .sc_blogger_classic-masonry.sc_blogger_classic-masonry_default .slider_outer .slider_pagination_wrap .swiper-pagination-bullet.swiper-pagination-bullet-active, .sc_blogger_classic-masonry.sc_blogger_classic-masonry_default .slider_container .slider_pagination_wrap .swiper-pagination-bullet:hover, .sc_blogger_classic-masonry.sc_blogger_classic-masonry_default .slider_outer .slider_pagination_wrap .swiper-pagination-bullet:hover {
  border-color: var(--theme-color-text_link);
  background-color: var(--theme-color-text_link);
}

.sc_blogger_classic-masonry.sc_blogger_classic-masonry_default .slider_outer.slider_outer_pagination_pos_bottom_outside .swiper-pagination-bullets,
.sc_blogger_classic-masonry.sc_blogger_classic-masonry_default .sc_item_slider.slider_outer_pagination_pos_bottom .swiper-pagination {
  margin-top: 2em;
}

.sc_blogger_classic-masonry.sc_blogger_classic-masonry_default .post_layout_classic-masonry {
  padding-bottom: 2px;
}

.sc_blogger_classic-masonry.sc_blogger_classic-masonry_default .post_layout_classic-masonry .post_title {
  margin: 0;
  font-size: 28px;
  line-height: 1.18em;
}

.sc_blogger_classic-masonry.sc_blogger_classic-masonry_default .post_layout_classic-masonry.post_layout_classic_1 .post_title {
  margin: 0;
  font-size: 35px;
  line-height: 1.15em;
}

.sc_blogger_classic-masonry.sc_blogger_classic-masonry_default .post_layout_classic-masonry .post_featured {
  margin-bottom: 1.85em;
}

.sc_blogger_classic-masonry.sc_blogger_classic-masonry_default .post_layout_classic-masonry .post_header {
  padding: 0 0 0 50px;
  position: relative;
}

.sc_blogger_classic-masonry.sc_blogger_classic-masonry_default .post_layout_classic-masonry .post_header:before {
  position: absolute;
  left: 0;
  top: 10px;
  width: 35px;
  height: 2px;
  content: "";
  display: block;
  background-color: var(--theme-color-text_dark);
}

.sc_blogger_classic-masonry.sc_blogger_classic-masonry_default .post_layout_classic-masonry .post_header .post_meta {
  margin: 0 0 12px;
}

.sc_blogger_classic-masonry.sc_blogger_classic-masonry_default .post_layout_classic-masonry.post_layout_classic_1 .post_header {
  padding-right: 8%;
}

/* blogger blog -> band */
.sc_blogger_band.sc_blogger_band_default .post_featured_bg:after {
  padding-top: 128%;
  content: ' ';
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: top;
  margin-left: -0.3em;
}

.sc_blogger_band.sc_blogger_band_default .post_layout_band:hover .post_featured.hover_link.with_thumb > .bg_in,
.sc_blogger_band.sc_blogger_band_default .post_layout_band:hover .post_featured.hover_link img {
  -webkit-transform: scale(1.07, 1.07);
  -ms-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
}

.sc_blogger_band.sc_blogger_band_default .post_layout_band .post_content_wrap {
  padding: 2.5em;
}

.sc_blogger_band.sc_blogger_band_default .post_layout_band .post_content_wrap .post_title {
  margin: 0;
  font-size: 35px;
  line-height: 1.09em;
}

.sc_blogger_band.sc_blogger_band_default .post_layout_band .post_content_wrap .post_title a {
  color: var(--theme-color-text_dark);
}

.sc_blogger_band.sc_blogger_band_default .post_layout_band .post_content_wrap .post_title a:hover {
  color: var(--theme-color-text);
}

/* Categories Lists */
/* Style 1 */
.widget_categories_list .categories_list_style_1 .categories_list_image {
  height: 10.55556rem;
  line-height: 10.55556rem;
}

.widget_categories_list .categories_list_style_1 .categories_list_image img {
  max-height: 10.55556rem;
}

.widget_categories_list .categories_list_style_1 .categories_list_item {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.widget_categories_list .categories_list_style_1 .categories_list_item:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.widget_categories_list .categories_list_style_1 .categories_list_item + .categories_list_item {
  margin-top: 0.9em;
}

.widget_categories_list .categories_list_style_1 .categories_list_item .categories_list_title {
  margin: 0.72222rem 0 0;
  font-size: 1.05556rem;
}

/* Style 2 */
.widget_categories_list .categories_list_style_2 .categories_list_title {
  width: 45%;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}

/* Extra 1 */
.categories_list_style_4 .categories_list_item {
  position: relative;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: none;
  perspective: none;
  z-index: 1;
}

.categories_list_style_4 .categories_list_item:hover {
  z-index: 10;
}

.categories_list_style_4 .categories_list_info_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.categories_list_style_4 .categories_list_info_wrap:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.categories_list_style_4 .categories_list_info {
  position: relative;
  top: auto;
  left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
  padding: 20px;
  -webkit-transform: translateZ(60px) scale(0.95);
  -ms-transform: translateZ(60px) scale(0.95);
  transform: translateZ(60px) scale(0.95);
}

.categories_list_style_4 .categories_list_link {
  -webkit-transform: translateZ(90px);
  -ms-transform: translateZ(90px);
  transform: translateZ(90px);
}

.categories_list_style_4 .categories_list_title {
  font-weight: 500;
  font-size: 35px;
  line-height: 1.3em;
  color: #ffffff;
  margin: 13px 0;
}

.categories_list_style_4 .categories_list_title * {
  color: #ffffff;
}

.categories_list_style_4 .categories_list_title .categories_list_count {
  margin-left: 0.2em;
}

.categories_list_style_4 .categories_link_more {
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  color: #ffffff;
  display: inline-block;
  margin-bottom: -18px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.categories_list_style_4 .categories_list_item:hover .categories_link_more {
  opacity: 1;
  margin-bottom: 0;
}

/* Extra 2 */
.categories_list_style_5 .categories_list_image {
  display: block;
  overflow: hidden;
}

.categories_list_style_5 .categories_list_image img {
  -webkit-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1.01, 1.01);
  -ms-transform: scale(1.01, 1.01);
  transform: scale(1.01, 1.01);
}

.categories_list_style_5 .categories_list_item:hover .categories_list_image img {
  -webkit-transform: scale(1.07, 1.07);
  -ms-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
}

.categories_list_style_5 .categories_list_item:hover .categories_list_info_wrap:before {
  opacity: 1;
}

.categories_list_style_5 .trx_addons_columns_wrap {
  margin: 0 !important;
}

.categories_list_style_5 .trx_addons_columns_wrap > [class*="trx_addons_column-"] {
  padding: 0 !important;
}

.categories_list_style_5 .categories_list_info_wrap {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.categories_list_style_5 .categories_list_info_wrap:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 102%;
  opacity: 0.6;
  background: rgba(0, 0, 0, 0.6);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 100%);
  -webkit-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.categories_list_style_5 .categories_list_info_wrap .categories_list_info {
  z-index: 9;
  position: relative;
  top: auto;
  left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-align-items: self-start;
  -ms-flex-align: self-start;
  -webkit-box-align: self-start;
  align-items: self-start;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  padding: 53px 48px;
}

.categories_list_style_5 .categories_list_title {
  font-weight: 500;
  font-size: 35px;
  line-height: 1.12em;
  color: #FCFCFC;
  margin: 0;
  text-align: left;
}

.categories_list_style_5 .categories_list_title * {
  color: #FCFCFC;
}

.categories_list_style_5 .categories_list_title .categories_list_count {
  margin-left: 0.2em;
}

.categories_list_style_5 .categories_link_more {
  font-size: 17px;
  line-height: 20px;
  font-weight: 500;
  color: #D2D3D5;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.categories_list_style_5 .categories_link_more:after {
  content: '\e9b2';
  font-family: "fontello";
  display: inline-block;
  font-size: 9px;
  margin-left: 13px;
  vertical-align: middle;
  margin-top: -3px;
  line-height: inherit;
}

/* Extra 3 */
.categories_list_style_6 .categories_list_image {
  display: block;
  overflow: hidden;
}

.categories_list_style_6 .categories_list_image img {
  -webkit-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1.01, 1.01);
  -ms-transform: scale(1.01, 1.01);
  transform: scale(1.01, 1.01);
}

.categories_list_style_6 .categories_list_info_wrap:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.3)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.3) 100%);
  -webkit-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.categories_list_style_6 .categories_list_info_wrap {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.categories_list_style_6 .categories_list_info_wrap .categories_list_info {
  z-index: 9;
  position: relative;
  top: auto;
  left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-align-items: self-start;
  -ms-flex-align: self-start;
  -webkit-box-align: self-start;
  align-items: self-start;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  padding: 20px 35px;
}

.categories_list_style_6 .categories_list_title {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.12em;
  color: #FCFCFC;
  margin: 0;
  text-align: left;
}

.categories_list_style_6 .categories_list_title * {
  color: #FCFCFC;
}

.categories_list_style_6 .categories_list_title .categories_list_count {
  margin-left: 0.2em;
}

.categories_list_style_6 .categories_link_more {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #F9F9F9;
  display: inline-block;
  margin: 14px 0 -18px;
  opacity: 0;
  position: relative;
  vertical-align: middle;
}

.categories_list_style_6 .categories_link_more:after {
  content: '\e9b2';
  font-family: "fontello";
  display: inline-block;
  font-size: 11px;
  margin-left: 13px;
  vertical-align: middle;
  margin-top: -3px;
  line-height: inherit;
}

.categories_list_style_6 .categories_list_item:hover .categories_list_image img {
  -webkit-transform: scale(1.07, 1.07);
  -ms-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
}

.categories_list_style_6 .categories_list_item:hover .categories_list_info_wrap:before {
  opacity: 0.4;
}

.categories_list_style_6 .categories_list_item:hover .categories_link_more {
  margin-bottom: 15px;
  opacity: 1;
}

/* Grid 1 */
.categories_list_style_7 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 0 0;
  grid-template-areas: "md-1 md-2";
  overflow: hidden;
  /* featured */
}

.categories_list_style_7.count_1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 0 0;
  grid-template-areas: "md-1";
}

.categories_list_style_7.count_1 .categories_list_item:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: md-1;
}

.categories_list_style_7.count_3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr 0 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 200px 0 200px;
  grid-template-rows: 200px 200px;
  gap: 0 0;
  grid-template-areas: "md-3-1 md-3-2 md-3-3" "md-3-1 md-3-2 md-3-3";
}

.categories_list_style_7.count_3 .categories_list_item:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: md-3-1;
}

.categories_list_style_7.count_3 .categories_list_item:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: md-3-2;
}

.categories_list_style_7.count_3 .categories_list_item:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  grid-area: md-3-3;
}

.categories_list_style_7.count_4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr 0 1fr 0 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 0 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0 0;
  grid-template-areas: "lg-3-1 lg-3-1 sm-3-1 sm-3-2" "lg-3-1 lg-3-1 md-3-1 md-3-1";
}

.categories_list_style_7.count_4 .categories_list_item:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: lg-3-1;
}

.categories_list_style_7.count_4 .categories_list_item:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: sm-3-1;
}

.categories_list_style_7.count_4 .categories_list_item:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
  grid-area: sm-3-2;
}

.categories_list_style_7.count_4 .categories_list_item:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-area: md-3-1;
}

.categories_list_style_7 .categories_list_item {
  margin: -1px;
  overflow: hidden;
}

.categories_list_style_7 .post_featured_bg .bg_in {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.categories_list_style_7 .post_featured_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}

.categories_list_style_7 .post_featured_bg:before {
  padding-top: 50%;
}

.categories_list_style_7 .post_featured_bg.hover_link .bg_in {
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.01, 1.01);
  -ms-transform: scale(1.01, 1.01);
  transform: scale(1.01, 1.01);
}

.categories_list_style_7 .categories_list_item:hover .bg_in,
.categories_list_style_7 .post_featured_bg.hover_link:hover .bg_in {
  -webkit-transform: scale(1.07, 1.07);
  -ms-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
}

.categories_list_style_7 .categories_list_info_wrap:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.categories_list_style_7 .categories_list_info_wrap {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.categories_list_style_7 .categories_list_info_wrap .categories_list_info {
  z-index: 9;
  position: relative;
  top: auto;
  left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-align-items: self-start;
  -ms-flex-align: self-start;
  -webkit-box-align: self-start;
  align-items: self-start;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  padding: 27px 40px;
}

.categories_list_style_7 .categories_list_title {
  font-weight: 500;
  font-size: 28px;
  line-height: 1.12em;
  color: #FCFCFC;
  margin: 0;
  text-align: left;
}

.categories_list_style_7 .categories_list_title * {
  color: #FCFCFC;
}

.categories_list_style_7 .categories_list_title .categories_list_count {
  margin-left: 0.2em;
}

.categories_list_style_7 .categories_link_more {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #F9F9F9;
  display: inline-block;
  margin: 14px 0 -18px;
  opacity: 0;
  position: relative;
  vertical-align: middle;
}

.categories_list_style_7 .categories_link_more:after {
  content: '\e9b2';
  font-family: "fontello";
  display: inline-block;
  font-size: 11px;
  margin-left: 13px;
  vertical-align: middle;
  margin-top: -3px;
  line-height: inherit;
}

.categories_list_style_7 .categories_list_item:hover .categories_link_more {
  margin-bottom: 15px;
  opacity: 1;
}

/* Grid 2 */
.categories_list_style_8 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 30px 30px;
  grid-template-areas: "md-1 md-2";
  /* featured */
}

.categories_list_style_8.count_1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 30px 30px;
  grid-template-areas: "md-1";
}

.categories_list_style_8.count_1 .categories_list_item:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: md-1;
}

.categories_list_style_8.count_3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 200px 30px 200px;
  grid-template-rows: 200px 200px;
  gap: 30px 30px;
  grid-template-areas: "md-3-1 md-3-2 md-3-3" "md-3-1 md-3-2 md-3-3";
}

.categories_list_style_8.count_3 .categories_list_item:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: md-3-1;
}

.categories_list_style_8.count_3 .categories_list_item:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: md-3-2;
}

.categories_list_style_8.count_3 .categories_list_item:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  grid-area: md-3-3;
}

.categories_list_style_8.count_4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 30px 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 30px 30px;
  grid-template-areas: "lg-3-1 lg-3-1 sm-3-1 sm-3-2" "lg-3-1 lg-3-1 md-3-1 md-3-1";
}

.categories_list_style_8.count_4 .categories_list_item:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: lg-3-1;
}

.categories_list_style_8.count_4 .categories_list_item:nth-child(2) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 5;
  -ms-grid-column-span: 3;
  grid-area: md-3-1;
}

.categories_list_style_8.count_4 .categories_list_item:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: sm-3-1;
}

.categories_list_style_8.count_4 .categories_list_item:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
  grid-area: sm-3-2;
}

.categories_list_style_8.count_5 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 30px 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 30px 30px;
  grid-template-areas: "lg-3-1 lg-3-1 sm-3-1 sm-3-2" "lg-3-1 lg-3-1 sm-3-3 sm-3-4";
}

.categories_list_style_8.count_5 .categories_list_item:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: lg-3-1;
}

.categories_list_style_8.count_5 .categories_list_item:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: sm-3-1;
}

.categories_list_style_8.count_5 .categories_list_item:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
  grid-area: sm-3-2;
}

.categories_list_style_8.count_5 .categories_list_item:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: sm-3-3;
}

.categories_list_style_8.count_5 .categories_list_item:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
  grid-area: sm-3-4;
}

.categories_list_style_8 .post_featured_bg .bg_in {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.categories_list_style_8 .post_featured_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}

.categories_list_style_8 .post_featured_bg:before {
  padding-top: 100%;
}

.categories_list_style_8 .post_featured_bg.hover_link .bg_in {
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.01, 1.01);
  -ms-transform: scale(1.01, 1.01);
  transform: scale(1.01, 1.01);
}

.categories_list_style_8 .categories_list_item:hover .bg_in,
.categories_list_style_8 .post_featured_bg.hover_link:hover .bg_in {
  -webkit-transform: scale(1.07, 1.07);
  -ms-transform: scale(1.07, 1.07);
  transform: scale(1.07, 1.07);
}

.categories_list_style_8 .categories_list_info_wrap:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.categories_list_style_8 .categories_list_info_wrap {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.categories_list_style_8 .categories_list_info_wrap .categories_list_info {
  z-index: 9;
  position: relative;
  top: auto;
  left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  -webkit-align-items: self-start;
  -ms-flex-align: self-start;
  -webkit-box-align: self-start;
  align-items: self-start;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  padding: 15px 31px;
}

.categories_list_style_8 .categories_list_title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.12em;
  color: #FCFCFC;
  margin: 0;
  text-align: left;
}

.categories_list_style_8 .categories_list_title * {
  color: #FCFCFC;
}

.categories_list_style_8 .categories_list_title .categories_list_count {
  margin-left: 0.2em;
}

.categories_list_style_8 .categories_link_more {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #F9F9F9;
  display: inline-block;
  margin: 14px 0 -18px;
  opacity: 0;
  position: relative;
  vertical-align: middle;
}

.categories_list_style_8 .categories_link_more:after {
  content: '\e9b2';
  font-family: "fontello";
  display: inline-block;
  font-size: 9px;
  margin-left: 13px;
  vertical-align: middle;
  margin-top: -3px;
  line-height: inherit;
}

.categories_list_style_8 .categories_list_item:hover .categories_link_more {
  margin-bottom: 15px;
  opacity: 1;
}

/* Cover */
.cover_hover .sc_cover.sc_cover_default + .elementor-container .sc_item_title_text {
  color: inherit;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cover_hover .sc_cover.sc_cover_default:hover + .elementor-container .sc_item_title_text {
  color: var(--theme-color-text_dark);
}

.cover_hover .sc_cover.sc_cover_default:hover + .elementor-container .elementor-icon {
  fill: var(--theme-color-text_link);
}

/* Mouse Helper */
.trx_addons_mouse_helper.trx_addons_mouse_helper_top:not(.trx_addons_mouse_helper_centered) {
  top: var(--mouse-helper-top) !important;
}

.trx_addons_mouse_helper.trx_addons_mouse_helper_left:not(.trx_addons_mouse_helper_centered) {
  left: var(--mouse-helper-left) !important;
}

.trx_addons_mouse_helper {
  font-size: 16px;
  text-indent: 0;
  --mouse-helper-width: 8px;
  --mouse-helper-height: 8px;
  --mouse-helper-left: 20px;
  --mouse-helper-top: 20px;
  border: none;
  mix-blend-mode: difference;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -ms-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease, left 0.3s ease, top 0.3s ease, border-radius 0.1s ease, box-shadow 0.2s ease;
  -ms-transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease, left 0.3s ease, top 0.3s ease, border-radius 0.1s ease, box-shadow 0.2s ease;
  -webkit-transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease, left 0.3s ease, top 0.3s ease, border-radius 0.1s ease, -webkit-box-shadow 0.2s ease;
  transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease, left 0.3s ease, top 0.3s ease, border-radius 0.1s ease, -webkit-box-shadow 0.2s ease;
  -o-transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease, left 0.3s ease, top 0.3s ease, border-radius 0.1s ease, box-shadow 0.2s ease;
  transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease, left 0.3s ease, top 0.3s ease, border-radius 0.1s ease, box-shadow 0.2s ease;
  transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease, color 0.3s ease, background-color 0.3s ease, left 0.3s ease, top 0.3s ease, border-radius 0.1s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.trx_addons_mouse_helper.trx_addons_mouse_helper_permanent {
  opacity: 1;
}

.trx_addons_mouse_helper .trx_addons_mouse_helper_image {
  background-size: cover;
  background-position: center center;
}

.trx_addons_mouse_helper .trx_addons_mouse_helper_image:before {
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: ' ';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
}

.trx_addons_mouse_helper.trx_addons_mouse_helper_with_image.trx_addons_mouse_helper_with_text,
.trx_addons_mouse_helper.trx_addons_mouse_helper_with_image {
  -webkit-box-shadow: 0 3px 46px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 46px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 46px rgba(0, 0, 0, 0.1);
  -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,
.trx_addons_mouse_helper.trx_addons_mouse_helper_active.trx_addons_mouse_helper_with_image {
  --mouse-helper-width: 288px;
  --mouse-helper-height: 288px;
  padding: 0;
  -webkit-box-sizing: "border-box";
  -ms-box-sizing: "border-box";
  box-sizing: "border-box";
}

/* Custom Helper */
.custom-helper {
  width: 67px;
  height: 67px;
  line-height: 67px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-helper span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
  font-weight: 300;
}

.custom-helper span:after {
  content: '\e9e6';
  font-family: "fontello";
  will-change: transform;
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.custom-helper span:before {
  content: '\e9e5';
  font-family: "fontello";
  will-change: transform;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.trx_addons_mouse_helper.trx_addons_mouse_helper_with_layout {
  --mouse-helper-width: 66px;
  --mouse-helper-height: 66px;
}

.trx_addons_mouse_helper.trx_addons_mouse_helper_with_layout.trx_addons_mouse_helper_click {
  --mouse-helper-width: 56px;
  --mouse-helper-height: 56px;
}

.trx_addons_mouse_helper.trx_addons_mouse_helper_with_layout.trx_addons_mouse_helper_click .custom-helper span:after {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}

.trx_addons_mouse_helper.trx_addons_mouse_helper_with_layout.trx_addons_mouse_helper_click .custom-helper span:before {
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
}

/* Layouts Title  */
.sc_layouts_title .sc_layouts_title_description {
  margin-top: 0.5em;
}

.sc_layouts_title .sc_layouts_title_content {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sc_layouts_title .sc_layouts_title_content .sc_layouts_title_breadcrumbs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  margin: 0 0 3.33333rem;
}

.sc_layouts_title .sc_layouts_title_meta {
  margin: 0 0 1em;
}

.sc_layouts_title .sc_layouts_title_content > .sc_layouts_title_breadcrumbs:first-child {
  margin-top: 0;
}

.sc_layouts_title.with_image .sc_layouts_title_caption {
  color: var(--theme-color-inverse_link);
}

.sc_layouts_title.with_image .breadcrumbs {
  color: var(--theme-color-text_light);
}

.sc_layouts_title.with_image .breadcrumbs a {
  color: var(--theme-color-inverse_link) !important;
}

.sc_layouts_title .breadcrumbs {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: var(--theme-color-text_light);
}

.sc_layouts_title .breadcrumbs a {
  color: var(--theme-color-text_dark) !important;
}

.sc_layouts_title .breadcrumbs .breadcrumbs_delimiter {
  margin: 0 0.55556rem;
}

.sc_layouts_title .trx_addons_video_player.with_video_autoplay .mejs-container {
  height: 100% !important;
  width: 100% !important;
}

.sc_layouts_title .trx_addons_video_player.with_video_autoplay .mejs-container .mejs-controls {
  display: none !important;
}

.sc_layouts_title .trx_addons_video_player.with_video_autoplay .mejs-container video {
  height: 100% !important;
}

.sc_layouts_title .trx_addons_video_player.with_video_autoplay .wp-video,
.sc_layouts_title .trx_addons_video_player.with_video_autoplay .video_frame {
  height: 100% !important;
  width: 100% !important;
}

.sc_layouts_title .trx_addons_video_player.with_video_autoplay .wp-video iframe,
.sc_layouts_title .trx_addons_video_player.with_video_autoplay .video_frame iframe {
  -o-object-fit: unset;
  object-fit: unset;
  height: 100% !important;
  width: 100% !important;
}

/* Single style Gallery Start */
.single-format-gallery .post_featured.with_gallery .sc_slider_controller_horizontal {
  padding-left: 0;
  padding-right: 0;
}

.single-format-gallery .post_featured.with_gallery .sc_slider_controller_horizontal .slider_controls_wrap a {
  display: none;
}

.single-format-gallery .post_featured.with_gallery .sc_slider_controller_horizontal .slider-slide.swiper-slide-active:after {
  display: none;
}

.single-format-gallery .post_featured.with_gallery .slider_outer_wrap.slider_outer_wrap_controller_pos_bottom .sc_slider_controller .slider_container:not(.slider_type_images) .slider-slide,
.single-format-gallery .post_featured.with_gallery .slider_outer_wrap.slider_outer_wrap_controller_pos_bottom .sc_slider_controller .slider_container:not(.slider_type_images) {
  min-height: 1px !important;
}

.single-format-gallery .slider_container.slider_controls_side .slider_controls_wrap > a.slider_prev,
.single-format-gallery .slider_outer_controls_side .slider_controls_wrap > a.slider_prev,
.single-format-gallery .slider_container.slider_controls_side:hover .slider_controls_wrap > a.slider_prev,
.single-format-gallery .slider_outer_controls_side:hover .slider_controls_wrap > a.slider_prev {
  margin-left: 30px;
}

.single-format-gallery .slider_container.slider_controls_side .slider_controls_wrap > a.slider_next,
.single-format-gallery .slider_outer_controls_side .slider_controls_wrap > a.slider_next,
.single-format-gallery .slider_container.slider_controls_side:hover .slider_controls_wrap > a.slider_next,
.single-format-gallery .slider_outer_controls_side:hover .slider_controls_wrap > a.slider_next {
  margin-right: 30px;
}

.single-format-gallery .sc_slider_controller .slider_container:not(.slider_multi):not(.slider_type_images),
.single-format-gallery .sc_slider_controller .slider_container:not(.slider_multi):not(.slider_type_images) .slider-slide {
  min-height: auto;
}

.single-format-gallery .sc_slider_controller .slider_container.slider_controls_side .slider_controls_wrap > a.slider_prev,
.single-format-gallery .sc_slider_controller .slider_outer_controls_side .slider_controls_wrap > a.slider_prev,
.single-format-gallery .sc_slider_controller .slider_container.slider_controls_side:hover .slider_controls_wrap > a.slider_prev,
.single-format-gallery .sc_slider_controller .slider_outer_controls_side:hover .slider_controls_wrap > a.slider_prev {
  margin-left: 0;
}

.single-format-gallery .sc_slider_controller .slider_container.slider_controls_side .slider_controls_wrap > a.slider_next,
.single-format-gallery .sc_slider_controller .slider_outer_controls_side .slider_controls_wrap > a.slider_next,
.single-format-gallery .sc_slider_controller .slider_container.slider_controls_side:hover .slider_controls_wrap > a.slider_next,
.single-format-gallery .sc_slider_controller .slider_outer_controls_side:hover .slider_controls_wrap > a.slider_next {
  margin-right: 0;
}

/* Single style Gallery End */
/* Single style Video Start */
.single_style_style-5.single-format-video .post_header_wrap .post_featured.with_thumb .post_video_hover {
  font-size: 15px;
  width: 66px;
  height: 66px;
  line-height: 66px;
  overflow: visible;
  margin: -33px 0 0 -33px;
}

.single_style_style-5.single-format-video .post_header_wrap .post_featured.with_thumb .post_video_hover:after {
  content: '';
  position: absolute;
  top: -11px;
  left: -11px;
  width: 86px;
  height: 86px;
  border: 1px solid var(--theme-color-inverse_link);
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.2;
}

/* Single style Gallery End */
/* Popup post details */
#trx_addons_post_details_popup .trx_addons_post_details_popup_close:before {
  font-size: 24px;
  font-family: "fontello";
  content: '\e9e1';
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -ms-transition: -ms-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

#trx_addons_post_details_popup .trx_addons_post_details_popup_close:hover:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#trx_addons_post_details_popup .services_page_header .post_details_page_title {
  padding: 0.3em 4em 0.4em 0.5em;
  font-size: 1.6em;
  line-height: 1.2em;
}

#trx_addons_post_details_popup .post_details_page_price {
  top: 0.3em;
}

/* Layout Languages */
.sc_layouts_language .sc_layouts_language_menu > li > a {
  color: var(--theme-color-text_dark) !important;
}

.sc_layouts_language .sc_layouts_language_menu > li > a:hover,
.sc_layouts_language .sc_layouts_language_menu > li.sfHover > a {
  color: var(--theme-color-text_link) !important;
}

.sc_layouts_language .sc_layouts_language_menu > li.menu-item-has-children > a:after {
  margin-left: 0.5em;
  position: relative;
  right: 0;
  top: 0px;
}

.sc_layouts_language .sc_layouts_language_menu > li > ul {
  top: 4.5em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.sc_layouts_language .sc_layouts_language_menu > li.menu-item > ul li > a {
  padding: 0.8rem 2rem;
}

.sc_layouts_language .sc_layouts_language_menu > li.menu-item > a > img {
  position: relative;
  top: 1px;
}

.sc_layouts_language .sc_layouts_language_menu li.menu-item > a > img + span {
  margin-left: 0.5em;
}

.sc_layouts_language .sc_layouts_dropdown li.menu-item.menu-item-has-children > a {
  padding: 0;
}

/* Widget Instagram +++++
+++++++++++++++++++++++++  */
/* Simple */
.widget_instagram_type_simple .widget_instagram_images_item_wrap .widget_instagram_images_item_counters {
  display: none;
}

.widget_instagram_type_simple .widget_instagram_images_item_wrap .widget_instagram_images_item:before {
  background-color: rgba(0, 0, 0, 0.2);
}

/* Alter */
.widget_instagram_type_alter .widget_instagram_images {
  margin: 0 !important;
}

.widget_instagram_type_alter .widget_instagram_images_item_wrap {
  padding: 0 !important;
}

.widget_instagram_type_alter .widget_instagram_images_item_wrap .widget_instagram_images_item_counters {
  display: none;
}

.widget_instagram_type_alter .widget_instagram_images_item_wrap .widget_instagram_images_item:before {
  background-color: rgba(0, 0, 0, 0.2);
}

.widget_instagram_type_alter .widget_instagram_follow_link_wrap {
  margin: 0 !important;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.widget_instagram_type_alter .widget_instagram_follow_link_wrap .widget_instagram_follow_link {
  position: relative;
  margin: 0;
  padding: 16px 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  font-size: 13px;
  line-height: 17px;
  font-weight: 500;
  letter-spacing: .8px;
  text-transform: uppercase;
  background: #FFFFFF !important;
  color: #071021 !important;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.widget_instagram_type_alter .widget_instagram_follow_link_wrap .widget_instagram_follow_link:before {
  color: inherit;
  font-family: "fontello";
  content: '\E87E';
  font-size: 18px;
  font-weight: 400;
  margin: 0 8px 0 0;
  display: inline-block;
}

/* Modern */
.widget_instagram_type_modern .widget_instagram_images {
  margin: 0 !important;
}

.widget_instagram_type_modern .widget_instagram_images_item_wrap {
  padding: 0 !important;
}

.widget_instagram_type_modern .widget_instagram_images_item_wrap .widget_instagram_images_item_counters {
  display: none;
}

.widget_instagram_type_modern .widget_instagram_images_item_wrap .widget_instagram_images_item:before {
  background-color: rgba(0, 0, 0, 0.2);
}

.widget_instagram_type_modern .widget_instagram_follow_link_wrap {
  margin: 0 !important;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.widget_instagram_type_modern .widget_instagram_follow_link_wrap .widget_instagram_follow_link {
  margin: 0;
  padding: 0;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #A5A6AA !important;
  background-color: #FFFFFF !important;
  min-width: 102px;
  height: 102px;
  line-height: 102px;
  text-align: center;
  vertical-align: middle;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-indent: -200px;
  overflow: hidden;
  display: block;
}

.widget_instagram_type_modern .widget_instagram_follow_link_wrap .widget_instagram_follow_link:before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: inherit;
  font-family: "fontello";
  content: '\E87E';
  font-size: 25px;
  line-height: 1em;
  font-weight: 400;
  text-indent: 0;
}

/* Hotspot */
.sc_hotspot_default .sc_hotspot_item_icon span {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: var(--theme-color-inverse_dark);
}

.sc_hotspot_default .sc_hotspot_item_popup {
  width: 300px;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0 3px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.05);
}

.sc_hotspot_default .sc_hotspot_item_popup > .sc_hotspot_item_popup_close + [class*="sc_hotspot_item"],
.sc_hotspot_default .sc_hotspot_item_popup > [class*="sc_hotspot_item"]:first-child {
  margin-top: 0;
}

.sc_hotspot_default .sc_hotspot_item_popup .sc_hotspot_item_image + [class*="sc_hotspot_item"] {
  margin-top: 25px;
}

.sc_hotspot_default .sc_hotspot_item_popup .sc_hotspot_item_popup_close {
  color: var(--theme-color-inverse_dark);
}

.sc_hotspot_default .sc_hotspot_item_popup .sc_hotspot_item_subtitle > span,
.sc_hotspot_default .sc_hotspot_item_popup .sc_hotspot_item_subtitle .post_meta_item {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.sc_hotspot_default .sc_hotspot_item_popup .sc_hotspot_item_title {
  margin-top: 8px;
  font-size: 19px;
  line-height: 23px;
  color: var(--theme-color-inverse_dark);
}

.sc_hotspot_default .sc_hotspot_item_popup .sc_hotspot_item_price {
  margin-top: 8px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #7A7E83;
}

.sc_hotspot_default .sc_hotspot_item_popup .sc_hotspot_item_description {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
  color: #7A7E83;
}

.sc_hotspot_default .sc_hotspot_item_popup .sc_hotspot_item_link {
  margin-top: 15px;
}

/*# sourceMappingURL=trx_addons.css.map */