@charset "UTF-8";


/*---------------------------------------------------------------*/
/* 09.  BLOG
/*---------------------------------------------------------------*/
/*=====================*/
/* CUBIC BEZIER CURVES */
/*=====================*/
/*---------------------------------------------------------------*/
/* --   COMMON STYLES
/*---------------------------------------------------------------*/
body.blog #container #content, body.single-post #container #content, body.search-results #container #content {
  margin: 0 auto;
}

body.blog #container.no_sidebar #content, body.single-post #container.no_sidebar #content {
  padding-left: 0;
  padding-right: 0;
}

body.blog #container .wtbx-content-body, body.single-post #container .wtbx-content-body {
  margin-bottom: 4em;
}

.post-type-archive:not(.post-type-archive-portfolio):not(.post-type-archive-post) article {
  padding: 30px 0;
  margin: 30px 0;
}

.post-entry .entry-title {
  margin: 0;
}

#content > .wtbx_blog_grid_wrapper {
  padding: 0 15px;
}

/* No posts found page */
p.no-posts {
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 1em;
  font-weight: 300;
}

.post-entry twitterwidget {
  margin: 2em auto;
}

.read-more-wrap {
  clear: both;
  display: block;
  margin-top: 2em;
}

.read-more-wrap .more-link {
  margin-top: 0;
}

.more-link {
  display: inline-block;
  margin: 2em auto 0;
  padding: 0 1.5em;
  line-height: 3;
  height: 3em;
  font-weight: 600;
  border-radius: 4em;
  box-sizing: content-box;
  box-shadow: 0 5px 25px -4px rgba(9, 31, 67, 0.15);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.more-link:hover {
  color: #fff;
}

.post-thumb-wrapper .post-thumb-inner {
  position: relative;
}

.post-thumb-wrapper .post-thumb-inner .post-thumbnail.wtbx-lazy {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/*---------------------------------------------------------------*/
/* --   SINGLE POST
/*---------------------------------------------------------------*/
.single-post article.post-entry h1.entry-title {
  font-size: 2.5em;
  font-weight: 700;
  text-align: center;
}

.single-post article.post-entry .entry-content {
  margin: 2em 0;
  font-size: 1.142857em;
}

.single-post article.post-entry .entry-meta {
  margin-top: .5em;
  line-height: 1.5;
  font-style: italic;
  clear: both;
  text-align: center;
}

.single-post article.post-entry .entry-meta > span:first-child:first-letter {
  text-transform: capitalize;
}

.single-post article.post-entry .entry-meta .meta-date, .single-post article.post-entry .entry-meta .meta-author-link, .single-post article.post-entry .entry-meta .category-list, .single-post article.post-entry .entry-meta a:not(.post-social-link) {
  font-style: normal;
  font-weight: 600;
  display: inline-block;
  -webkit-transition: color 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: color 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: color 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: color 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  transition: color 0.2s cubic-bezier(0.2, 0, 0.3, 1);
}

.single-post article.post-entry .entry-meta .meta-author-link, .single-post article.post-entry .entry-meta .category-list {
  padding: 0 2px;
}

.single-post article.post-entry .entry-meta .meta-category {
  display: inline-block;
}

.single-post article.post-entry .entry-meta .category-list {
  display: inline;
  margin-left: .3em;
}

.single-post article.post-entry .entry-meta .meta-date {
  display: inline-block;
  float: right;
}

.single-post article.post-entry .post-media {
  margin-top: 0;
  margin-bottom: 4em;
}

.single-post article.post-entry.format-image .post-media-inner {
  font-size: 0;
  line-height: 0;
}

.single-post article.post-entry.format-image .post-media-inner img {
  border-radius: 3px;
  box-shadow: 0 15px 55px -5px rgba(9, 31, 67, 0.05);
}

.single-post article.post-entry.format-video .video-embed {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 3px;
}

.single-post article.post-entry.format-video .video-embed.video-embed-noconsent {
  height: auto;
  padding-bottom: 0;
}

.post-media {
  position: relative;
  margin: 2em 0 3em;
  text-align: center;
  z-index: 1;
}

.post-media.post-audio-selfhosted .post-media-inner, .post-media.post-audio-embed .post-media-inner {
  box-shadow: none;
  overflow: visible;
}

.post-media.post-audio-selfhosted.post-audio-soundcloud .audio-embed, .post-media.post-audio-embed.post-audio-soundcloud .audio-embed {
  width: 100%;
}

.post-media .post-media-inner {
  position: relative;
  z-index: 1;
}

.post-media .plyr {
  outline: none !important;
}

.post-media .audio-embed {
  display: inline-block;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
  border-radius: 3px;
  box-shadow: none;
  max-width: 100%;
  overflow: hidden;
}

.post-media .audio-embed iframe {
  display: block;
  width: 100%;
}

.single-post article.post-entry .entry-content.content-multipage .wtbx-pagination {
  padding-bottom: 0;
}

.single-post article.post-entry .entry-content.content-multipage + .post-tags-n-social {
  margin-top: 0;
}

.single-post article.post-entry .post-tags-n-social {
  display: inline-block;
  margin: 0;
  width: 100%;
}

.single-post article.post-entry .post-tags-n-social .post-social-title {
  margin-bottom: .75em;
}

.single-post article.post-entry .post-tags-n-social .post-tags {
  display: block;
  text-align: center;
  margin: 2em 0 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.6s, visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.6s;
  -moz-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.6s, visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.6s;
  -ms-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.6s, visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.6s;
  -o-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.6s, visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.6s;
  transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1) 0.6s, visibility 0s cubic-bezier(0.2, 0, 0.3, 1) 0.6s;
}

.single-post article.post-entry .post-tags-n-social .post-tags .tag-links {
  display: inline-block;
}

.single-post article.post-entry .post-tags-n-social .post-tags .tag-links span {
  display: inline-block;
  margin: .4em .4em;
}

.single-post article.post-entry .post-tags-n-social .post-tags .tag-links span a {
  line-height: 2.6;
  font-size: 0.857143em;
  font-weight: 600;
  padding: 0 1.3em;
  display: block;
  border-radius: 3em;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.single-post article.post-entry .post-tags-n-social .post-tags .tag-links span a:not(:hover) {
  box-shadow: 0 5px 25px -4px rgba(9, 31, 67, 0.15);
  border-color: transparent;
  background-color: #fff;
}

.single-post article.post-entry .post-tags-n-social .post-tags .tag-links span a:before {
  content: "#";
}

.wtbx-grid-entry .post-social-link {
  border: none;
  border-radius: 0;
  padding: 0;
  margin-left: 0;
  line-height: 20px;
  box-shadow: none !important;
  font-style: normal;
}

.wtbx-grid-entry .post-social-link i {
  float: none;
  margin-right: 0;
}

.wtbx-grid-entry .post-social-link span {
  float: none;
}

.blog-masonry .wtbx-grid-entry .post-social-link span {
  float: right;
}

/* Standard image format */
article.format-standard .post-media img {
  min-width: 100%;
}

/* Gallery format */
article.format-gallery .post-media .post-gallery {
  border-radius: 3px;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

article.format-gallery .post-media .post-gallery:hover .wtbx-arrow {
  opacity: .7;
}

article.format-gallery .post-media .post-gallery:hover .slick-dots li:before {
  opacity: .6;
}

article.format-gallery .post-media .post-gallery:hover .slick-dots li.slick-active:before {
  opacity: 1;
}

article.format-gallery .post-media .post-gallery.gallery-skin-light .wtbx-arrow:before {
  border-color: #fff;
}

article.format-gallery .post-media .post-gallery.gallery-skin-light .slick-dots li:before {
  background-color: #fff;
}

article.format-gallery .post-media .post-gallery .wtbx-arrow {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  z-index: 2;
  cursor: pointer;
  opacity: .3;
  -webkit-transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1);
}

article.format-gallery .post-media .post-gallery .wtbx-arrow:hover {
  opacity: 1;
}

article.format-gallery .post-media .post-gallery .wtbx-arrow.wtbx-prev {
  left: 15px;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

article.format-gallery .post-media .post-gallery .wtbx-arrow.wtbx-prev:before {
  -moz-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -135deg);
  -o-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -135deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -135deg);
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -135deg);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -135deg);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -135deg);
}

article.format-gallery .post-media .post-gallery .wtbx-arrow.wtbx-next {
  right: 15px;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -webkit-transform: -webkit-translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

article.format-gallery .post-media .post-gallery .wtbx-arrow.wtbx-next:before {
  -moz-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -o-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  -webkit-transform: -webkit-translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, 45deg);
}

article.format-gallery .post-media .post-gallery .wtbx-arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  border-top-width: 2px;
  border-top-style: solid;
  border-right-width: 2px;
  border-right-style: solid;
  border-top-right-radius: 2px;
}

article.format-gallery .post-media .slick-list .slick-track .post-slide-wrapper .post-slide-inner {
  position: relative;
}

