/* Skin-specific styles
----------------------- */
/* Cart Widget */
.sc_layouts_cart_widget {
  top: 2.6em;
  right: -2em;
  left: auto;
}

.sc_layouts_cart_widget:after {
  right: 2.6em;
  left: auto;
}

/* Slider Revolution */
rs-module .trx-addons-crv-button,
sr7-module .trx-addons-crv-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;
  -ms-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 !important;
  -webkit-box-shadow: 0 9px 18px rgba(226, 179, 58, 0.18) !important;
  -ms-box-shadow: 0 9px 18px rgba(226, 179, 58, 0.18) !important;
  box-shadow: 0 9px 18px rgba(226, 179, 58, 0.18) !important;
}

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

rs-module .trx-addons-crv-button:before,
sr7-module .trx-addons-crv-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);
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: right 0.1s ease-out 0, opacity 0.1s ease-out 0, background-color 0.3s ease;
  -ms-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 .trx-addons-crv-button:hover:before,
sr7-module .trx-addons-crv-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;
  -ms-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;
}

rs-module .custom .tp-bullet,
sr7-module .custom .sr7-bullet {
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 10px !important;
  height: 10px !important;
}

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

/* MailChimp */
form.mc4wp-form .mc4wp-form-fields .mc4wp-form-fields_wrapper {
  display: block;
  position: relative;
}

form.mc4wp-form .mc4wp-form-fields input[type="email"] {
  padding-right: 7em !important;
}

