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

/* START: FOOTER SHARING LINKS */
/**
  Classes of this part of code are defined in the settings of the widget.
  footer_icons_label - is a left icon
  footer_icons - is a common div of several icons
 */
@media screen and (min-width: 1000px) {
  .footer_icons > div {
    gap: 10px;
  }

  .wp-block-stackable-column:has(.footer_icons_label) {
    display: flex;
  }

  .wp-block-stackable-column:has(.footer_icons) {
    max-width: fit-content;
  }

  div[data-column='widget-area-1'] {
    max-width: 90%;
    margin-left: auto;
  }

  .footer_icons_label {
    display: flex;
    margin-right: 10px;
  }

  .footer_icons_label--second {
    margin-left: 20px;
  }

  .wp-block-stackable-column.stk-block.stk-column, .stk-column{
    min-width: auto !important;
  }
}

@media screen and (min-width: 1400px) {
  .footer_icons_label--second {
    margin-left: 35px;
  }
}
/* END: FOOTER SHARING LINKS */