article.format-gallery .post-media .slick-list .slick-track .post-slide-wrapper .post-slide-inner .post-slide.wtbx-lazy {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Quote format */
article.format-quote .post-media .post-quote-wrapper {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

article.format-quote .post-media .post-quote-wrapper .post-quote-inner {
  position: relative;
  text-align: start;
  padding: 40px 30px;
  z-index: 1;
}

article.format-quote .post-media .post-quote-wrapper .post-quote-inner .post-quote-icon {
  margin-top: 60px;
  display: inline-block;
  font-size: 32px;
  color: #fff;
  opacity: .2;
}

article.format-quote .post-media .post-quote-wrapper .post-quote-inner .post-quote-text {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.6;
  max-width: 550px;
  margin: 15px 0 15px;
  color: #fff;
}

article.format-quote .post-media .post-quote-wrapper .post-quote-inner .post-quote-author {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

article.format-quote .post-media .post-quote-wrapper .post-quote-inner .post-quote-bg-cont {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

article.format-quote .post-media .post-quote-wrapper .post-quote-inner .post-quote-bg-cont .post-quote-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

article.format-quote .post-media .post-quote-wrapper .post-quote-inner .wtbx-image-crop {
  z-index: -1;
}

/* Audio format */
.wp-audio-shortcode {
  max-width: 100%;
}

.audioplayer-wrapper {
  position: relative;
  margin-top: 70px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s;
  -moz-transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s;
  -ms-transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s;
  -o-transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s;
  transition: opacity 0.2s cubic-bezier(0.2, 0, 0.3, 1), visibility 0s;
}

.audioplayer-wrapper.audio-init {
  opacity: 1;
  visibility: visible;
}

.audioplayer-wrapper .audio-thumbnail {
  position: absolute;
  top: -30px;
  left: 30px;
  width: 80px;
  height: 80px;
  z-index: 2;
}

.audioplayer-wrapper .audio-thumbnail img, .audioplayer-wrapper .audio-thumbnail div.wtbx-lazy {
  box-shadow: none;
  height: 80px;
  border-radius: 2px;
}

.audioplayer-wrapper .audio-thumbnail div {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.audioplayer-wrapper .audio-title {
  position: absolute;
  left: 140px;
  right: 220px;
  top: -40px;
  line-height: 40px;
  z-index: 2;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  padding-right: 10px;
  text-overflow: clip;
  text-overflow: ellipsis;
  text-overflow: "…";
  white-space: nowrap;
  overflow: hidden;
}

.audioplayer-wrapper.no-thumbnail .audio-title,
.audioplayer-wrapper.no-thumbnail .audioplayer .audioplayer-bar,
.audioplayer-wrapper.no-thumbnail .audioplayer .audioplayer-time.audioplayer-time-current {
  left: 30px;
}

/* Video format */
article.format-video .post-media .video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

article.format-video .post-media .video-embed.video-embed-noconsent {
  height: auto;
  padding-bottom: 0;
}

article.format-video .post-media .video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 6px;
}

/* Author info */
.author-area {
  margin: 45px 0;
  border-radius: 6px;
  padding: 2em 3em;
  box-shadow: 0 20px 70px -10px rgba(9, 31, 67, 0.1);
}

.author-area .author-image {
  float: left;
  width: 60px;
  border-radius: 50%;
  text-align: center;
}

.author-area .author-image .author-image-inner {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.author-area .author-image .author-posts {
  display: inline-block;
  text-align: center;
  margin: 0.714286em auto 0;
  font-size: 0.714286em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  -webkit-transition: color 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: color 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: color 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: color 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  transition: color 0.2s cubic-bezier(0.2, 0, 0.3, 1);
}

.author-area .author-bio {
  margin-left: 105px;
}

.author-area .author-bio .author-label {
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
  display: inline-block;
  text-transform: uppercase;
}

.author-area .author-bio .author-name {
  font-size: 1.142857em;
  font-weight: 600;
  line-height: 1.2;
  display: inline-block;
  -webkit-transition: color 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: color 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: color 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: color 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  transition: color 0.2s cubic-bezier(0.2, 0, 0.3, 1);
}

.author-area .author-bio .author-position {
  font-size: 0.714286em;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
}

.author-area .author-bio .author-info {
  font-size: 1em;
  margin-top: 1em;
  text-align: justify;
}

.author-area .author-bio .author-contacts {
  margin-top: 1em;
}

.author-area .author-bio .author-contacts .author-contact-link {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  float: left;
  z-index: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.author-area .author-bio .author-contacts .author-contact-link:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 40px;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  z-index: -1;
}

.author-area .author-bio .author-contacts .author-contact-link:hover:before {
  background-color: #fff;
}

.author-area .author-bio .author-contacts .author-contact-link:first-child {
  margin-left: 0;
}

.author-area .author-bio .author-contacts .author-contact-link i {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  -webkit-transition: color 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: color 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: color 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: color 0.2s cubic-bezier(0.2, 0, 0.3, 1);
  transition: color 0.2s cubic-bezier(0.2, 0, 0.3, 1);
}

/* Related posts */
.wtbx-related-posts {
  padding: 4em 0;
}

.wtbx-related-posts .wtbx-related-posts-container {
  margin: 0 -20px 0 -20px;
}

.wtbx-related-posts .wtbx-related-posts-container .wtbx-related-posts-wrapper {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.wtbx-related-posts .slick-track {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.wtbx-related-posts .wtbx-related-posts-title {
  font-size: 1.428571em;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}

.wtbx-related-posts .wtbx-related-post {
  position: relative;
  padding: 45px 20px;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
}

.wtbx-related-posts .wtbx-related-post .wtbx-related-post-inner {
  position: relative;
  border-radius: 6px;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-related-posts .wtbx-related-post .wtbx-related-post-inner:hover {
  -moz-transform: translate3d(0, -5px, 0);
  -o-transform: translate3d(0, -5px, 0);
  -ms-transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
  -webkit-transform: -webkit-translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
  box-shadow: 0 5px 25px -4px rgba(9, 31, 67, 0.15);
}

.wtbx-related-posts .wtbx-related-post-thumbnail {
  border-radius: 6px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-related-posts .wtbx-related-post-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.5em;
  z-index: 2;
}

.wtbx-related-posts .wtbx-related-post-content .entry-title {
  font-size: 1.285714em;
  font-weight: 700;
  text-transform: none;
  line-height: 1.2;
  margin: 0;
}

.wtbx-related-posts .wtbx-related-post-content .entry-title a {
  color: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-related-posts .wtbx-related-post-content .meta-categories a {
  display: inline-block;
  padding: 0 1em;
  line-height: 2.4;
  border-radius: 4em;
  margin: 0 2px 5px 0;
  font-size: .714286em;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-related-posts .wtbx-related-post-content .meta-categories a:hover {
  background-color: #fff;
}

.wtbx-related-posts .wtbx-related-post-thumbnail {
  z-index: 1;
  position: relative;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.wtbx-related-posts .wtbx-related-post-thumbnail .wtbx-image-crop:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: .5;
  -webkit-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: opacity 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx-related-posts .wtbx-related-post-thumbnail:hover .wtbx-image-crop:before {
  opacity: 0;
}
/*=====================*/
/* CUBIC BEZIER CURVES */
/*=====================*/
/*---------------------------------------------------------------*/
/* --   DEFAULT LAYOUT
/*---------------------------------------------------------------*/
.blog-grid-default, .wtbx-grid-default {
  margin: 0 auto;
  float: none; }
  .blog-grid-default:not(.no-date) + .wtbx-pagination, .wtbx-grid-default:not(.no-date) + .wtbx-pagination {
    margin-left: 110px; }
  .blog-grid-default article.post-entry, .wtbx-grid-default article.post-entry {
    padding: 0;
    margin: 90px 0;
    position: relative;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .blog-grid-default article.post-entry:first-child, .wtbx-grid-default article.post-entry:first-child {
      margin-top: 0; }
    .blog-grid-default article.post-entry:last-child, .wtbx-grid-default article.post-entry:last-child {
      margin-bottom: 30px; }
    .blog-grid-default article.post-entry .entry-title, .wtbx-grid-default article.post-entry .entry-title {
      font-size: 1.428571em; }
      .blog-grid-default article.post-entry .entry-title a, .wtbx-grid-default article.post-entry .entry-title a {
        -webkit-transition: color 0.2s cubic-bezier(0.2, 0, 0.3, 1);
        -moz-transition: color 0.2s cubic-bezier(0.2, 0, 0.3, 1);
        -ms-transition: color 0.2s cubic-bezier(0.2, 0, 0.3, 1);
        -o-transition: color 0.2s cubic-bezier(0.2, 0, 0.3, 1);
        transition: color 0.2s cubic-bezier(0.2, 0, 0.3, 1); }
    .blog-grid-default article.post-entry .wtbx-entry-inner, .wtbx-grid-default article.post-entry .wtbx-entry-inner {
      width: calc(100% - 110px);
      margin-left: 30px; }
      .blog-grid-default article.post-entry .wtbx-entry-inner.no-date, .wtbx-grid-default article.post-entry .wtbx-entry-inner.no-date {
        width: 100%;
        margin-left: 0; }
    .blog-grid-default article.post-entry .side-meta, .wtbx-grid-default article.post-entry .side-meta {
      width: 80px;
      padding: 1em 0;
      border-radius: 6px;
      text-align: center;
      box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.1);
      background-color: #fff;
      z-index: 2; }
      .blog-grid-default article.post-entry .side-meta > *, .wtbx-grid-default article.post-entry .side-meta > * {
        -webkit-transition: color 0.2s cubic-bezier(0.2, 0, 0.3, 1);
        -moz-transition: color 0.2s cubic-bezier(0.2, 0, 0.3, 1);
        -ms-transition: color 0.2s cubic-bezier(0.2, 0, 0.3, 1);
        -o-transition: color 0.2s cubic-bezier(0.2, 0, 0.3, 1);
        transition: color 0.2s cubic-bezier(0.2, 0, 0.3, 1); }
      .blog-grid-default article.post-entry .side-meta .d, .wtbx-grid-default article.post-entry .side-meta .d {
        display: block;
        font-size: 2.142857em;
        font-weight: 800;
        line-height: 1; }
      .blog-grid-default article.post-entry .side-meta .m, .wtbx-grid-default article.post-entry .side-meta .m {
        display: block;
        font-size: 1.142857em;
        font-weight: 800;
        margin-top: .3em;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        line-height: 1; }
    .blog-grid-default article.post-entry.sticky .side-meta .meta-date span, .wtbx-grid-default article.post-entry.sticky .side-meta .meta-date span {
      color: #fff; }
    @media only screen and (max-width: 640px) {
      .blog-grid-default article.post-entry, .wtbx-grid-default article.post-entry {
        display: block; }
        .blog-grid-default article.post-entry .wtbx-entry-inner, .wtbx-grid-default article.post-entry .wtbx-entry-inner {
          width: 100%;
          margin-left: 0; }
        .blog-grid-default article.post-entry .side-meta, .wtbx-grid-default article.post-entry .side-meta {
          display: none !important; }
        .blog-grid-default article.post-entry .post-default-inner .entry-meta .meta-date, .wtbx-grid-default article.post-entry .post-default-inner .entry-meta .meta-date {
          display: inline; } }
    .blog-grid-default article.post-entry .post-media, .wtbx-grid-default article.post-entry .post-media {
      position: relative;
      z-index: 1;
      margin: 0 0 2em; }
      .blog-grid-default article.post-entry .post-media .post-media-inner, .wtbx-grid-default article.post-entry .post-media .post-media-inner {
        position: relative;
        z-index: 1;
        border-radius: 6px;
        overflow: hidden; }
      .blog-grid-default article.post-entry .post-media.post-audio-selfhosted .post-media-inner, .blog-grid-default article.post-entry .post-media.post-audio-embed .post-media-inner, .wtbx-grid-default article.post-entry .post-media.post-audio-selfhosted .post-media-inner, .wtbx-grid-default article.post-entry .post-media.post-audio-embed .post-media-inner {
        box-shadow: none;
        overflow: visible; }
      .blog-grid-default article.post-entry .post-media.post-audio-selfhosted.post-audio-soundcloud .audio-embed, .blog-grid-default article.post-entry .post-media.post-audio-embed.post-audio-soundcloud .audio-embed, .wtbx-grid-default article.post-entry .post-media.post-audio-selfhosted.post-audio-soundcloud .audio-embed, .wtbx-grid-default article.post-entry .post-media.post-audio-embed.post-audio-soundcloud .audio-embed {
        width: 100%; }
      .blog-grid-default article.post-entry .post-media a, .wtbx-grid-default article.post-entry .post-media a {
        z-index: 2; }
      .blog-grid-default article.post-entry .post-media .post-media-overlay, .wtbx-grid-default article.post-entry .post-media .post-media-overlay {
        display: block;
        z-index: 1;
        cursor: pointer;
        -webkit-transition: background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
        -moz-transition: background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
        -ms-transition: background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
        -o-transition: background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1);
        transition: background-color 0.3s cubic-bezier(0.2, 0, 0.3, 1), box-shadow 0.3s cubic-bezier(0.2, 0, 0.3, 1); }
        .blog-grid-default article.post-entry .post-media .post-media-overlay:hover .post-media-button, .wtbx-grid-default article.post-entry .post-media .post-media-overlay:hover .post-media-button {
          opacity: 1; }
        .blog-grid-default article.post-entry .post-media .post-media-overlay:before, .wtbx-grid-default article.post-entry .post-media .post-media-overlay:before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          opacity: 0;
          -moz-transform: translate3d(0, 0, 0);
          -o-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
          -webkit-transform: translate3d(0, 0, 0);
          -webkit-transform: -webkit-translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
          -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
          -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
          -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
          transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1); }
        .blog-grid-default article.post-entry .post-media .post-media-overlay .post-media-button, .wtbx-grid-default article.post-entry .post-media .post-media-overlay .post-media-button {
          width: 50px;
          height: 50px;
          line-height: 50px;
          max-width: 80%;
          max-height: 80%;
          border-radius: 50%;
          background-color: #fff;
          position: absolute;
          top: 50%;
          left: 50%;
          -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
          -o-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
          -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
          -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
          -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
          transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
          font-size: 14px;
          text-align: center;
          padding-left: .2em;
          opacity: .4;
          z-index: 10;
          -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
          -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
          -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
          -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
          transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1); }
        .blog-grid-default article.post-entry .post-media .post-media-overlay:hover .post-media-button, .wtbx-grid-default article.post-entry .post-media .post-media-overlay:hover .post-media-button {
          -moz-transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1);
          -o-transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1);
          -ms-transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1);
          -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1);
          -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1);
          transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1); }
        .blog-grid-default article.post-entry .post-media .post-media-overlay:hover:hover .post-media-button, .wtbx-grid-default article.post-entry .post-media .post-media-overlay:hover:hover .post-media-button {
          opacity: 1; }
        .blog-grid-default article.post-entry .post-media .post-media-overlay:hover:before, .wtbx-grid-default article.post-entry .post-media .post-media-overlay:hover:before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          opacity: 0;
          -moz-transform: translate3d(0, 0, 0);
          -o-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
          -webkit-transform: translate3d(0, 0, 0);
          -webkit-transform: -webkit-translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
          -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
          -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
          -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
          transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1); }
        .blog-grid-default article.post-entry .post-media .post-media-overlay:hover .post-media-button, .wtbx-grid-default article.post-entry .post-media .post-media-overlay:hover .post-media-button {
          width: 50px;
          height: 50px;
          line-height: 50px;
          max-width: 80%;
          max-height: 80%;
          border-radius: 50%;
          background-color: #fff;
          position: absolute;
          top: 50%;
          left: 50%;
          -moz-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
          -o-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
          -ms-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
          -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
          -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
          transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
          font-size: 14px;
          text-align: center;
          padding-left: .2em;
          opacity: .4;
          z-index: 10;
          -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
          -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
          -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
          -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
          transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1); }
        .blog-grid-default article.post-entry .post-media .post-media-overlay:hover:hover .post-media-button, .wtbx-grid-default article.post-entry .post-media .post-media-overlay:hover:hover .post-media-button {
          -moz-transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1);
          -o-transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1);
          -ms-transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1);
          -webkit-transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1);
          -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1);
          transform: translate3d(-50%, -50%, 0) scale3d(1.1, 1.1, 1); }
        .blog-grid-default article.post-entry .post-media .post-media-overlay:hover .proceed-arrow, .wtbx-grid-default article.post-entry .post-media .post-media-overlay:hover .proceed-arrow {
          background-color: #fff;
          position: absolute;
          width: 20px;
          height: 2px;
          display: block;
          left: 50%;
          top: 50%;
          opacity: 0;
          z-index: 1;
          -moz-transform: translate3d(-50%, -50%, 0) scale(0.8);
          -o-transform: translate3d(-50%, -50%, 0) scale(0.8);
          -ms-transform: translate3d(-50%, -50%, 0) scale(0.8);
          -webkit-transform: translate3d(-50%, -50%, 0) scale(0.8);
          -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale(0.8);
          transform: translate3d(-50%, -50%, 0) scale(0.8);
          -webkit-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1), width 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1);
          -moz-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1), width 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1);
          -ms-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1), width 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1);
          -o-transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1), width 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1);
          transition: transform 0.5s cubic-bezier(0.2, 0, 0.3, 1), width 0.3s cubic-bezier(0.2, 0, 0.3, 1), opacity 0.5s cubic-bezier(0.2, 0, 0.3, 1); }
          .blog-grid-default article.post-entry .post-media .post-media-overlay:hover .proceed-arrow:after, .wtbx-grid-default article.post-entry .post-media .post-media-overlay:hover .proceed-arrow:after {
            content: '';
            position: absolute;
            display: block;
            width: 8px;
            height: 8px;
            top: 50%;
            right: 0;
            border-top: 2px solid #fff;
            border-right: 2px solid #fff;
            moz-transform-origin: center;
            -o-transform-origin: center;
            -ms-transform-origin: center;
            -webkit-transform-origin: center;
            transform-origin: center;
            -moz-transform: translate3d(0, -50%, 0) rotate(45deg);
            -o-transform: translate3d(0, -50%, 0) rotate(45deg);
            -ms-transform: translate3d(0, -50%, 0) rotate(45deg);
            -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
            -webkit-transform: -webkit-translate3d(0, -50%, 0) rotate(45deg);
            transform: translate3d(0, -50%, 0) rotate(45deg);
            -webkit-transition: border-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
            -moz-transition: border-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
            -ms-transition: border-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
            -o-transition: border-color 0.3s cubic-bezier(0.2, 0, 0.3, 1);
            transition: border-color 0.3s cubic-bezier(0.2, 0, 0.3, 1); }
          .blog-grid-default article.post-entry .post-media .post-media-overlay:hover .proceed-arrow:before, .wtbx-grid-default article.post-entry .post-media .post-media-overlay:hover .proceed-arrow:before {
            position: absolute;
            display: block;
            width: 70px;
            height: 70px;
            top: 50%;
            left: 50%;
            z-index: -1;
            border-radius: 70px;
            background-color: rgba(0, 0, 0, 0.2);
            -moz-transform: translate3d(-50%, -50%, 0);
            -o-transform: translate3d(-50%, -50%, 0);
            -ms-transform: translate3d(-50%, -50%, 0);
            -webkit-transform: translate3d(-50%, -50%, 0);
            -webkit-transform: -webkit-translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0); }
        .blog-grid-default article.post-entry .post-media .post-media-overlay:hover:hover .proceed-arrow, .wtbx-grid-default article.post-entry .post-media .post-media-overlay:hover:hover .proceed-arrow {
          -o-animation: proceed 1.5s cubic-bezier(0.2, 0, 0.3, 1);
          -moz-animation: proceed 1.5s cubic-bezier(0.2, 0, 0.3, 1);
          -webkit-animation: proceed 1.5s cubic-bezier(0.2, 0, 0.3, 1);
          animation: proceed 1.5s cubic-bezier(0.2, 0, 0.3, 1);
          -moz-transform: translate3d(-50%, -50%, 0) scale(0.8);
          -o-transform: translate3d(-50%, -50%, 0) scale(0.8);
          -ms-transform: translate3d(-50%, -50%, 0) scale(0.8);
          -webkit-transform: translate3d(-50%, -50%, 0) scale(0.8);
          -webkit-transform: -webkit-translate3d(-50%, -50%, 0) scale(0.8);
          transform: translate3d(-50%, -50%, 0) scale(0.8); }
        .blog-grid-default article.post-entry .post-media .post-media-overlay:hover .post-media-overlay:before, .wtbx-grid-default article.post-entry .post-media .post-media-overlay:hover .post-media-overlay:before {
          opacity: 1; }
        .blog-grid-default article.post-entry .post-media .post-media-overlay:hover .post-media-overlay .proceed-arrow, .wtbx-grid-default article.post-entry .post-media .post-media-overlay:hover .post-media-overlay .proceed-arrow {
          opacity: .7; }
    .blog-grid-default article.post-entry .entry-meta, .wtbx-grid-default article.post-entry .entry-meta {
      font-size: .857143em;
      font-weight: 500;
      text-transform: uppercase; }
      .blog-grid-default article.post-entry .entry-meta .meta, .wtbx-grid-default article.post-entry .entry-meta .meta {
        display: inline;
        margin-right: .5em; }
        .blog-grid-default article.post-entry .entry-meta .meta:after, .wtbx-grid-default article.post-entry .entry-meta .meta:after {
          content: '|';
          display: inline;
          margin-left: .5em; }
        .blog-grid-default article.post-entry .entry-meta .meta:last-child, .wtbx-grid-default article.post-entry .entry-meta .meta:last-child {
          margin-right: 0; }
          .blog-grid-default article.post-entry .entry-meta .meta:last-child:after, .wtbx-grid-default article.post-entry .entry-meta .meta:last-child:after {
            display: none; }
      .blog-grid-default article.post-entry .entry-meta .meta-category, .wtbx-grid-default article.post-entry .entry-meta .meta-category {
        margin-bottom: 1em; }
      .blog-grid-default article.post-entry .entry-meta .post-like i, .wtbx-grid-default article.post-entry .entry-meta .post-like i {
        position: relative;
        top: 1px;
        margin-right: 3px;
        -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
        -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
        -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
        -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
        transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1); }
    .blog-grid-default article.post-entry .entry-summary, .blog-grid-default article.post-entry .entry-content, .wtbx-grid-default article.post-entry .entry-summary, .wtbx-grid-default article.post-entry .entry-content {
      margin-top: 1em; }
      .blog-grid-default article.post-entry .entry-summary .read-more-wrap, .blog-grid-default article.post-entry .entry-content .read-more-wrap, .wtbx-grid-default article.post-entry .entry-summary .read-more-wrap, .wtbx-grid-default article.post-entry .entry-content .read-more-wrap {
        margin-top: 2em; }
      .blog-grid-default article.post-entry .entry-summary .more-link, .blog-grid-default article.post-entry .entry-content .more-link, .wtbx-grid-default article.post-entry .entry-summary .more-link, .wtbx-grid-default article.post-entry .entry-content .more-link {
        border-radius: 2.8em;
        color: #fff;
        line-height: 2.8;
        height: 2.8em;
        padding: 0 1.5em; }
        .blog-grid-default article.post-entry .entry-summary .more-link:not(:hover), .blog-grid-default article.post-entry .entry-content .more-link:not(:hover), .wtbx-grid-default article.post-entry .entry-summary .more-link:not(:hover), .wtbx-grid-default article.post-entry .entry-content .more-link:not(:hover) {
          box-shadow: none; }
