/**
 * Hootkit Plugin Styles
 * ========================================================
 */
.verticalcarousel-style2 .verticalcarousel-content .verticalcarousel-title {
  font-family: inherit;
  font-weight: 500;
  font-size: 0.92857143em;
}
.widget .viewall a {
  text-decoration: none;
}
.cta-subtitle {
  text-transform: uppercase;
  font-size: 0.93333333em;
  line-height: 1.42857143em;
}
.announce-withbg .announce-link {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.announce-link:hover {
  background: rgba(0, 0, 0, 0.08);
}
.announce-box-content .announce-headline {
  margin: 0;
}
.ticker-widget .ticker-title {
  background: none;
  color: inherit;
  -webkit-box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.5);
}
.ticker-msgtitle {
  font-weight: 500;
}
.content-block-row,
.vcard-row {
  margin-bottom: 15px;
}
.content-block,
.content-block-style3 .content-block {
  padding-bottom: 15px;
}
.content-block-content {
  padding-top: 10px;
}
.content-block-content p {
  margin: 0 0 6px;
}
.content-block-title {
  margin: 0 0 5px;
}
.content-block .content-block-subtitle {
  margin: 0;
  padding: 0;
  background: none;
}
.content-block .content-block-subtitle .entry-byline {
  background: rgba(0, 0, 0, 0.05);
  padding: 2px 3px;
  margin: 6px 0 6px;
}
.content-block-icon,
.content-block-icon i {
  -webkit-transition: background 0.5s, color 0.5s;
  -moz-transition: background 0.5s, color 0.5s;
  -o-transition: background 0.5s, color 0.5s;
  transition: background 0.5s, color 0.5s;
}
.content-block-subtitle + .content-block-text {
  margin-top: 5px;
}
.content-block-style4 .content-block {
  background: rgba(0, 0, 0, 0.03);
  padding: 15px 10px 15px 15px;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
}
.content-block-style4 .content-block-visual {
  margin: 0;
  float: none;
  flex-shrink: 0;
}
.content-block-style4 .content-block-icon {
  align-self: center;
  font-size: 25px;
}
.content-block-style4 .content-block-icon.icon-style-none {
  font-size: 25px;
}
.content-block-style4 .content-block-content {
  padding-left: 15px;
  margin-left: 0;
  width: 100%;
  align-self: center;
}
.content-block-style4 h4.content-block-title {
  margin: 0 0 3px;
  font-size: 1.075em;
}
.content-block-style4 .content-block-subtitle {
  font-size: 0.92857143em;
  line-height: 1.384615em;
}
.content-block-style4 .content-block-text {
  line-height: 1.46666667em;
}
.content-block-style4.visual-image .more-link {
  margin: 0;
  background: rgba(0, 0, 0, 0.03);
  padding: 0 10px;
  text-align: center;
}
.content-block-style5 .more-link a,
.content-block-style6 .more-link a {
  padding: 8px 0 10px;
}
@media only screen and (min-width: 970px) {
  .content-block-style5 .content-block-subtitle,
  .content-block-style6 .content-block-subtitle {
    margin: 5px 0 0;
  }
}
/**
 * Widget - Social Icons
 * ========================================================
 */
/************* Social Icons Widget *************/
.social-icons-icon {
  background: none;
  margin: 0;
}
#topbar .social-icons-icon,
#page-wrapper .social-icons-icon {
  color: inherit;
}
.social-icons-invert .social-icons-icon {
  background: none;
  margin: 0;
}
/** Social Icon Hover **/
.social-icons-icon:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.social-icons-icon:hover i {
  text-shadow: none;
}
.social-icons-small .social-icons-icon:hover i {
  text-shadow: none;
}
.social-icons-icon {
  position: relative;
  z-index: 1;
}
.social-icons-icon::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: -3px;
  left: -3px;
  padding: 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: transform 0.2s, opacity 0.2s;
  -moz-transition: transform 0.2s, opacity 0.2s;
  -o-transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
}
.social-icons-icon:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
}
.social-icons-widget .social-icons-icon:after {
  box-shadow: 0 0 0 2px var(--hkit-sicon);
}
.hk-gridunit-title {
  font-family: inherit;
  font-weight: 500;
  font-size: 0.92857143em;
}
@media only screen and (max-width: 969px) {
  .hk-gridunit-size2 {
    margin-bottom: 4px;
    padding-bottom: 0;
  }
}
.hk-listunit {
  margin-bottom: 1em;
}
.hk-listunit-large .hk-listunit-image {
  margin-bottom: 15px;
}
