/**
 * Hootkit Plugin Styles
 * ========================================================
 */
.frontpage-area.module-bg-highlight .verticalcarousel-style1 .verticalcarousel,
.frontpage-area.module-bg-color .verticalcarousel-style1 .verticalcarousel,
.frontpage-area.module-bg-image .verticalcarousel-style1 .verticalcarousel {
  background: rgba(255, 255, 255, 0.6);
}
.verticalcarousel-style1 .verticalcarousel-img {
  width: 80px !important;
}
.verticalcarousel-gradient {
  display: none;
}
.verticalcarousel-style2 .verticalcarousel-title,
.verticalcarousel-style2 .verticalcarousel-subtitle .entry-byline {
  display: inline-block;
  background: rgba(0, 0, 0, 0.4);
  padding: 1px 5px;
}
.widget .viewall a {
  text-decoration: none;
}
.cta-subtitle {
  text-transform: uppercase;
  font-size: 0.93333333em;
  line-height: 1.42857143em;
}
.announce-withbg {
  padding: 12px 15px;
}
.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);
}
.ticker-widget .ticker-title {
  -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-title {
  padding: 0.5em 1.2em;
}
.ticker-title,
.ticker-msg-box {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.ticker-msg {
  font-size: 1em;
  line-height: 1.33333333em;
}
.ticker-img {
  width: 60px;
  height: 40px;
}
.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-subtitle {
  color: #ff4530;
}
.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-subtitle + .content-block-text {
  margin-top: 5px;
}
.content-block-style4 .content-block {
  background: rgba(0, 0, 0, 0.04);
  padding: 17px;
  -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;
}
.content-block-style4 .content-block-icon.icon-style-none {
  font-size: 35px;
}
.content-block-style4 .content-block-content {
  padding-left: 17px;
  margin-left: 0;
  width: 100%;
  align-self: center;
}
.content-block-style4 h4.content-block-title {
  margin: 0 0 1px;
}
.content-block-style4.visual-image .more-link {
  margin: 0;
  background: rgba(0, 0, 0, 0.04);
  padding: 0 17px;
  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 {
  margin: 3px;
}
.wordpress .social-icons-icon {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#topbar .social-icons-icon,
#page-wrapper .social-icons-icon {
  color: #ffffff;
}
#topbar .social-icons-icon,
#page-wrapper .social-icons-icon {
  background: var(--hkit-sicon);
}
.post-gridunit-bg {
  background: none;
}
.post-gridunit-title,
.post-gridunit-subtitle .entry-byline {
  display: inline-block;
  background: rgba(0, 0, 0, 0.4);
  padding: 1px 5px;
}
.post-gridunit-subtitle .entry-byline-block:after {
  margin: 0 2px;
}
.hk-gridunit-bg {
  background: none;
}
.hk-gridunit-title,
.hk-gridunit-subtitle .entry-byline {
  display: inline-block;
  background: rgba(0, 0, 0, 0.4);
  padding: 1px 5px;
}
.hk-gridunit-subtitle .entry-byline-block:after {
  margin: 0 2px;
}
.post-gridunit-image {
  height: 200px;
}
.post-gridunit-size2 .post-gridunit-image {
  height: 400px;
}
.post-gridunit-title a {
  font-family: inherit;
  text-transform: inherit;
}
@media only screen and (max-width: 969px) {
  .post-gridunit-size2 {
    margin-bottom: 4px;
    padding-bottom: 0;
    height: 200px;
  }
}
.hk-gridunit-image {
  height: 200px;
}
.hk-gridunit-size2 .hk-gridunit-image {
  height: 400px;
}
.hk-gridunit-title a {
  font-family: inherit;
  text-transform: inherit;
}
@media only screen and (max-width: 969px) {
  .hk-gridunit-size2 {
    margin-bottom: 4px;
    padding-bottom: 0;
    height: 200px;
  }
}
.posts-listunit {
  margin-bottom: 1em;
}
.posts-listunit-large .posts-listunit-image {
  margin-bottom: 15px;
}
.hk-listunit {
  margin-bottom: 1em;
}
.hk-listunit-large .hk-listunit-image {
  margin-bottom: 15px;
}
.hk-listunit-small.visual-img .hk-listunit-content {
  padding: 17px 10px 17px 0;
}