/*=====================*/
/* CUBIC BEZIER CURVES */
/*=====================*/
/*
* Social Icons
*/
.wtbx_vc_social_icons .wtbx_vc_el_container {
  opacity: 1 !important;
  visibility: visible !important;
  display: block;
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg) !important;
  -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg) !important;
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg) !important;
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg) !important;
  -webkit-transform: -webkit-translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg) !important;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate3d(0, 0, 0, 0deg) !important;
}

.wtbx_vc_social_icons .wtbx_social_icons_wrapper {
  padding: 0;
  margin: 0;
  list-style: none;
}

.wtbx_vc_social_icons .wtbx_social_icons_wrapper .wtbx_social_icon {
  padding: 0;
  display: inline-block;
  text-align: center;
  margin-right: .5em;
  margin-bottom: .5em;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5;
}

.wtbx_vc_social_icons .wtbx_social_icons_wrapper .wtbx_social_icon:last-child {
  margin-right: 0;
}

.wtbx_vc_social_icons .wtbx_social_icons_wrapper .wtbx_social_icon a {
  width: inherit;
  height: inherit;
  line-height: inherit;
  display: block;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_social_icons .wtbx_social_icons_wrapper .wtbx_social_icon a i {
  line-height: inherit;
  padding: 0 1px;
  -webkit-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_social_icons .wtbx_social_icons_wrapper .wtbx_social_icon.wtbx_size_1 {
  font-size: 12px;
}

.wtbx_vc_social_icons .wtbx_social_icons_wrapper .wtbx_social_icon.wtbx_size_2 {
  font-size: 14px;
}

.wtbx_vc_social_icons .wtbx_social_icons_wrapper .wtbx_social_icon.wtbx_size_3 {
  font-size: 16px;
}

.wtbx_vc_social_icons .wtbx_social_icons_wrapper .wtbx_social_icon.wtbx_size_4 {
  font-size: 18px;
}

.wtbx_vc_social_icons .wtbx_social_icons_wrapper .wtbx_social_icon.wtbx_size_5 {
  font-size: 20px;
}

.wtbx_vc_social_icons .wtbx_social_icons_wrapper .wtbx_social_icon.wtbx_size_6 {
  font-size: 22px;
}

.wtbx_vc_social_icons .wtbx_social_icons_wrapper .wtbx_social_icon.wtbx_size_7 {
  font-size: 24px;
}

.wtbx_vc_social_icons .wtbx_social_icons_wrapper .wtbx_social_icon.wtbx_size_8 {
  font-size: 26px;
}

.wtbx_vc_social_icons .wtbx_social_icons_wrapper .wtbx_social_icon.wtbx_size_9 {
  font-size: 28px;
}

.wtbx_vc_social_icons .wtbx_social_icons_wrapper .wtbx_social_icon.wtbx_size_10 {
  font-size: 30px;
}

.wtbx_vc_social_icons a.wtbx_style_1.wtbx_default_branded:not(:hover) .scape-ui-behance,
.wtbx_vc_social_icons a.wtbx_style_1.wtbx_hover_branded:hover .scape-ui-behance,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_default_branded:not(:hover) .scape-ui-behance,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_hover_branded:hover .scape-ui-behance,
.wtbx_vc_social_icons .behance a.wtbx_style_3.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .behance a.wtbx_style_3.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .behance a.wtbx_style_4.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .behance a.wtbx_style_4.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .behance a.wtbx_style_5.wtbx_default_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .behance a.wtbx_style_5.wtbx_hover_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .behance a.wtbx_style_6.wtbx_default_branded:not(:hover) .scape-ui-behance,
.wtbx_vc_social_icons .behance a.wtbx_style_6.wtbx_hover_branded:hover .scape-ui-behance,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_default_branded .wtbx_social_icon_front.scape-ui-behance,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_hover_branded .wtbx_social_icon_back.scape-ui-behance {
  color: #1769ff;
}

.wtbx_vc_social_icons .behance a.wtbx_style_3.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .behance a.wtbx_style_3.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .behance a.wtbx_style_4.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .behance a.wtbx_style_4.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .behance a.wtbx_style_5.wtbx_default_bg_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .behance a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .behance a.wtbx_style_6.wtbx_hover_bg_branded:before,
.wtbx_vc_social_icons .behance a.wtbx_style_7.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #1769ff;
}

.wtbx_vc_social_icons .behance a.wtbx_style_5.wtbx_default_branded.wtbx_default_branded:hover .wtbx_social_icon_front {
  background-color: #0050e3;
}

.wtbx_vc_social_icons .behance a.wtbx_style_3.wtbx_hover_bg_branded:hover {
  box-shadow: 0 10px 45px -5px #b0ccff;
}

.wtbx_vc_social_icons .behance a.wtbx_style_3.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .behance a.wtbx_style_4.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .behance a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #3179ff;
}

