/* Skin-specific styles
----------------------- */
/* Slider Revolution */
rs-module .tp-caption.trx-addons-str-button,
rs-module .trx-addons-str-button {
  position: relative;
  overflow: hidden;
  padding-left: 3.4em !important;
  padding-right: 3.4em !important;
  -webkit-transition: padding 0.3s ease, color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease !important;
  -webkit-transition: padding 0.3s ease, color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, -webkit-box-shadow 0.3s ease !important;
  transition: padding 0.3s ease, color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, -webkit-box-shadow 0.3s ease !important;
  transition: padding 0.3s ease, color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease !important;
  transition: padding 0.3s ease, color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease !important;
  -webkit-box-shadow: 0 9px 18px rgba(133, 208, 143, 0.18) !important;
  -ms-box-shadow: 0 9px 18px rgba(133, 208, 143, 0.18) !important;
  box-shadow: 0 9px 18px rgba(133, 208, 143, 0.18) !important;
}

rs-module .tp-caption.trx-addons-str-button:hover,
rs-module .trx-addons-str-button:hover {
  -webkit-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
  padding-right: 6em !important;
}

rs-module .tp-caption.trx-addons-str-button:before,
rs-module .trx-addons-str-button:before {
  content: '';
  position: absolute;
  z-index: 1;
  right: 2.7em !important;
  left: auto !important;
  width: 40px !important;
  height: 2px !important;
  display: block;
  top: calc(50% - 1px) !important;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: right 0.1s ease-out 0, opacity 0.1s ease-out 0, background-color 0.3s ease;
  transition: right 0.1s ease-out 0, opacity 0.1s ease-out 0, background-color 0.3s ease;
  opacity: 0;
}

rs-module .tp-caption.trx-addons-str-button:hover:before,
rs-module .trx-addons-str-button:hover:before {
  left: auto !important;
  right: 1.7em !important;
  opacity: 1;
  -webkit-transition: right 0.3s ease-out 0.3s, opacity 0.3s ease-out 0.3s, background-color 0.3s ease;
  transition: right 0.3s ease-out 0.3s, opacity 0.3s ease-out 0.3s, background-color 0.3s ease;
}

/* Services */
.sc_services_hover .sc_services_item.with_image .sc_services_item_header:before {
  background: rgba(18, 22, 25, 0.92);
}

.sc_services_hover .sc_services_item.with_image .sc_services_item_header:after {
  background: linear-gradient(45deg, rgba(248, 76, 56, 0.92) 0%, rgba(212, 59, 42, 0.92) 100%);
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(2n+1) .sc_services_item_header.specific_color:after {
  background: linear-gradient(45deg, rgba(33, 41, 204, 0.92) 0%, rgba(21, 29, 176, 0.92) 100%);
}

/* Blogger  */
.sc_blogger .trx_addons_loading {
  background-image: url(images/blocks-preloader.gif) !important;
}

/* MailChimp */
form.mc4wp-form input[type="checkbox"] + label > a {
  text-decoration: underline;
}

form.mc4wp-form input[type="checkbox"] + label > a:hover {
  text-decoration: none;
}

/* Menu */
.sc_layouts_menu_popup .sc_layouts_menu_nav,
.sc_layouts_menu_nav > li ul {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

/* Elementor Toggle */
.elementor-toggle .elementor-tab-content {
  color: #646464;
}

.elementor-toggle .elementor-tab-title {
  color: #121619;
  border-color: #f5f5fa;
  background-color: #f5f5fa;
}

.elementor-toggle .elementor-tab-title.elementor-active {
  color: #ffffff;
  border-color: #191e2d;
  background-color: #191e2d;
}

/* Testimonials */
.sc_testimonials_alter [class*="column"] .sc_testimonials_item_author,
.sc_testimonials_alter [class*="column"] .sc_testimonials_item_content {
  text-align: center;
}

.sc_testimonials_alter [class*="column"] .sc_testimonials_item_content,
.sc_testimonials_alter .sc_testimonials_item_content {
  font-size: 1.176em;
  line-height: 1.4em;
  font-weight: 400;
}

.sc_testimonials_alter .sc_testimonials_item_content {
  position: relative;
  padding: 2.5em 1.4em 2.7em;
}

.sc_testimonials_alter .sc_testimonials_item_author_avatar {
  width: 3.6em;
  height: 3.6em;
  line-height: 3.6em;
  text-align: center;
  margin: 0 0 1.45em 0;
}

.sc_testimonials_alter .sc_testimonials_item_author_data {
  display: block;
  max-width: 100%;
}

.sc_testimonials_alter .sc_testimonials_item_author {
  margin: 1.2em auto 0;
}

.sc_testimonials_alter .sc_testimonials_item_author_title + .sc_testimonials_item_author_subtitle {
  margin-top: 0.6em;
}

.sc_testimonials_alter .sc_testimonials_item_content:after {
  content: '';
  margin-left: -4px;
  pointer-events: none;
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #ffffff transparent transparent transparent;
}

/* Icons */
.sc_icons_extra .sc_icons_icon + .sc_icons_item_title,
.sc_icons_extra .sc_icons_icon + .sc_icons_item_description {
  margin-top: 2em;
}

.sc_icons_extra .sc_icons_item_title {
  line-height: 1.2em;
}

.sc_icons_extra.sc_icons_size_small .sc_icons_item_title {
  font-size: 1em;
  line-height: 1.1em;
  font-weight: 600;
}

.sc_icons_extra.sc_icons_size_small .sc_icons_icon + .sc_icons_item_title,
.sc_icons_extra.sc_icons_size_small .sc_icons_icon + .sc_icons_item_description {
  margin-top: 1em;
}

.sc_icons_extra.sc_icons_size_large .sc_icons_item_title {
  font-size: 1.5em;
  line-height: 1.3em;
  font-weight: 600;
}

/* Skills */
.sc_skills_extra_counter .sc_skills_item + .sc_skills_item_title {
  margin-top: 0.8em;
}

.sc_skills_extra_counter .sc_skills_total {
  font-size: 4.412em;
  line-height: 1.1em;
  font-weight: 300;
  font-style: normal;
  letter-spacing: -2px;
  text-align: center;
  display: block;
  margin: 0;
}

.sc_skills_extra_counter .sc_skills_item_title {
  font-size: 1em;
  line-height: 1.8em;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  text-transform: none;
  letter-spacing: 0;
}

/* Push */
.sc_push_medium_negative, .sc_push_y_medium_negative {
  margin-top: -8em !important;
}

/* Blogger */
.sc_blogger_extra .sc_blogger_item_content_wrapper {
  padding: 2.7em 2.4em;
}

.sc_blogger_extra .sc_blogger_item .sc_blogger_item_featured {
  margin-bottom: 0;
}
