<!DOCTYPE html>
<?php
  $site_width_class = flo_get_option("flo-lovely2-site_width", "responsive");
  if($site_width_class == 'fixed'){
    $site_width_class = 'html--style-fixed';
    $site_width_px = flo_get_option("flo-lovely2-maximum_content_width", 990);
  } else {
    $site_width_class = '';
  } ?>
<html <?php language_attributes(); ?> class="<?php echo $site_width_class; ?>">
  <?php echo $__env->make('layout.head', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
  <?php $social_links_type_class = "flo-social-links-type-".flo_get_option("flo-lovely2-social-links-style", "a"); ?>
  <body <?php echo body_class($body_sidebar_class." ".$social_links_type_class); ?>>

    <?php $__env->startSection("header"); ?>
      <?php /* <?php echo $__env->make("layout.header", array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> */ ?>
    <?php $__env->stopSection(); ?>
    <?php echo $__env->yieldContent("header"); ?>

    <?php echo $__env->make('components.flo-header-mobile', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
    <?php if (flo_get_option("flo-lovely2-site_width", "responsive") == 'fixed'){ ?>
      <?php echo $__env->make('core.style', [
        "breakpoint__large_up" => "
          .html--style-fixed .flo-block:not(.flo-block--full-width),
          .html--style-fixed .flo-footer > * {
            padding-left: calc((100vw - ". number_format(($site_width_px / number_format($site_width_px / 61.875, 2)), 2) ."rem) / 2);
            padding-right: calc((100vw - ". number_format(($site_width_px / number_format($site_width_px / 61.875, 2)), 2) ."rem) / 2);
          }
          html.html--style-fixed {
            font-size: ". number_format($site_width_px / 61.875, 2) ."px;
          }
          html.html--style-fixed .flo-block-intro-block .flo-block-intro-block__title-area{
            margin-left: calc((100vw - ". number_format(($site_width_px / number_format($site_width_px / 61.875, 2)), 2) ."rem) / 2);
          }
        ",
        "breakpoint__medium_up" => "

          html.html--style-fixed .flo-block-item-title-3-block .flo-block-item-title-3--featured-image-position-bg .flo-block-item-title-3__text-area-wrap {
            padding-left: calc((100vw - ". number_format(($site_width_px / number_format($site_width_px / 61.875, 2)), 2) ."rem) / 2);
            padding-right: calc((100vw - ". number_format(($site_width_px / number_format($site_width_px / 61.875, 2)), 2) ."rem) / 2);
          }

        "
      ], array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
    <?php } ?>

    <main class="flo_page_wrap <?php echo isset($flo_page_wrap__padding_top) ? $flo_page_wrap__padding_top : ""; ?>">
      <div class="flo_page">
        <?php /* <?php echo $__env->make("components.flo-header", array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> */ ?>