.wtbx_vc_social_icons .behance a.wtbx_style_7.wtbx_default_bg_branded {
  border-color: #1769ff;
}

.wtbx_vc_social_icons a.wtbx_style_1.wtbx_default_branded:not(:hover) .scape-ui-codepen,
.wtbx_vc_social_icons a.wtbx_style_1.wtbx_hover_branded:hover .scape-ui-codepen,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_default_branded:not(:hover) .scape-ui-codepen,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_hover_branded:hover .scape-ui-codepen,
.wtbx_vc_social_icons .codepen a.wtbx_style_3.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .codepen a.wtbx_style_3.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .codepen a.wtbx_style_4.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .codepen a.wtbx_style_4.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .codepen a.wtbx_style_5.wtbx_default_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .codepen a.wtbx_style_5.wtbx_hover_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .codepen a.wtbx_style_6.wtbx_default_branded:not(:hover) .scape-ui-codepen,
.wtbx_vc_social_icons .codepen a.wtbx_style_6.wtbx_hover_branded:hover .scape-ui-codepen,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_default_branded .wtbx_social_icon_front.scape-ui-codepen,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_hover_branded .wtbx_social_icon_back.scape-ui-codepen {
  color: #000;
}

.wtbx_vc_social_icons .codepen a.wtbx_style_3.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .codepen a.wtbx_style_3.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .codepen a.wtbx_style_4.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .codepen a.wtbx_style_4.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .codepen a.wtbx_style_5.wtbx_default_bg_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .codepen a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .codepen a.wtbx_style_6.wtbx_hover_bg_branded:before,
.wtbx_vc_social_icons .codepen a.wtbx_style_7.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #000;
}

.wtbx_vc_social_icons .codepen a.wtbx_style_5.wtbx_default_branded.wtbx_default_branded:hover .wtbx_social_icon_front {
  background-color: black;
}

.wtbx_vc_social_icons .codepen a.wtbx_style_3.wtbx_hover_bg_branded:hover {
  box-shadow: 0 10px 45px -5px #4d4d4d;
}

.wtbx_vc_social_icons .codepen a.wtbx_style_3.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .codepen a.wtbx_style_4.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .codepen a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #0d0d0d;
}

.wtbx_vc_social_icons .codepen a.wtbx_style_7.wtbx_default_bg_branded {
  border-color: #000;
}

.wtbx_vc_social_icons a.wtbx_style_1.wtbx_default_branded:not(:hover) .scape-ui-dribbble,
.wtbx_vc_social_icons a.wtbx_style_1.wtbx_hover_branded:hover .scape-ui-dribbble,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_default_branded:not(:hover) .scape-ui-dribbble,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_hover_branded:hover .scape-ui-dribbble,
.wtbx_vc_social_icons .dribbble a.wtbx_style_3.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .dribbble a.wtbx_style_3.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .dribbble a.wtbx_style_4.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .dribbble a.wtbx_style_4.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .dribbble a.wtbx_style_5.wtbx_default_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .dribbble a.wtbx_style_5.wtbx_hover_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .dribbble a.wtbx_style_6.wtbx_default_branded:not(:hover) .scape-ui-dribbble,
.wtbx_vc_social_icons .dribbble a.wtbx_style_6.wtbx_hover_branded:hover .scape-ui-dribbble,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_default_branded .wtbx_social_icon_front.scape-ui-dribbble,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_hover_branded .wtbx_social_icon_back.scape-ui-dribbble {
  color: #ea4c89;
}

.wtbx_vc_social_icons .dribbble a.wtbx_style_3.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .dribbble a.wtbx_style_3.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .dribbble a.wtbx_style_4.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .dribbble a.wtbx_style_4.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .dribbble a.wtbx_style_5.wtbx_default_bg_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .dribbble a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .dribbble a.wtbx_style_6.wtbx_hover_bg_branded:before,
.wtbx_vc_social_icons .dribbble a.wtbx_style_7.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #ea4c89;
}

.wtbx_vc_social_icons .dribbble a.wtbx_style_5.wtbx_default_branded.wtbx_default_branded:hover .wtbx_social_icon_front {
  background-color: #e51e6b;
}

.wtbx_vc_social_icons .dribbble a.wtbx_style_3.wtbx_hover_bg_branded:hover {
  box-shadow: 0 10px 45px -5px #fad5e3;
}

.wtbx_vc_social_icons .dribbble a.wtbx_style_3.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .dribbble a.wtbx_style_4.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .dribbble a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #ed6398;
}

.wtbx_vc_social_icons .dribbble a.wtbx_style_7.wtbx_default_bg_branded {
  border-color: #ea4c89;
}

.wtbx_vc_social_icons a.wtbx_style_1.wtbx_default_branded:not(:hover) .scape-ui-facebook,
.wtbx_vc_social_icons a.wtbx_style_1.wtbx_hover_branded:hover .scape-ui-facebook,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_default_branded:not(:hover) .scape-ui-facebook,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_hover_branded:hover .scape-ui-facebook,
.wtbx_vc_social_icons .facebook a.wtbx_style_3.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .facebook a.wtbx_style_3.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .facebook a.wtbx_style_4.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .facebook a.wtbx_style_4.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .facebook a.wtbx_style_5.wtbx_default_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .facebook a.wtbx_style_5.wtbx_hover_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .facebook a.wtbx_style_6.wtbx_default_branded:not(:hover) .scape-ui-facebook,
.wtbx_vc_social_icons .facebook a.wtbx_style_6.wtbx_hover_branded:hover .scape-ui-facebook,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_default_branded .wtbx_social_icon_front.scape-ui-facebook,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_hover_branded .wtbx_social_icon_back.scape-ui-facebook {
  color: #3b5998;
}

.wtbx_vc_social_icons .facebook a.wtbx_style_3.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .facebook a.wtbx_style_3.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .facebook a.wtbx_style_4.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .facebook a.wtbx_style_4.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .facebook a.wtbx_style_5.wtbx_default_bg_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .facebook a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .facebook a.wtbx_style_6.wtbx_hover_bg_branded:before,
.wtbx_vc_social_icons .facebook a.wtbx_style_7.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #3b5998;
}

.wtbx_vc_social_icons .facebook a.wtbx_style_5.wtbx_default_branded.wtbx_default_branded:hover .wtbx_social_icon_front {
  background-color: #2d4373;
}

.wtbx_vc_social_icons .facebook a.wtbx_style_3.wtbx_hover_bg_branded:hover {
  box-shadow: 0 10px 45px -5px #96abd6;
}

.wtbx_vc_social_icons .facebook a.wtbx_style_3.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .facebook a.wtbx_style_4.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .facebook a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #4264aa;
}

.wtbx_vc_social_icons .facebook a.wtbx_style_7.wtbx_default_bg_branded {
  border-color: #3b5998;
}

.wtbx_vc_social_icons a.wtbx_style_1.wtbx_default_branded:not(:hover) .scape-ui-flickr,
.wtbx_vc_social_icons a.wtbx_style_1.wtbx_hover_branded:hover .scape-ui-flickr,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_default_branded:not(:hover) .scape-ui-flickr,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_hover_branded:hover .scape-ui-flickr,
.wtbx_vc_social_icons .flickr a.wtbx_style_3.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .flickr a.wtbx_style_3.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .flickr a.wtbx_style_4.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .flickr a.wtbx_style_4.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .flickr a.wtbx_style_5.wtbx_default_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .flickr a.wtbx_style_5.wtbx_hover_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .flickr a.wtbx_style_6.wtbx_default_branded:not(:hover) .scape-ui-flickr,
.wtbx_vc_social_icons .flickr a.wtbx_style_6.wtbx_hover_branded:hover .scape-ui-flickr,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_default_branded .wtbx_social_icon_front.scape-ui-flickr,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_hover_branded .wtbx_social_icon_back.scape-ui-flickr {
  color: #0063dc;
}

.wtbx_vc_social_icons .flickr a.wtbx_style_3.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .flickr a.wtbx_style_3.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .flickr a.wtbx_style_4.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .flickr a.wtbx_style_4.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .flickr a.wtbx_style_5.wtbx_default_bg_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .flickr a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .flickr a.wtbx_style_6.wtbx_hover_bg_branded:before,
.wtbx_vc_social_icons .flickr a.wtbx_style_7.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #0063dc;
}

.wtbx_vc_social_icons .flickr a.wtbx_style_5.wtbx_default_branded.wtbx_default_branded:hover .wtbx_social_icon_front {
  background-color: #004ca9;
}

.wtbx_vc_social_icons .flickr a.wtbx_style_3.wtbx_hover_bg_branded:hover {
  box-shadow: 0 10px 45px -5px #76b4ff;
}

.wtbx_vc_social_icons .flickr a.wtbx_style_3.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .flickr a.wtbx_style_4.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .flickr a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #006ef6;
}

.wtbx_vc_social_icons .flickr a.wtbx_style_7.wtbx_default_bg_branded {
  border-color: #0063dc;
}

.wtbx_vc_social_icons a.wtbx_style_1.wtbx_default_branded:not(:hover) .scape-ui-foursquare,
.wtbx_vc_social_icons a.wtbx_style_1.wtbx_hover_branded:hover .scape-ui-foursquare,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_default_branded:not(:hover) .scape-ui-foursquare,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_hover_branded:hover .scape-ui-foursquare,
.wtbx_vc_social_icons .foursquare a.wtbx_style_3.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .foursquare a.wtbx_style_3.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .foursquare a.wtbx_style_4.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .foursquare a.wtbx_style_4.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .foursquare a.wtbx_style_5.wtbx_default_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .foursquare a.wtbx_style_5.wtbx_hover_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .foursquare a.wtbx_style_6.wtbx_default_branded:not(:hover) .scape-ui-foursquare,
.wtbx_vc_social_icons .foursquare a.wtbx_style_6.wtbx_hover_branded:hover .scape-ui-foursquare,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_default_branded .wtbx_social_icon_front.scape-ui-foursquare,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_hover_branded .wtbx_social_icon_back.scape-ui-foursquare {
  color: #f94877;
}

