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

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

/* Specific Colors Hover Services */
/* 3n + 1 */
.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+1) .sc_services_item_header.specific_color:before {
  background: rgba(255, 255, 255, 0.93) !important;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  -webkit-transition-duration: 1000000s;
  -moz-transition-duration: 1000000s;
  -ms-transition-duration: 1000000s;
  -o-transition-duration: 1000000s;
  transition-duration: 1000000s;
  z-index: 1;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+1) .sc_services_item_header.specific_color:after {
  content: '';
  background: white !important;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 0;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+1) .sc_services_item_header.specific_color .sc_services_item_number {
  color: #121619;
  -webkit-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+1) .sc_services_item_header.specific_color .sc_services_item_title,
.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+1) .sc_services_item_header.specific_color .sc_services_item_title a {
  color: #121619 !important;
  -webkit-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+1) .sc_services_item_header.specific_color .sc_services_item_text {
  color: #121619;
  -webkit-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+1) .sc_services_item_header.specific_color .sc_services_item_link:after {
  background-color: #121619;
  -webkit-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+1) .sc_services_item.with_image:hover .sc_services_item_header.specific_color:before {
  opacity: 0;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+1) .sc_services_item.with_image:hover .sc_services_item_header.specific_color:after {
  opacity: 1;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+1) .sc_services_item.with_image:hover .sc_services_item_header.specific_color .sc_services_item_number {
  color: #121619;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+1) .sc_services_item.with_image:hover .sc_services_item_header.specific_color .sc_services_item_title,
.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+1) .sc_services_item.with_image:hover .sc_services_item_header.specific_color .sc_services_item_title a {
  color: #121619 !important;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+1) .sc_services_item.with_image:hover .sc_services_item_header.specific_color .sc_services_item_text {
  color: #121619;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+1) .sc_services_item.with_image:hover .sc_services_item_header.specific_color .sc_services_item_link:after {
  background-color: #121619;
}

/* 3n + 2 */
.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+2) .sc_services_item_header.specific_color:before {
  background: -moz-linear-gradient(45deg, rgba(89, 41, 186, 0.9) 0%, rgba(89, 41, 186, 0.9) 20%, rgba(33, 49, 182, 0.9) 100%);
  background: -webkit-linear-gradient(45deg, rgba(89, 41, 186, 0.9) 0%, rgba(89, 41, 186, 0.9) 20%, rgba(33, 49, 182, 0.9) 100%);
  background: linear-gradient(45deg, rgba(89, 41, 186, 0.9) 0%, rgba(89, 41, 186, 0.9) 20%, rgba(33, 49, 182, 0.9) 100%);
  -webkit-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  -webkit-transition-duration: 1000000s;
  -moz-transition-duration: 1000000s;
  -ms-transition-duration: 1000000s;
  -o-transition-duration: 1000000s;
  transition-duration: 1000000s;
  opacity: 1;
  z-index: 1;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+2) .sc_services_item_header.specific_color:after {
  content: '';
  background: -moz-linear-gradient(45deg, #5929ba 0%, #5929ba 20%, #2131b6 100%);
  background: -webkit-linear-gradient(45deg, #5929ba 0%, #5929ba 20%, #2131b6 100%);
  background: linear-gradient(45deg, #5929ba 0%, #5929ba 20%, #2131b6 100%);
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 0;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+2) .sc_services_item_header.specific_color .sc_services_item_number {
  color: #ffffff;
  -webkit-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+2) .sc_services_item_header.specific_color .sc_services_item_title,
.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+2) .sc_services_item_header.specific_color .sc_services_item_title a {
  color: #ffffff !important;
  -webkit-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+2) .sc_services_item_header.specific_color .sc_services_item_text {
  color: #ffffff;
  -webkit-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+2) .sc_services_item_header.specific_color .sc_services_item_link:after {
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+2) .sc_services_item.with_image:hover .sc_services_item_header.specific_color:before {
  opacity: 0;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+2) .sc_services_item.with_image:hover .sc_services_item_header.specific_color:after {
  opacity: 1;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+2) .sc_services_item.with_image:hover .sc_services_item_header.specific_color .sc_services_item_number {
  color: #ffffff;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+2) .sc_services_item.with_image:hover .sc_services_item_header.specific_color .sc_services_item_title,
.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+2) .sc_services_item.with_image:hover .sc_services_item_header.specific_color .sc_services_item_title a {
  color: #ffffff !important;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+2) .sc_services_item.with_image:hover .sc_services_item_header.specific_color .sc_services_item_text {
  color: #ffffff;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+2) .sc_services_item.with_image:hover .sc_services_item_header.specific_color .sc_services_item_link:after {
  background-color: #ffffff;
}

/* 3n + 3 */
.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+3) .sc_services_item_header.specific_color:before {
  background: rgba(16, 20, 32, 0.88);
  -webkit-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  -webkit-transition-duration: 1000000s;
  -moz-transition-duration: 1000000s;
  -ms-transition-duration: 1000000s;
  -o-transition-duration: 1000000s;
  transition-duration: 1000000s;
  opacity: 1;
  z-index: 1;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+3) .sc_services_item_header.specific_color:after {
  content: '';
  background: #101420;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 0;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+3) .sc_services_item_header.specific_color .sc_services_item_number {
  color: #ffffff;
  -webkit-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+3) .sc_services_item_header.specific_color .sc_services_item_title,
.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+3) .sc_services_item_header.specific_color .sc_services_item_title a {
  color: #ffffff !important;
  -webkit-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+3) .sc_services_item_header.specific_color .sc_services_item_text {
  color: #ffffff;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+3) .sc_services_item_header.specific_color .sc_services_item_link:after {
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+3) .sc_services_item.with_image:hover .sc_services_item_header.specific_color:before {
  opacity: 0;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+3) .sc_services_item.with_image:hover .sc_services_item_header.specific_color:after {
  opacity: 1;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+3) .sc_services_item.with_image:hover .sc_services_item_header.specific_color .sc_services_item_number {
  color: #ffffff;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+3) .sc_services_item.with_image:hover .sc_services_item_header.specific_color .sc_services_item_title,
.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+3) .sc_services_item.with_image:hover .sc_services_item_header.specific_color .sc_services_item_title a {
  color: #ffffff !important;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+3) .sc_services_item.with_image:hover .sc_services_item_header.specific_color .sc_services_item_text {
  color: #ffffff;
}

