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

 .address-ft, .mail-ft, .phone-ft {
    display: flex !important;
    margin-bottom: 4px;
}
 .address-ft svg, .mail-ft svg, .phone-ft svg {
    margin: 4px 10px 0 0;
    max-height: 20px;
    fill: #F29200;
}
div#block-20 {
    margin-top: 10px !important;
}
h2.wp-block-heading {
    font-size: 26px !important;
    font-weight: 600 !important;
}
nav#footer-menu a {
    font-size: 14px;
}
div#block-22 {
    margin-top: 20px;
}
.ft-slogan {
    color: #F29200;
    font-size: 20px;
    line-height: 1.2;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {

[data-footer*="type-1"] .ct-footer [data-column="widget-area-1"] {
    --text-horizontal-alignment: center;
    --horizontal-alignment: center;
    --vertical-alignment: flex-start;
}
div#block-24 {
    margin-top: 0;
}
.ct-footer [data-column="widget-area-3"], .ct-footer [data-column="menu"]  {
    display: none !important;
}

.address-ft, .mail-ft, .phone-ft {
    display: initial !important;
    margin-bottom: 11px;
}
.address-ft a, .mail-ft a, .phone-ft a {
    display: block;
}

}