.wtbx_vc_social_icons .foursquare a.wtbx_style_3.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .foursquare a.wtbx_style_3.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .foursquare a.wtbx_style_4.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .foursquare a.wtbx_style_4.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .foursquare a.wtbx_style_5.wtbx_default_bg_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .foursquare a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .foursquare a.wtbx_style_6.wtbx_hover_bg_branded:before,
.wtbx_vc_social_icons .foursquare a.wtbx_style_7.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #f94877;
}

.wtbx_vc_social_icons .foursquare a.wtbx_style_5.wtbx_default_branded.wtbx_default_branded:hover .wtbx_social_icon_front {
  background-color: #f71752;
}

.wtbx_vc_social_icons .foursquare a.wtbx_style_3.wtbx_hover_bg_branded:hover {
  box-shadow: 0 10px 45px -5px #fedce5;
}

.wtbx_vc_social_icons .foursquare a.wtbx_style_3.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .foursquare a.wtbx_style_4.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .foursquare a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #fa6189;
}

.wtbx_vc_social_icons .foursquare a.wtbx_style_7.wtbx_default_bg_branded {
  border-color: #f94877;
}

.wtbx_vc_social_icons a.wtbx_style_1.wtbx_default_branded:not(:hover) .scape-ui-github,
.wtbx_vc_social_icons a.wtbx_style_1.wtbx_hover_branded:hover .scape-ui-github,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_default_branded:not(:hover) .scape-ui-github,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_hover_branded:hover .scape-ui-github,
.wtbx_vc_social_icons .github a.wtbx_style_3.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .github a.wtbx_style_3.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .github a.wtbx_style_4.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .github a.wtbx_style_4.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .github a.wtbx_style_5.wtbx_default_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .github a.wtbx_style_5.wtbx_hover_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .github a.wtbx_style_6.wtbx_default_branded:not(:hover) .scape-ui-github,
.wtbx_vc_social_icons .github a.wtbx_style_6.wtbx_hover_branded:hover .scape-ui-github,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_default_branded .wtbx_social_icon_front.scape-ui-github,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_hover_branded .wtbx_social_icon_back.scape-ui-github {
  color: #4078c0;
}

.wtbx_vc_social_icons .github a.wtbx_style_3.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .github a.wtbx_style_3.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .github a.wtbx_style_4.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .github a.wtbx_style_4.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .github a.wtbx_style_5.wtbx_default_bg_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .github a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .github a.wtbx_style_6.wtbx_hover_bg_branded:before,
.wtbx_vc_social_icons .github a.wtbx_style_7.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #4078c0;
}

.wtbx_vc_social_icons .github a.wtbx_style_5.wtbx_default_branded.wtbx_default_branded:hover .wtbx_social_icon_front {
  background-color: #33609a;
}

.wtbx_vc_social_icons .github a.wtbx_style_3.wtbx_hover_bg_branded:hover {
  box-shadow: 0 10px 45px -5px #b3c9e6;
}

.wtbx_vc_social_icons .github a.wtbx_style_3.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .github a.wtbx_style_4.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .github a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #5386c6;
}

.wtbx_vc_social_icons .github a.wtbx_style_7.wtbx_default_bg_branded {
  border-color: #4078c0;
}

.wtbx_vc_social_icons a.wtbx_style_1.wtbx_default_branded:not(:hover) .scape-ui-google-plus,
.wtbx_vc_social_icons a.wtbx_style_1.wtbx_hover_branded:hover .scape-ui-google-plus,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_default_branded:not(:hover) .scape-ui-google-plus,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_hover_branded:hover .scape-ui-google-plus,
.wtbx_vc_social_icons .google-plus a.wtbx_style_3.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .google-plus a.wtbx_style_3.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .google-plus a.wtbx_style_4.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .google-plus a.wtbx_style_4.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .google-plus a.wtbx_style_5.wtbx_default_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .google-plus a.wtbx_style_5.wtbx_hover_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .google-plus a.wtbx_style_6.wtbx_default_branded:not(:hover) .scape-ui-google-plus,
.wtbx_vc_social_icons .google-plus a.wtbx_style_6.wtbx_hover_branded:hover .scape-ui-google-plus,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_default_branded .wtbx_social_icon_front.scape-ui-google-plus,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_hover_branded .wtbx_social_icon_back.scape-ui-google-plus {
  color: #dd4b39;
}

.wtbx_vc_social_icons .google-plus a.wtbx_style_3.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .google-plus a.wtbx_style_3.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .google-plus a.wtbx_style_4.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .google-plus a.wtbx_style_4.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .google-plus a.wtbx_style_5.wtbx_default_bg_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .google-plus a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .google-plus a.wtbx_style_6.wtbx_hover_bg_branded:before,
.wtbx_vc_social_icons .google-plus a.wtbx_style_7.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #dd4b39;
}

.wtbx_vc_social_icons .google-plus a.wtbx_style_5.wtbx_default_branded.wtbx_default_branded:hover .wtbx_social_icon_front {
  background-color: #c23321;
}

.wtbx_vc_social_icons .google-plus a.wtbx_style_3.wtbx_hover_bg_branded:hover {
  box-shadow: 0 10px 45px -5px #f3c2bc;
}

.wtbx_vc_social_icons .google-plus a.wtbx_style_3.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .google-plus a.wtbx_style_4.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .google-plus a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #e15f4f;
}

.wtbx_vc_social_icons .google-plus a.wtbx_style_7.wtbx_default_bg_branded {
  border-color: #dd4b39;
}

.wtbx_vc_social_icons a.wtbx_style_1.wtbx_default_branded:not(:hover) .scape-ui-instagram,
.wtbx_vc_social_icons a.wtbx_style_1.wtbx_hover_branded:hover .scape-ui-instagram,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_default_branded:not(:hover) .scape-ui-instagram,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_hover_branded:hover .scape-ui-instagram,
.wtbx_vc_social_icons .instagram a.wtbx_style_3.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .instagram a.wtbx_style_3.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .instagram a.wtbx_style_4.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .instagram a.wtbx_style_4.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .instagram a.wtbx_style_5.wtbx_default_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .instagram a.wtbx_style_5.wtbx_hover_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .instagram a.wtbx_style_6.wtbx_default_branded:not(:hover) .scape-ui-instagram,
.wtbx_vc_social_icons .instagram a.wtbx_style_6.wtbx_hover_branded:hover .scape-ui-instagram,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_default_branded .wtbx_social_icon_front.scape-ui-instagram,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_hover_branded .wtbx_social_icon_back.scape-ui-instagram {
  color: #e1306c;
}

.wtbx_vc_social_icons .instagram a.wtbx_style_3.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .instagram a.wtbx_style_3.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .instagram a.wtbx_style_4.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .instagram a.wtbx_style_4.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .instagram a.wtbx_style_5.wtbx_default_bg_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .instagram a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .instagram a.wtbx_style_6.wtbx_hover_bg_branded:before,
.wtbx_vc_social_icons .instagram a.wtbx_style_7.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #e1306c;
}

.wtbx_vc_social_icons .instagram a.wtbx_style_5.wtbx_default_branded.wtbx_default_branded:hover .wtbx_social_icon_front {
  background-color: #c21c54;
}

.wtbx_vc_social_icons .instagram a.wtbx_style_3.wtbx_hover_bg_branded:hover {
  box-shadow: 0 10px 45px -5px #f4b6cb;
}

.wtbx_vc_social_icons .instagram a.wtbx_style_3.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .instagram a.wtbx_style_4.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .instagram a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #e4467c;
}

.wtbx_vc_social_icons .instagram a.wtbx_style_7.wtbx_default_bg_branded {
  border-color: #e1306c;
}

.wtbx_vc_social_icons a.wtbx_style_1.wtbx_default_branded:not(:hover) .scape-ui-linkedin,
.wtbx_vc_social_icons a.wtbx_style_1.wtbx_hover_branded:hover .scape-ui-linkedin,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_default_branded:not(:hover) .scape-ui-linkedin,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_hover_branded:hover .scape-ui-linkedin,
.wtbx_vc_social_icons .linkedin a.wtbx_style_3.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .linkedin a.wtbx_style_3.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .linkedin a.wtbx_style_4.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .linkedin a.wtbx_style_4.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .linkedin a.wtbx_style_5.wtbx_default_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .linkedin a.wtbx_style_5.wtbx_hover_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .linkedin a.wtbx_style_6.wtbx_default_branded:not(:hover) .scape-ui-linkedin,
.wtbx_vc_social_icons .linkedin a.wtbx_style_6.wtbx_hover_branded:hover .scape-ui-linkedin,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_default_branded .wtbx_social_icon_front.scape-ui-linkedin,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_hover_branded .wtbx_social_icon_back.scape-ui-linkedin {
  color: #0077b5;
}

.wtbx_vc_social_icons .linkedin a.wtbx_style_3.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .linkedin a.wtbx_style_3.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .linkedin a.wtbx_style_4.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .linkedin a.wtbx_style_4.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .linkedin a.wtbx_style_5.wtbx_default_bg_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .linkedin a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .linkedin a.wtbx_style_6.wtbx_hover_bg_branded:before,
.wtbx_vc_social_icons .linkedin a.wtbx_style_7.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #0077b5;
}

.wtbx_vc_social_icons .linkedin a.wtbx_style_5.wtbx_default_branded.wtbx_default_branded:hover .wtbx_social_icon_front {
  background-color: #005582;
}

.wtbx_vc_social_icons .linkedin a.wtbx_style_3.wtbx_hover_bg_branded:hover {
  box-shadow: 0 10px 45px -5px #4fc3ff;
}

.wtbx_vc_social_icons .linkedin a.wtbx_style_3.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .linkedin a.wtbx_style_4.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .linkedin a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #0088cf;
}

.wtbx_vc_social_icons .linkedin a.wtbx_style_7.wtbx_default_bg_branded {
  border-color: #0077b5;
}

.wtbx_vc_social_icons a.wtbx_style_1.wtbx_default_branded:not(:hover) .scape-ui-medium,
.wtbx_vc_social_icons a.wtbx_style_1.wtbx_hover_branded:hover .scape-ui-medium,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_default_branded:not(:hover) .scape-ui-medium,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_hover_branded:hover .scape-ui-medium,
.wtbx_vc_social_icons .medium a.wtbx_style_3.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .medium a.wtbx_style_3.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .medium a.wtbx_style_4.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .medium a.wtbx_style_4.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .medium a.wtbx_style_5.wtbx_default_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .medium a.wtbx_style_5.wtbx_hover_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .medium a.wtbx_style_6.wtbx_default_branded:not(:hover) .scape-ui-medium,
.wtbx_vc_social_icons .medium a.wtbx_style_6.wtbx_hover_branded:hover .scape-ui-medium,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_default_branded .wtbx_social_icon_front.scape-ui-medium,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_hover_branded .wtbx_social_icon_back.scape-ui-medium {
  color: #000;
}

.wtbx_vc_social_icons .medium a.wtbx_style_3.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .medium a.wtbx_style_3.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .medium a.wtbx_style_4.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .medium a.wtbx_style_4.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .medium a.wtbx_style_5.wtbx_default_bg_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .medium a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .medium a.wtbx_style_6.wtbx_hover_bg_branded:before,
.wtbx_vc_social_icons .medium a.wtbx_style_7.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #000;
}

.wtbx_vc_social_icons .medium a.wtbx_style_5.wtbx_default_branded.wtbx_default_branded:hover .wtbx_social_icon_front {
  background-color: black;
}

.wtbx_vc_social_icons .medium a.wtbx_style_3.wtbx_hover_bg_branded:hover {
  box-shadow: 0 10px 45px -5px #4d4d4d;
}

.wtbx_vc_social_icons .medium a.wtbx_style_3.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .medium a.wtbx_style_4.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .medium a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #0d0d0d;
}

.wtbx_vc_social_icons .medium a.wtbx_style_7.wtbx_default_bg_branded {
  border-color: #000;
}