form.mc4wp-form .mc4wp_button {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4em;
  padding: 0;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

form.mc4wp-form .mc4wp_button:before {
  content: '';
  width: 1px;
  height: 36px;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ddd;
}

form.mc4wp-form .mc4wp_button:after {
  font-size: 1.5em;
  font-weight: 400;
  content: '\E95B';
  font-family: "fontello";
  color: #202431;
  -webkit-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

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

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

form.mc4wp-form .mc4wp-form-fields input[type="checkbox"] + label {
  margin-top: 2em;
}

form.mc4wp-form .mc4wp-form-fields label {
  font-size: 15px;
}

/* Services */
.sc_services_hover .sc_services_item {
  overflow: hidden;
}

.sc_services_hover .sc_services_item_icon,
.sc_services_hover .sc_services_item_pictogram {
  font-size: 2em;
}

.sc_services_hover .sc_services_item:before {
  padding-top: 98%;
}

.sc_services_hover .sc_services_item.with_image .sc_services_item_header:before,
.sc_services_hover .sc_services_item.with_image .sc_services_item_content:before,
.sc_services_hover .sc_services_item.with_image:hover .sc_services_item_header:before,
.sc_services_hover .sc_services_item.with_image:hover .sc_services_item_content:before {
  background: transparent;
}

.sc_services_hover .sc_services_item.with_image .sc_services_item_header:after,
.sc_services_hover .sc_services_item.with_image:hover .sc_services_item_header:after {
  background: #426ffe;
}

.sc_services_hover .sc_services_item.with_image .sc_services_item_header:after {
  opacity: 0 !important;
}

.sc_services_hover .sc_services_item.with_image:hover .sc_services_item_header:after {
  opacity: 1 !important;
}

/* Specific Color */
.sc_services_hover [class*="trx_addons_column-"]:nth-child(2n+1) .sc_services_item_header.specific_color:after {
  color: #ffffff !important;
  background: #e2b33a !important;
}

.sc_services_hover .sc_services_item_header_inner {
  padding: 4.4em 4em;
}

.sc_services_hover .sc_services_item .sc_services_item_header_inner {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.sc_services_hover .sc_services_item:hover .sc_services_item_header_inner {
  opacity: 1;
}

.sc_services_hover .sc_services_item .sc_services_item_header_inner .sc_services_item_icon {
  padding-left: 1px;
}

.sc_services_hover .sc_services_item .sc_services_item_header_inner .sc_services_item_text,
.sc_services_hover .sc_services_item .sc_services_item_header_inner .sc_services_item_icon,
.sc_services_hover .sc_services_item .sc_services_item_header_inner .sc_services_item_subtitle {
  -webkit-transform: translateY(-3em);
  -ms-transform: translateY(-3em);
  transform: translateY(-3em);
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}

.sc_services_hover .sc_services_item:hover .sc_services_item_header_inner .sc_services_item_text,
.sc_services_hover .sc_services_item:hover .sc_services_item_header_inner .sc_services_item_icon,
.sc_services_hover .sc_services_item:hover .sc_services_item_header_inner .sc_services_item_subtitle {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.sc_services_hover .sc_services_item .sc_services_item_header_inner .sc_services_item_subtitle + .sc_services_item_text {
  margin-top: 0.8em;
}

.sc_services_hover .sc_services_item_header_inner_bottom {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  position: absolute;
  top: auto;
  bottom: 3em;
  left: 0;
  z-index: 5;
  width: 100%;
  max-height: 100%;
  text-align: left;
  padding: 4em;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sc_services_hover .sc_services_item .sc_services_item_header_inner_bottom .sc_services_item_title {
  -webkit-transform: translateY(3em);
  -ms-transform: translateY(3em);
  transform: translateY(3em);
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}

.sc_services_hover .sc_services_item:hover .sc_services_item_header_inner_bottom .sc_services_item_title {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.sc_services_hover .sc_services_item .sc_services_item_link:after {
  -webkit-transform: translateY(3em);
  -ms-transform: translateY(3em);
  transform: translateY(3em);
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}

.sc_services_hover .sc_services_item:hover .sc_services_item_link:after {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.sc_services_hover .sc_services_item_header .sc_services_item_title {
  font-size: 1.688em;
  line-height: 0.988em;
  font-weight: 600;
  font-style: normal;
  margin-left: -2px;
}

.sc_services_hover .sc_services_item_link::after {
  height: 1px;
  width: 65px;
  bottom: 4.7em;
  left: 4em;
}

.sc_services_hover .sc_services_item_subtitle {
  font-size: 13px;
  line-height: 1.2em;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sc_services_hover .sc_services_item_number + .sc_services_item_subtitle {
  margin-top: 0.5em;
}

.sc_services_hover .sc_services_item_pictogram + .sc_services_item_subtitle,
.sc_services_hover .sc_services_item_icon + .sc_services_item_subtitle {
  margin-top: 1em;
}

/* Skills */
.sc_skills_counter .sc_skills_item_wrap {
  padding: 4.4em 2em 5.4em;
}

.sc_skills_counter .sc_skills_item + .sc_skills_item_title {
  margin-top: 0.6em;
}

.sc_skills_counter .sc_skills_columns .sc_skills_column .sc_skills_item_wrap {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  -ms-transition: -ms-transform 0.3s ease;
  transition: transform 0.3s ease;
  -webkit-box-shadow: 0 2px 6px rgba(32, 36, 49, 0.1);
  -ms-box-shadow: 0 2px 6px rgba(32, 36, 49, 0.1);
  box-shadow: 0 2px 6px rgba(32, 36, 49, 0.1);
}

.sc_skills_counter .sc_skills_columns .sc_skills_column .sc_skills_item_wrap:hover {
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
}

.sc_skills_counter .sc_skills_columns .sc_skills_column:nth-child(3n+1) .sc_skills_item_wrap {
  background-color: #ffffff;
}

.sc_skills_counter .sc_skills_columns .sc_skills_column:nth-child(3n+1) .sc_skills_item_wrap .sc_skills_total {
  color: #426ffe;
}

.sc_skills_counter .sc_skills_columns .sc_skills_column:nth-child(3n+1) .sc_skills_item_wrap .sc_skills_item_title {
  color: #121619;
}

.sc_skills_counter .sc_skills_columns .sc_skills_column:nth-child(3n+2) .sc_skills_item_wrap {
  background-color: #426ffe;
}

.sc_skills_counter .sc_skills_columns .sc_skills_column:nth-child(3n+2) .sc_skills_item_wrap .sc_skills_total {
  color: #ffffff;
}

.sc_skills_counter .sc_skills_columns .sc_skills_column:nth-child(3n+2) .sc_skills_item_wrap .sc_skills_item_title {
  color: #ffffff;
}

.sc_skills_counter .sc_skills_columns .sc_skills_column:nth-child(3n+3) .sc_skills_item_wrap {
  background-color: #202431;
}

.sc_skills_counter .sc_skills_columns .sc_skills_column:nth-child(3n+3) .sc_skills_item_wrap .sc_skills_total {
  color: #ffffff;
}

.sc_skills_counter .sc_skills_columns .sc_skills_column:nth-child(3n+3) .sc_skills_item_wrap .sc_skills_item_title {
  color: #ffffff;
}

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

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

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

/* Team */
.sc_team_featured.sc_team_item_thumb .sc_team_item_socials .social_item {
  margin: 0.1em 1.65em 0.1em 0;
}

.sc_team_featured .sc_team_item_subtitle {
  margin-top: 6px;
}

/* Icons */
.sc_icons_extra .sc_icons_item {
  padding: 2em 1.5em;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.07);
}

.sc_icons_extra .sc_icons_item + .sc_icons_item {
  margin-top: 30px;
}

.sc_icons_extra .sc_icons_icon:before,
.sc_icons_extra .sc_icons_icon > span:before {
  font-size: 4rem;
}

/* Recent News */
.sc_recent_news_style_news-announce .post_featured.hover_simple .mask {
  background: #121619;
}

.sc_recent_news_style_news-announce .post_item .post_featured:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(51, 55, 67, 0)), color-stop(25%, rgba(51, 55, 67, 0)), color-stop(100%, rgba(51, 55, 67, 0.95)));
  background: -webkit-linear-gradient(top, rgba(51, 55, 67, 0) 0%, rgba(51, 55, 67, 0) 25%, rgba(51, 55, 67, 0.95) 100%);
  background: -ms-linear-gradient(top, rgba(51, 55, 67, 0) 0%, rgba(51, 55, 67, 0) 25%, rgba(51, 55, 67, 0.95) 100%);
  background: linear-gradient(to bottom, rgba(51, 55, 67, 0) 0%, rgba(51, 55, 67, 0) 25%, rgba(51, 55, 67, 0.95) 100%);
}

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: 544px;
}

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: 544px;
}

.sc_recent_news.sc_recent_news_style_news-announce {
  margin-right: -30px;
}

.sc_recent_news .post_item.post_layout_news-announce {
  padding-right: 30px;
  padding-bottom: 30px;
}

.sc_recent_news .post_item.post_layout_news-announce .post_item_wrapper_inner {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100%;
}

.sc_recent_news .post_item.post_layout_news-announce .post_featured .post_info {
  font-size: 1em;
  padding: 1em 1.75em;
  z-index: 4;
}

.sc_recent_news .post_item.post_layout_news-announce .post_featured .post_info .post_categories {
  padding: 0;
  margin-bottom: 1.3em;
  font-size: 11px;
  line-height: 15px;
  font-weight: 500;
  font-style: normal;
  background-color: transparent;
  letter-spacing: 1px;
}

.sc_recent_news .post_item.post_layout_news-announce .post_title {
  font-size: 1.588em;
  line-height: 1em;
  font-weight: 600;
  font-style: normal;
}

.sc_recent_news .post_item.post_layout_news-announce .post_meta {
  text-transform: none;
  letter-spacing: 0;
  margin: 1.5em 0 !important;
}

.sc_recent_news .post_item.post_layout_news-announce .post_author {
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 600;
  font-style: normal;
}

.sc_recent_news .post_item.post_layout_news-announce .post_author .author_avatar_meta {
  width: 22px;
  height: 22px;
  margin: -2px 8px 0 0;
}

.sc_recent_news .post_item.post_layout_news-announce .post_date {
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 500;
  font-style: normal;
}

.sc_recent_news .post_item.post_layout_news-announce .post_author .author_by {
  font-weight: 500;
}

.sc_recent_news .post_item.post_layout_news-announce .post_date:before {
  display: none;
}

.sc_recent_news .post_item.post_layout_news-announce .post_author:after {
  content: '';
  display: inline-block;
  margin: 0 0.8em;
  position: relative;
}

/*# sourceMappingURL=skin.css.map */
