<?php /* NOTE: GENERATED BY GULP !!! */ ?><?php
$b = "flo-footer-area-1-type-b"; // To be used inside HTML

// Start: Class name automation
  $b__for_css = ".".$b; // To be used inside CSS
// End: Class name automation

$bgc = flo_data($data, "flo-lovely2-footerf-a1__bgc");
$elements_color = flo_data($data, "flo-lovely2-footerf-a1__ec");

$images_source = flo_data($data, "flo-lovely2-footer-a1b-l__i-s");
$images = flo_data($data, "flo-lovely2-footer-a1b-l__i");

$middle_area_content = flo_data($data, "flo-lovely2-footer-a1b-m__c");

$link_list = flo_data($data, "flo-lovely2-footer-a1b-r__l");
$link_font = flo_font_data($data, "flo-lovely2-footer-a1b-r__l-f");
$mobile_instagram_feed_visibility_class = flo_data($data, "flo-fiji2-footerf-a1a__insta_hide_mobile") ? 'hide-mobile-instagram' : '';
?>
<?php echo $__env->make('core.style', [
  "breakpoint__general" => "

    ".
    flo_render_typography_styles(
    $b__uniq_for_css." ".$b__for_css."__link",
    $link_font
    )
    ."

    ".$b__uniq_for_css." ".$b__for_css." {
      color: ".$elements_color.";
      border-color: ".hex2rgba($elements_color, 0.1).";
      background-color: ".$bgc.";
    }
  "
], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
<div class="<?php echo $b; ?> <?php echo $mobile_instagram_feed_visibility_class; ?>">
  <div class="<?php echo $b; ?>__left-area">


    <?php echo $__env->make('components.flo-footer-image-feed', [
      "source" => $images_source,
      "images" => $images,
      "count" => 3,
      "imgfeed_width" => 640,
      "imgfeed_height" => 640,
      "instasize" => "640x640_crop"
    ], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>

  </div>
  <div class="<?php echo $b; ?>__middle-area flo-post">
    <?php echo $middle_area_content; ?>

  </div>
  <div class="<?php echo $b; ?>__right-area">

    <?php if($link_list): ?>
      <div class="<?php echo $b; ?>__link-list">
        <?php foreach($link_list as $link_key => $link): ?>
          <a class="<?php echo $b; ?>__link" href="<?php echo $link["url"]; ?>"><?php echo $link["title"]; ?></a>
          <?php if($link_key == 1): ?>
            <br>
          <?php endif; ?>
        <?php endforeach; ?>

      </div>
    <?php endif; ?>
  </div>
</div>