.wtbx_vc_social_icons a.wtbx_style_1.wtbx_default_branded:not(:hover) .scape-ui-pinterest,
.wtbx_vc_social_icons a.wtbx_style_1.wtbx_hover_branded:hover .scape-ui-pinterest,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_default_branded:not(:hover) .scape-ui-pinterest,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_hover_branded:hover .scape-ui-pinterest,
.wtbx_vc_social_icons .pinterest a.wtbx_style_3.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .pinterest a.wtbx_style_3.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .pinterest a.wtbx_style_4.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .pinterest a.wtbx_style_4.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .pinterest a.wtbx_style_5.wtbx_default_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .pinterest a.wtbx_style_5.wtbx_hover_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .pinterest a.wtbx_style_6.wtbx_default_branded:not(:hover) .scape-ui-pinterest,
.wtbx_vc_social_icons .pinterest a.wtbx_style_6.wtbx_hover_branded:hover .scape-ui-pinterest,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_default_branded .wtbx_social_icon_front.scape-ui-pinterest,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_hover_branded .wtbx_social_icon_back.scape-ui-pinterest {
  color: #bd081c;
}

.wtbx_vc_social_icons .pinterest a.wtbx_style_3.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .pinterest a.wtbx_style_3.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .pinterest a.wtbx_style_4.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .pinterest a.wtbx_style_4.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .pinterest a.wtbx_style_5.wtbx_default_bg_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .pinterest a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .pinterest a.wtbx_style_6.wtbx_hover_bg_branded:before,
.wtbx_vc_social_icons .pinterest a.wtbx_style_7.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #bd081c;
}

.wtbx_vc_social_icons .pinterest a.wtbx_style_5.wtbx_default_branded.wtbx_default_branded:hover .wtbx_social_icon_front {
  background-color: #8c0615;
}

.wtbx_vc_social_icons .pinterest a.wtbx_style_3.wtbx_hover_bg_branded:hover {
  box-shadow: 0 10px 45px -5px #f96576;
}

.wtbx_vc_social_icons .pinterest a.wtbx_style_3.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .pinterest a.wtbx_style_4.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .pinterest a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #d50920;
}

.wtbx_vc_social_icons .pinterest a.wtbx_style_7.wtbx_default_bg_branded {
  border-color: #bd081c;
}

.wtbx_vc_social_icons a.wtbx_style_1.wtbx_default_branded:not(:hover) .scape-ui-rss,
.wtbx_vc_social_icons a.wtbx_style_1.wtbx_hover_branded:hover .scape-ui-rss,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_default_branded:not(:hover) .scape-ui-rss,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_hover_branded:hover .scape-ui-rss,
.wtbx_vc_social_icons .rss a.wtbx_style_3.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .rss a.wtbx_style_3.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .rss a.wtbx_style_4.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .rss a.wtbx_style_4.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .rss a.wtbx_style_5.wtbx_default_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .rss a.wtbx_style_5.wtbx_hover_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .rss a.wtbx_style_6.wtbx_default_branded:not(:hover) .scape-ui-rss,
.wtbx_vc_social_icons .rss a.wtbx_style_6.wtbx_hover_branded:hover .scape-ui-rss,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_default_branded .wtbx_social_icon_front.scape-ui-rss,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_hover_branded .wtbx_social_icon_back.scape-ui-rss {
  color: #f26522;
}

.wtbx_vc_social_icons .rss a.wtbx_style_3.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .rss a.wtbx_style_3.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .rss a.wtbx_style_4.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .rss a.wtbx_style_4.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .rss a.wtbx_style_5.wtbx_default_bg_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .rss a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .rss a.wtbx_style_6.wtbx_hover_bg_branded:before,
.wtbx_vc_social_icons .rss a.wtbx_style_7.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #f26522;
}

.wtbx_vc_social_icons .rss a.wtbx_style_5.wtbx_default_branded.wtbx_default_branded:hover .wtbx_social_icon_front {
  background-color: #d54d0d;
}

.wtbx_vc_social_icons .rss a.wtbx_style_3.wtbx_hover_bg_branded:hover {
  box-shadow: 0 10px 45px -5px #fbcab3;
}

.wtbx_vc_social_icons .rss a.wtbx_style_3.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .rss a.wtbx_style_4.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .rss a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #f3763a;
}

.wtbx_vc_social_icons .rss a.wtbx_style_7.wtbx_default_bg_branded {
  border-color: #f26522;
}

.wtbx_vc_social_icons a.wtbx_style_1.wtbx_default_branded:not(:hover) .scape-ui-skype,
.wtbx_vc_social_icons a.wtbx_style_1.wtbx_hover_branded:hover .scape-ui-skype,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_default_branded:not(:hover) .scape-ui-skype,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_hover_branded:hover .scape-ui-skype,
.wtbx_vc_social_icons .skype a.wtbx_style_3.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .skype a.wtbx_style_3.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .skype a.wtbx_style_4.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .skype a.wtbx_style_4.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .skype a.wtbx_style_5.wtbx_default_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .skype a.wtbx_style_5.wtbx_hover_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .skype a.wtbx_style_6.wtbx_default_branded:not(:hover) .scape-ui-skype,
.wtbx_vc_social_icons .skype a.wtbx_style_6.wtbx_hover_branded:hover .scape-ui-skype,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_default_branded .wtbx_social_icon_front.scape-ui-skype,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_hover_branded .wtbx_social_icon_back.scape-ui-skype {
  color: #00aff0;
}

.wtbx_vc_social_icons .skype a.wtbx_style_3.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .skype a.wtbx_style_3.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .skype a.wtbx_style_4.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .skype a.wtbx_style_4.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .skype a.wtbx_style_5.wtbx_default_bg_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .skype a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .skype a.wtbx_style_6.wtbx_hover_bg_branded:before,
.wtbx_vc_social_icons .skype a.wtbx_style_7.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #00aff0;
}

.wtbx_vc_social_icons .skype a.wtbx_style_5.wtbx_default_branded.wtbx_default_branded:hover .wtbx_social_icon_front {
  background-color: #008abd;
}

.wtbx_vc_social_icons .skype a.wtbx_style_3.wtbx_hover_bg_branded:hover {
  box-shadow: 0 10px 45px -5px #8adfff;
}

.wtbx_vc_social_icons .skype a.wtbx_style_3.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .skype a.wtbx_style_4.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .skype a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #0bbdff;
}

.wtbx_vc_social_icons .skype a.wtbx_style_7.wtbx_default_bg_branded {
  border-color: #00aff0;
}

.wtbx_vc_social_icons a.wtbx_style_1.wtbx_default_branded:not(:hover) .scape-ui-snapchat,
.wtbx_vc_social_icons a.wtbx_style_1.wtbx_hover_branded:hover .scape-ui-snapchat,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_default_branded:not(:hover) .scape-ui-snapchat,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_hover_branded:hover .scape-ui-snapchat,
.wtbx_vc_social_icons .snapchat a.wtbx_style_3.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .snapchat a.wtbx_style_3.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .snapchat a.wtbx_style_4.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .snapchat a.wtbx_style_4.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .snapchat a.wtbx_style_5.wtbx_default_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .snapchat a.wtbx_style_5.wtbx_hover_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .snapchat a.wtbx_style_6.wtbx_default_branded:not(:hover) .scape-ui-snapchat,
.wtbx_vc_social_icons .snapchat a.wtbx_style_6.wtbx_hover_branded:hover .scape-ui-snapchat,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_default_branded .wtbx_social_icon_front.scape-ui-snapchat,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_hover_branded .wtbx_social_icon_back.scape-ui-snapchat {
  color: #fffc00;
}

.wtbx_vc_social_icons .snapchat a.wtbx_style_3.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .snapchat a.wtbx_style_3.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .snapchat a.wtbx_style_4.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .snapchat a.wtbx_style_4.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .snapchat a.wtbx_style_5.wtbx_default_bg_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .snapchat a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .snapchat a.wtbx_style_6.wtbx_hover_bg_branded:before,
.wtbx_vc_social_icons .snapchat a.wtbx_style_7.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #fffc00;
}

.wtbx_vc_social_icons .snapchat a.wtbx_style_5.wtbx_default_branded.wtbx_default_branded:hover .wtbx_social_icon_front {
  background-color: #ccca00;
}

.wtbx_vc_social_icons .snapchat a.wtbx_style_3.wtbx_hover_bg_branded:hover {
  box-shadow: 0 10px 45px -5px #fffe99;
}

.wtbx_vc_social_icons .snapchat a.wtbx_style_3.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .snapchat a.wtbx_style_4.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .snapchat a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #fffc1a;
}

.wtbx_vc_social_icons .snapchat a.wtbx_style_7.wtbx_default_bg_branded {
  border-color: #fffc00;
}

.wtbx_vc_social_icons a.wtbx_style_1.wtbx_default_branded:not(:hover) .scape-ui-soundcloud,
.wtbx_vc_social_icons a.wtbx_style_1.wtbx_hover_branded:hover .scape-ui-soundcloud,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_default_branded:not(:hover) .scape-ui-soundcloud,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_hover_branded:hover .scape-ui-soundcloud,
.wtbx_vc_social_icons .soundcloud a.wtbx_style_3.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .soundcloud a.wtbx_style_3.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .soundcloud a.wtbx_style_4.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .soundcloud a.wtbx_style_4.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .soundcloud a.wtbx_style_5.wtbx_default_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .soundcloud a.wtbx_style_5.wtbx_hover_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .soundcloud a.wtbx_style_6.wtbx_default_branded:not(:hover) .scape-ui-soundcloud,
.wtbx_vc_social_icons .soundcloud a.wtbx_style_6.wtbx_hover_branded:hover .scape-ui-soundcloud,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_default_branded .wtbx_social_icon_front.scape-ui-soundcloud,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_hover_branded .wtbx_social_icon_back.scape-ui-soundcloud {
  color: #ff8800;
}

.wtbx_vc_social_icons .soundcloud a.wtbx_style_3.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .soundcloud a.wtbx_style_3.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .soundcloud a.wtbx_style_4.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .soundcloud a.wtbx_style_4.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .soundcloud a.wtbx_style_5.wtbx_default_bg_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .soundcloud a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .soundcloud a.wtbx_style_6.wtbx_hover_bg_branded:before,
.wtbx_vc_social_icons .soundcloud a.wtbx_style_7.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #ff8800;
}

.wtbx_vc_social_icons .soundcloud a.wtbx_style_5.wtbx_default_branded.wtbx_default_branded:hover .wtbx_social_icon_front {
  background-color: #cc6d00;
}

.wtbx_vc_social_icons .soundcloud a.wtbx_style_3.wtbx_hover_bg_branded:hover {
  box-shadow: 0 10px 45px -5px #ffcf99;
}

.wtbx_vc_social_icons .soundcloud a.wtbx_style_3.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .soundcloud a.wtbx_style_4.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .soundcloud a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #ff941a;
}

.wtbx_vc_social_icons .soundcloud a.wtbx_style_7.wtbx_default_bg_branded {
  border-color: #ff8800;
}

.wtbx_vc_social_icons a.wtbx_style_1.wtbx_default_branded:not(:hover) .scape-ui-telegram,
.wtbx_vc_social_icons a.wtbx_style_1.wtbx_hover_branded:hover .scape-ui-telegram,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_default_branded:not(:hover) .scape-ui-telegram,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_hover_branded:hover .scape-ui-telegram,
.wtbx_vc_social_icons .telegram a.wtbx_style_3.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .telegram a.wtbx_style_3.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .telegram a.wtbx_style_4.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .telegram a.wtbx_style_4.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .telegram a.wtbx_style_5.wtbx_default_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .telegram a.wtbx_style_5.wtbx_hover_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .telegram a.wtbx_style_6.wtbx_default_branded:not(:hover) .scape-ui-telegram,
.wtbx_vc_social_icons .telegram a.wtbx_style_6.wtbx_hover_branded:hover .scape-ui-telegram,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_default_branded .wtbx_social_icon_front.scape-ui-telegram,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_hover_branded .wtbx_social_icon_back.scape-ui-telegram {
  color: #0088cc;
}

