/**
 * 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;
}
.slider-alt-nav .slider-style1 {
  /** Navigation **/
  /** Pager **/
}
.slider-alt-nav .slider-style1 .lSSlideOuter .lSAction {
  position: absolute;
  top: 5px;
  right: 5px;
}
.slider-alt-nav .slider-style1 .lSSlideOuter .lSAction > a {
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  color: #555;
  margin-left: 3px;
  width: 24px;
  line-height: 22px;
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
}
.slider-alt-nav .slider-style1 .lSSlideOuter .lSAction > a:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #333;
}
.slider-alt-nav .slider-style1 .lSSlideWrapper:hover .lSAction > a {
  display: inline-block;
}
.slider-alt-nav .slider-style1 .lSSlideOuter .lSAction > a:after {
  font-size: 20px;
  display: inline-block;
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
}
@media only screen and (min-width: 970px) {
  .slider-alt-caption .widget_hootkit-slider-image .hootkitslide-content {
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    max-width: none;
    text-align: center;
    padding: 1.3333em 0.5em;
  }
  .slider-alt-caption .widget_hootkit-slider-image .hootkitslide-content {
    -webkit-transition: bottom 0.5s ease-in;
    -moz-transition: bottom 0.5s ease-in;
    -o-transition: bottom 0.5s ease-in;
    transition: bottom 0.5s ease-in;
    bottom: -100%;
  }
  .slider-alt-caption .widget_hootkit-slider-image .lslide.active .hootkitslide-content {
    bottom: 0;
  }
  .slider-alt-caption .widget_hootkit-slider-image .lightSlider .wrap-light-on-dark {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.8);
  }
  .slider-alt-caption .widget_hootkit-slider-image .lightSlider .wrap-dark-on-light {
    color: #333333;
    background: rgba(255, 255, 255, 0.7);
  }
  .slider-alt-caption .widget_hootkit-slider-image .lightSlider .wrap-light-on-dark .hootkitslide-text,
  .slider-alt-caption .widget_hootkit-slider-image .lightSlider .wrap-dark-on-light .hootkitslide-text {
    padding: 0;
    color: inherit;
    background: none;
  }
  .slider-alt-caption .widget_hootkit-slider-image .lightSlider .wrap-light-on-dark a.hootkitslide-button,
  .slider-alt-caption .widget_hootkit-slider-image .lightSlider .wrap-dark-on-light a.hootkitslide-button {
    display: inline-block;
    margin: 5px 10px 10px;
    padding: 8px 25px 8px;
    border: solid 1px;
  }
  .slider-alt-caption .widget_hootkit-slider-image .lightSlider .wrap-light-on-dark .hootkitslide-head,
  .slider-alt-caption .widget_hootkit-slider-image .lightSlider .wrap-dark-on-light .hootkitslide-head {
    color: inherit;
    background: none;
    padding: 0;
  }
  .slider-alt-caption .widget_hootkit-slider-image .lightSlider .hootkitslide-head,
  .slider-alt-caption .widget_hootkit-slider-image .lightSlider .hootkitslide-text {
    margin: 10px;
  }
  .slider-alt-caption .widget_hootkit-slider-image .slider-style1 .hootkitslide-content {
    padding: 20px 0.5em 30px;
  }
  .slider-alt-caption .widget_hootkit-slider-image .slider-style1.hidebullets .hootkitslide-content {
    padding: 1.3333em 0.5em;
  }
  .slider-alt-caption .widget_hootkit-slider-image .slider-style2 .hootkitslide-content {
    left: 1.5%;
    right: 1.5%;
    width: auto;
    padding: 20px 0.5em 30px;
  }
  .slider-alt-caption .widget_hootkit-slider-image .slider-style2.hidebullets .hootkitslide-content {
    padding: 1.3333em 0.5em;
  }
}
.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);
}
.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.45em;
  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: #2269C1;
}
.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: 2px;
}
.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-title a {
  font-family: inherit;
  text-transform: inherit;
}
.hk-gridunit-title a {
  font-family: inherit;
  text-transform: inherit;
}
.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;
}
