<head>
  <meta charset="<?php echo bloginfo( 'charset' ); ?>" />
  <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
  <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
  <link rel="alternate" type="application/rss+xml" title="<?php echo bloginfo('name'); ?> RSS Feed" href="<?php echo bloginfo('rss2_url'); ?>" />
  <?php if( strlen($flo_custom_favicon)): ?>
      <link rel="shortcut icon" href="<?php echo $flo_custom_favicon; ?>" />
  <?php else: ?>
      <link rel="shortcut icon" href="<?php echo CLASSY_THEME_DIR; ?>assets/favicon.ico" />
  <?php endif; ?>
  <link rel="profile" href="http://gmpg.org/xfn/11">
  <?php if( is_singular() && pings_open( get_queried_object() ) ): ?>
  <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>">
  <?php endif; ?>

  <?php echo wp_head(); ?>

  <style media="screen">
    /* START: GENERICS */

      body {
        background-color: <?php echo flo_get_option("flo-lovely2-site-background-color"); ?>;
        color: <?php echo flo_color("1"); ?>;
      }

      /*.flo-post {
        color: <?php echo flo_color("1"); ?>;
      }*/


      .flo-post a img, .flo-post img, .flo-post img.alignleft, .flo-post img.alignright, .flo-post img.aligncenter,
      .wp-caption-text.gallery-caption {
        margin-bottom: <?php echo flo_get_option('flo-fiji2-blog-post__content-distance-below-images', 10); ?>px;
      }
      .wp-caption-text.gallery-caption{
        margin-top: -<?php echo flo_get_option('flo-fiji2-blog-post__content-distance-below-images', 10) - 5; ?>px;
      }

      .flo_sidebar {
        width: <?php echo flo_get_sidebar_width(); ?>;
      }

      .flo-button,
      input[type="submit"]
      {
        color: <?php echo flo_get_option("flo-lovely2-buttons__text-color", "#000000"); ?>;
        border-color: <?php echo hex2rgba(flo_get_option("flo-lovely2-buttons__text-color", "#000000"), 0.3); ?>;
      }
      .flo-button:hover,
      input[type="submit"]:hover
      {
        background-color: <?php echo flo_get_option("flo-lovely2-buttons__background-color-on-hover", "#ffffff"); ?>!important;
        color: <?php echo flo_get_option("flo-lovely2-buttons__text-color-on-hover", "#555049"); ?>!important;
      }
    /* END: GENERICS */


  </style>
  <?php echo $__env->make('components.flo-generic-menu-wrap-styles', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
</head>