.wtbx_vc_social_icons .telegram a.wtbx_style_3.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .telegram a.wtbx_style_3.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .telegram a.wtbx_style_4.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .telegram a.wtbx_style_4.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .telegram a.wtbx_style_5.wtbx_default_bg_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .telegram a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .telegram a.wtbx_style_6.wtbx_hover_bg_branded:before,
.wtbx_vc_social_icons .telegram a.wtbx_style_7.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #0088cc;
}

.wtbx_vc_social_icons .telegram a.wtbx_style_5.wtbx_default_branded.wtbx_default_branded:hover .wtbx_social_icon_front {
  background-color: #006699;
}

.wtbx_vc_social_icons .telegram a.wtbx_style_3.wtbx_hover_bg_branded:hover {
  box-shadow: 0 10px 45px -5px #66ccff;
}

.wtbx_vc_social_icons .telegram a.wtbx_style_3.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .telegram a.wtbx_style_4.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .telegram a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #0099e6;
}

.wtbx_vc_social_icons .telegram a.wtbx_style_7.wtbx_default_bg_branded {
  border-color: #0088cc;
}

.wtbx_vc_social_icons a.wtbx_style_1.wtbx_default_branded:not(:hover) .scape-ui-tiktok,
.wtbx_vc_social_icons a.wtbx_style_1.wtbx_hover_branded:hover .scape-ui-tiktok,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_default_branded:not(:hover) .scape-ui-tiktok,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_hover_branded:hover .scape-ui-tiktok,
.wtbx_vc_social_icons .tiktok a.wtbx_style_3.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .tiktok a.wtbx_style_3.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .tiktok a.wtbx_style_4.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .tiktok a.wtbx_style_4.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .tiktok a.wtbx_style_5.wtbx_default_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .tiktok a.wtbx_style_5.wtbx_hover_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .tiktok a.wtbx_style_6.wtbx_default_branded:not(:hover) .scape-ui-tiktok,
.wtbx_vc_social_icons .tiktok a.wtbx_style_6.wtbx_hover_branded:hover .scape-ui-tiktok,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_default_branded .wtbx_social_icon_front.scape-ui-tiktok,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_hover_branded .wtbx_social_icon_back.scape-ui-tiktok {
  color: #010101;
}

.wtbx_vc_social_icons .tiktok a.wtbx_style_3.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .tiktok a.wtbx_style_3.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .tiktok a.wtbx_style_4.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .tiktok a.wtbx_style_4.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .tiktok a.wtbx_style_5.wtbx_default_bg_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .tiktok a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .tiktok a.wtbx_style_6.wtbx_hover_bg_branded:before,
.wtbx_vc_social_icons .tiktok a.wtbx_style_7.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #010101;
}

.wtbx_vc_social_icons .tiktok a.wtbx_style_5.wtbx_default_branded.wtbx_default_branded:hover .wtbx_social_icon_front {
  background-color: black;
}

.wtbx_vc_social_icons .tiktok a.wtbx_style_3.wtbx_hover_bg_branded:hover {
  box-shadow: 0 10px 45px -5px #4e4e4e;
}

.wtbx_vc_social_icons .tiktok a.wtbx_style_3.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .tiktok a.wtbx_style_4.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .tiktok a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #0e0e0e;
}

.wtbx_vc_social_icons .tiktok a.wtbx_style_7.wtbx_default_bg_branded {
  border-color: #010101;
}

.wtbx_vc_social_icons a.wtbx_style_1.wtbx_default_branded:not(:hover) .scape-ui-tumblr,
.wtbx_vc_social_icons a.wtbx_style_1.wtbx_hover_branded:hover .scape-ui-tumblr,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_default_branded:not(:hover) .scape-ui-tumblr,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_hover_branded:hover .scape-ui-tumblr,
.wtbx_vc_social_icons .tumblr a.wtbx_style_3.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .tumblr a.wtbx_style_3.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .tumblr a.wtbx_style_4.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .tumblr a.wtbx_style_4.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .tumblr a.wtbx_style_5.wtbx_default_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .tumblr a.wtbx_style_5.wtbx_hover_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .tumblr a.wtbx_style_6.wtbx_default_branded:not(:hover) .scape-ui-tumblr,
.wtbx_vc_social_icons .tumblr a.wtbx_style_6.wtbx_hover_branded:hover .scape-ui-tumblr,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_default_branded .wtbx_social_icon_front.scape-ui-tumblr,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_hover_branded .wtbx_social_icon_back.scape-ui-tumblr {
  color: #35465c;
}

.wtbx_vc_social_icons .tumblr a.wtbx_style_3.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .tumblr a.wtbx_style_3.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .tumblr a.wtbx_style_4.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .tumblr a.wtbx_style_4.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .tumblr a.wtbx_style_5.wtbx_default_bg_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .tumblr a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .tumblr a.wtbx_style_6.wtbx_hover_bg_branded:before,
.wtbx_vc_social_icons .tumblr a.wtbx_style_7.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #35465c;
}

.wtbx_vc_social_icons .tumblr a.wtbx_style_5.wtbx_default_branded.wtbx_default_branded:hover .wtbx_social_icon_front {
  background-color: #222d3c;
}

.wtbx_vc_social_icons .tumblr a.wtbx_style_3.wtbx_hover_bg_branded:hover {
  box-shadow: 0 10px 45px -5px #7891b2;
}

.wtbx_vc_social_icons .tumblr a.wtbx_style_3.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .tumblr a.wtbx_style_4.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .tumblr a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #3e526c;
}

.wtbx_vc_social_icons .tumblr a.wtbx_style_7.wtbx_default_bg_branded {
  border-color: #35465c;
}

.wtbx_vc_social_icons a.wtbx_style_1.wtbx_default_branded:not(:hover) .scape-ui-twitter,
.wtbx_vc_social_icons a.wtbx_style_1.wtbx_hover_branded:hover .scape-ui-twitter,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_default_branded:not(:hover) .scape-ui-twitter,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_hover_branded:hover .scape-ui-twitter,
.wtbx_vc_social_icons .twitter a.wtbx_style_3.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .twitter a.wtbx_style_3.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .twitter a.wtbx_style_4.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .twitter a.wtbx_style_4.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .twitter a.wtbx_style_5.wtbx_default_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .twitter a.wtbx_style_5.wtbx_hover_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .twitter a.wtbx_style_6.wtbx_default_branded:not(:hover) .scape-ui-twitter,
.wtbx_vc_social_icons .twitter a.wtbx_style_6.wtbx_hover_branded:hover .scape-ui-twitter,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_default_branded .wtbx_social_icon_front.scape-ui-twitter,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_hover_branded .wtbx_social_icon_back.scape-ui-twitter {
  color: #1da1f2;
}

.wtbx_vc_social_icons .twitter a.wtbx_style_3.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .twitter a.wtbx_style_3.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .twitter a.wtbx_style_4.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .twitter a.wtbx_style_4.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .twitter a.wtbx_style_5.wtbx_default_bg_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .twitter a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .twitter a.wtbx_style_6.wtbx_hover_bg_branded:before,
.wtbx_vc_social_icons .twitter a.wtbx_style_7.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #1da1f2;
}

.wtbx_vc_social_icons .twitter a.wtbx_style_5.wtbx_default_branded.wtbx_default_branded:hover .wtbx_social_icon_front {
  background-color: #0c85d0;
}

.wtbx_vc_social_icons .twitter a.wtbx_style_3.wtbx_hover_bg_branded:hover {
  box-shadow: 0 10px 45px -5px #aeddfa;
}

.wtbx_vc_social_icons .twitter a.wtbx_style_3.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .twitter a.wtbx_style_4.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .twitter a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #35abf3;
}

.wtbx_vc_social_icons .twitter a.wtbx_style_7.wtbx_default_bg_branded {
  border-color: #1da1f2;
}

.wtbx_vc_social_icons a.wtbx_style_1.wtbx_default_branded:not(:hover) .scape-ui-vimeo,
.wtbx_vc_social_icons a.wtbx_style_1.wtbx_hover_branded:hover .scape-ui-vimeo,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_default_branded:not(:hover) .scape-ui-vimeo,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_hover_branded:hover .scape-ui-vimeo,
.wtbx_vc_social_icons .vimeo a.wtbx_style_3.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .vimeo a.wtbx_style_3.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .vimeo a.wtbx_style_4.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .vimeo a.wtbx_style_4.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .vimeo a.wtbx_style_5.wtbx_default_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .vimeo a.wtbx_style_5.wtbx_hover_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .vimeo a.wtbx_style_6.wtbx_default_branded:not(:hover) .scape-ui-vimeo,
.wtbx_vc_social_icons .vimeo a.wtbx_style_6.wtbx_hover_branded:hover .scape-ui-vimeo,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_default_branded .wtbx_social_icon_front.scape-ui-vimeo,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_hover_branded .wtbx_social_icon_back.scape-ui-vimeo {
  color: #1ab7ea;
}

.wtbx_vc_social_icons .vimeo a.wtbx_style_3.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .vimeo a.wtbx_style_3.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .vimeo a.wtbx_style_4.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .vimeo a.wtbx_style_4.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .vimeo a.wtbx_style_5.wtbx_default_bg_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .vimeo a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .vimeo a.wtbx_style_6.wtbx_hover_bg_branded:before,
.wtbx_vc_social_icons .vimeo a.wtbx_style_7.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #1ab7ea;
}

.wtbx_vc_social_icons .vimeo a.wtbx_style_5.wtbx_default_branded.wtbx_default_branded:hover .wtbx_social_icon_front {
  background-color: #1295bf;
}

.wtbx_vc_social_icons .vimeo a.wtbx_style_3.wtbx_hover_bg_branded:hover {
  box-shadow: 0 10px 45px -5px #a6e3f7;
}

.wtbx_vc_social_icons .vimeo a.wtbx_style_3.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .vimeo a.wtbx_style_4.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .vimeo a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #31beec;
}

.wtbx_vc_social_icons .vimeo a.wtbx_style_7.wtbx_default_bg_branded {
  border-color: #1ab7ea;
}

.wtbx_vc_social_icons a.wtbx_style_1.wtbx_default_branded:not(:hover) .scape-ui-vk,
.wtbx_vc_social_icons a.wtbx_style_1.wtbx_hover_branded:hover .scape-ui-vk,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_default_branded:not(:hover) .scape-ui-vk,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_hover_branded:hover .scape-ui-vk,
.wtbx_vc_social_icons .vk a.wtbx_style_3.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .vk a.wtbx_style_3.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .vk a.wtbx_style_4.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .vk a.wtbx_style_4.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .vk a.wtbx_style_5.wtbx_default_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .vk a.wtbx_style_5.wtbx_hover_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .vk a.wtbx_style_6.wtbx_default_branded:not(:hover) .scape-ui-vk,
.wtbx_vc_social_icons .vk a.wtbx_style_6.wtbx_hover_branded:hover .scape-ui-vk,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_default_branded .wtbx_social_icon_front.scape-ui-vk,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_hover_branded .wtbx_social_icon_back.scape-ui-vk {
  color: #45668e;
}

.wtbx_vc_social_icons .vk a.wtbx_style_3.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .vk a.wtbx_style_3.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .vk a.wtbx_style_4.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .vk a.wtbx_style_4.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .vk a.wtbx_style_5.wtbx_default_bg_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .vk a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .vk a.wtbx_style_6.wtbx_hover_bg_branded:before,
.wtbx_vc_social_icons .vk a.wtbx_style_7.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #45668e;
}

.wtbx_vc_social_icons .vk a.wtbx_style_5.wtbx_default_branded.wtbx_default_branded:hover .wtbx_social_icon_front {
  background-color: #344d6c;
}

