/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

#header [data-device=mobile] [data-row*=top] .ct-container { margin: 0; }
.ct-header-top-bar .header-row-inner,
.ct-header-top-bar [data-row="top"] {
  display: flex !important;
  align-items: center !important;
  min-height: 40px;
}

.ct-contact-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.ct-contact-bar a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: currentColor;
  text-decoration: none;
  line-height: 1;
}
.ct-contact-bar a:hover { opacity: 0.75; color: #fff; }
.ct-contact-bar svg { display: block; flex-shrink: 0; }
.ct-divider { opacity: 0.4; }


.stk-block-carousel__dots {
  position: absolute !important;
  top: auto !important;
  bottom: 16px !important;

left: 0 !important;
  right: 0 !important;
  text-align: center !important;
}