.sc_services_hover [class*="trx_addons_column-"]:nth-child(3n+3) .sc_services_item.with_image:hover .sc_services_item_header.specific_color .sc_services_item_link:after {
  background-color: #ffffff;
}

/* Blogger */
.sc_blogger_extraplus {
  /* top meta */
}
.sc_blogger_extraplus .sc_blogger_item {
  padding-bottom: 2.65em;
  background-color: #fff;
}
.sc_blogger_extraplus .sc_blogger_item .sc_blogger_item_featured {
  margin-bottom: 2.65em;
}
.sc_blogger_extraplus .sc_blogger_item_header .sc_blogger_item_title {
  font-size: 1.588em;
  line-height: 1em;
  font-weight: 600;
  font-style: normal;
}
.sc_blogger_extraplus .sc_blogger_item_excerpt p:last-child {
  margin-bottom: 0;
}
.sc_blogger_extraplus .sc_blogger_item_header + .sc_blogger_item_excerpt {
  margin-top: 1.5em;
}
.sc_blogger_extraplus .sc_blogger_item_button {
  margin-top: 1em;
}
.sc_blogger_extraplus .sc_blogger_item_header .post_meta {
  margin-top: 1.7em;
  margin-bottom: 0;
  text-transform: none;
  letter-spacing: 0;
}
.sc_blogger_extraplus .post_meta_top,
.sc_blogger_extraplus .sc_blogger_item_content {
  padding: 0 40px;
}
.sc_blogger_extraplus .sc_blogger_item_header .post_meta .post_author .author_avatar_meta {
  width: 18px;
  height: 18px;
  margin: 0 9px 0 0;
}
.sc_blogger_extraplus .sc_blogger_item_header .post_meta .post_author .author_by {
  font-weight: 500;
}
.sc_blogger_extraplus .sc_blogger_item_header .post_meta .post_meta_item:after {
  margin: 0 0.8em;
}
.sc_blogger_extraplus .trx_addons_column-1_4 .sc_blogger_item_header .sc_blogger_item_title {
  font-size: 1.294em;
  line-height: 1.13em;
  font-weight: 600;
}
.sc_blogger_extraplus .post_meta_top .post_meta {
  font-size: 11px;
  line-height: 1.5em;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 0.9em;
}
.sc_blogger_extraplus .post_meta_top .post_meta .post_categories > a {
  font-size: 11px;
  line-height: 1.5em;
  font-weight: 500;
  font-style: normal;
  padding: 0;
}

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