.wtbx_vc_social_icons .vk a.wtbx_style_3.wtbx_hover_bg_branded:hover {
  box-shadow: 0 10px 45px -5px #9db4cf;
}

.wtbx_vc_social_icons .vk a.wtbx_style_3.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .vk a.wtbx_style_4.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .vk a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #4d729f;
}

.wtbx_vc_social_icons .vk a.wtbx_style_7.wtbx_default_bg_branded {
  border-color: #45668e;
}

.wtbx_vc_social_icons a.wtbx_style_1.wtbx_default_branded:not(:hover) .scape-ui-yelp,
.wtbx_vc_social_icons a.wtbx_style_1.wtbx_hover_branded:hover .scape-ui-yelp,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_default_branded:not(:hover) .scape-ui-yelp,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_hover_branded:hover .scape-ui-yelp,
.wtbx_vc_social_icons .yelp a.wtbx_style_3.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .yelp a.wtbx_style_3.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .yelp a.wtbx_style_4.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .yelp a.wtbx_style_4.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .yelp a.wtbx_style_5.wtbx_default_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .yelp a.wtbx_style_5.wtbx_hover_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .yelp a.wtbx_style_6.wtbx_default_branded:not(:hover) .scape-ui-yelp,
.wtbx_vc_social_icons .yelp a.wtbx_style_6.wtbx_hover_branded:hover .scape-ui-yelp,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_default_branded .wtbx_social_icon_front.scape-ui-yelp,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_hover_branded .wtbx_social_icon_back.scape-ui-yelp {
  color: #af0606;
}

.wtbx_vc_social_icons .yelp a.wtbx_style_3.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .yelp a.wtbx_style_3.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .yelp a.wtbx_style_4.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .yelp a.wtbx_style_4.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .yelp a.wtbx_style_5.wtbx_default_bg_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .yelp a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .yelp a.wtbx_style_6.wtbx_hover_bg_branded:before,
.wtbx_vc_social_icons .yelp a.wtbx_style_7.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #af0606;
}

.wtbx_vc_social_icons .yelp a.wtbx_style_5.wtbx_default_branded.wtbx_default_branded:hover .wtbx_social_icon_front {
  background-color: #7e0404;
}

.wtbx_vc_social_icons .yelp a.wtbx_style_3.wtbx_hover_bg_branded:hover {
  box-shadow: 0 10px 45px -5px #f95555;
}

.wtbx_vc_social_icons .yelp a.wtbx_style_3.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .yelp a.wtbx_style_4.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .yelp a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #c80707;
}

.wtbx_vc_social_icons .yelp a.wtbx_style_7.wtbx_default_bg_branded {
  border-color: #af0606;
}

.wtbx_vc_social_icons a.wtbx_style_1.wtbx_default_branded:not(:hover) .scape-ui-youtube,
.wtbx_vc_social_icons a.wtbx_style_1.wtbx_hover_branded:hover .scape-ui-youtube,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_default_branded:not(:hover) .scape-ui-youtube,
.wtbx_vc_social_icons a.wtbx_style_2.wtbx_hover_branded:hover .scape-ui-youtube,
.wtbx_vc_social_icons .youtube a.wtbx_style_3.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .youtube a.wtbx_style_3.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .youtube a.wtbx_style_4.wtbx_default_branded:not(:hover) i,
.wtbx_vc_social_icons .youtube a.wtbx_style_4.wtbx_hover_branded:hover i,
.wtbx_vc_social_icons .youtube a.wtbx_style_5.wtbx_default_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .youtube a.wtbx_style_5.wtbx_hover_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .youtube a.wtbx_style_6.wtbx_default_branded:not(:hover) .scape-ui-youtube,
.wtbx_vc_social_icons .youtube a.wtbx_style_6.wtbx_hover_branded:hover .scape-ui-youtube,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_default_branded .wtbx_social_icon_front.scape-ui-youtube,
.wtbx_vc_social_icons a.wtbx_style_7.wtbx_hover_branded .wtbx_social_icon_back.scape-ui-youtube {
  color: #cd201f;
}

.wtbx_vc_social_icons .youtube a.wtbx_style_3.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .youtube a.wtbx_style_3.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .youtube a.wtbx_style_4.wtbx_default_bg_branded:not(:hover),
.wtbx_vc_social_icons .youtube a.wtbx_style_4.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .youtube a.wtbx_style_5.wtbx_default_bg_branded .wtbx_social_icon_front,
.wtbx_vc_social_icons .youtube a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back,
.wtbx_vc_social_icons .youtube a.wtbx_style_6.wtbx_hover_bg_branded:before,
.wtbx_vc_social_icons .youtube a.wtbx_style_7.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #cd201f;
}

.wtbx_vc_social_icons .youtube a.wtbx_style_5.wtbx_default_branded.wtbx_default_branded:hover .wtbx_social_icon_front {
  background-color: #a11918;
}

.wtbx_vc_social_icons .youtube a.wtbx_style_3.wtbx_hover_bg_branded:hover {
  box-shadow: 0 10px 45px -5px #ef9696;
}

.wtbx_vc_social_icons .youtube a.wtbx_style_3.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .youtube a.wtbx_style_4.wtbx_default_bg_branded.wtbx_hover_bg_branded:hover,
.wtbx_vc_social_icons .youtube a.wtbx_style_5.wtbx_hover_bg_branded .wtbx_social_icon_back {
  background-color: #de2827;
}

.wtbx_vc_social_icons .youtube a.wtbx_style_7.wtbx_default_bg_branded {
  border-color: #cd201f;
}

.wtbx_vc_social_icons.wtbx_style_1 .wtbx_social_icon {
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5;
}

.wtbx_vc_social_icons.wtbx_style_2 a {
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
}

.wtbx_vc_social_icons.wtbx_style_2 a i {
  position: relative;
  top: -1px;
}

.wtbx_vc_social_icons.wtbx_style_2 a:hover {
  border-color: transparent;
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.15);
}

.wtbx_vc_social_icons.wtbx_style_2 .wtbx_size_7 a:hover,
.wtbx_vc_social_icons.wtbx_style_2 .wtbx_size_8 a:hover,
.wtbx_vc_social_icons.wtbx_style_2 .wtbx_size_9 a:hover,
.wtbx_vc_social_icons.wtbx_style_2 .wtbx_size_10 a:hover {
  box-shadow: 0 15px 60px -10px rgba(9, 31, 67, 0.3);
}

.wtbx_vc_social_icons.wtbx_style_3 a {
  border-radius: 50%;
}

.wtbx_vc_social_icons.wtbx_style_3 a i {
  color: #fff;
}

.wtbx_vc_social_icons.wtbx_style_4 a {
  border-radius: 6px;
}

.wtbx_vc_social_icons.wtbx_style_4 a i {
  color: #fff;
}

.wtbx_vc_social_icons.wtbx_style_4 a:hover {
  box-shadow: 0 5px 25px -4px rgba(9, 31, 67, 0.15);
  -moz-transform: translate3d(0, -10%, 0);
  -o-transform: translate3d(0, -10%, 0);
  -ms-transform: translate3d(0, -10%, 0);
  -webkit-transform: translate3d(0, -10%, 0);
  -webkit-transform: -webkit-translate3d(0, -10%, 0);
  transform: translate3d(0, -10%, 0);
}

.wtbx_vc_social_icons.wtbx_style_4 .wtbx_size_7 a:hover,
.wtbx_vc_social_icons.wtbx_style_4 .wtbx_size_8 a:hover,
.wtbx_vc_social_icons.wtbx_style_4 .wtbx_size_9 a:hover,
.wtbx_vc_social_icons.wtbx_style_4 .wtbx_size_10 a:hover {
  box-shadow: 0 8px 40px -5px rgba(9, 31, 67, 0.15);
}

.wtbx_vc_social_icons.wtbx_style_5 li {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-transform-origin: 1000px;
  perspective: 1000px;
}

.wtbx_vc_social_icons.wtbx_style_5 a {
  transform-style: preserve-3d;
  z-index: 1;
  moz-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.wtbx_vc_social_icons.wtbx_style_5 a .wtbx_social_icon_front {
  moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -moz-transform: translate3d(0, 0, 2.5em);
  -o-transform: translate3d(0, 0, 2.5em);
  -ms-transform: translate3d(0, 0, 2.5em);
  -webkit-transform: translate3d(0, 0, 2.5em);
  -webkit-transform: -webkit-translate3d(0, 0, 2.5em);
  transform: translate3d(0, 0, 2.5em);
}

.wtbx_vc_social_icons.wtbx_style_5 a .wtbx_social_icon_back {
  moz-transform-origin: 0% 100%;
  -o-transform-origin: 0% 100%;
  -ms-transform-origin: 0% 100%;
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -moz-transform: translate3d(0, 0, 0px) rotate3d(1, 0, 0, -90deg);
  -o-transform: translate3d(0, 0, 0px) rotate3d(1, 0, 0, -90deg);
  -ms-transform: translate3d(0, 0, 0px) rotate3d(1, 0, 0, -90deg);
  -webkit-transform: translate3d(0, 0, 0px) rotate3d(1, 0, 0, -90deg);
  -webkit-transform: -webkit-translate3d(0, 0, 0px) rotate3d(1, 0, 0, -90deg);
  transform: translate3d(0, 0, 0px) rotate3d(1, 0, 0, -90deg);
}

.wtbx_vc_social_icons.wtbx_style_5 a:hover {
  -moz-transform: translate3d(0, 50%, 0px) rotate3d(1, 0, 0, 90deg);
  -o-transform: translate3d(0, 50%, 0px) rotate3d(1, 0, 0, 90deg);
  -ms-transform: translate3d(0, 50%, 0px) rotate3d(1, 0, 0, 90deg);
  -webkit-transform: translate3d(0, 50%, 0px) rotate3d(1, 0, 0, 90deg);
  -webkit-transform: -webkit-translate3d(0, 50%, 0px) rotate3d(1, 0, 0, 90deg);
  transform: translate3d(0, 50%, 0px) rotate3d(1, 0, 0, 90deg);
}

.wtbx_vc_social_icons.wtbx_style_5 a i {
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
}

.wtbx_vc_social_icons.wtbx_style_6 a {
  position: relative;
  border-radius: 50%;
}

.wtbx_vc_social_icons.wtbx_style_6 a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  border-radius: 50%;
  -moz-transform: scale3d(1.2, 1.2, 1);
  -o-transform: scale3d(1.2, 1.2, 1);
  -ms-transform: scale3d(1.2, 1.2, 1);
  -webkit-transform: scale3d(1.2, 1.2, 1);
  -webkit-transform: -webkit-scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_social_icons.wtbx_style_6 a i {
  -webkit-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -ms-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  -o-transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
  transition: all 0.4s cubic-bezier(0.2, 0, 0.3, 1);
}

.wtbx_vc_social_icons.wtbx_style_6 a:hover:before {
  opacity: 1;
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  -webkit-transform: -webkit-scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.wtbx_vc_social_icons.wtbx_style_6 a:hover i {
  color: #fff;
}

.wtbx_vc_social_icons.wtbx_style_7 a {
  position: relative;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
}

.wtbx_vc_social_icons.wtbx_style_7 a .wtbx_social_icon_front {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.wtbx_vc_social_icons.wtbx_style_7 a .wtbx_social_icon_back {
  color: #fff;
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0);
  -webkit-transform: -webkit-translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.wtbx_vc_social_icons.wtbx_style_7 a:hover {
  border-color: transparent !important;
}

.wtbx_vc_social_icons.wtbx_style_7 a:hover .wtbx_social_icon_front {
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -webkit-transform: -webkit-translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.wtbx_vc_social_icons.wtbx_style_7 a:hover .wtbx_social_icon_back {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transform: -webkit-translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.wtbx_vc_social_icons.wtbx_style_7 a i {
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 3px;
}