/*
Theme Name: Homeunik
Theme URI: http://wpbingosite.com/wordpress/homeunik/
Author: Wpbingo
Author URI: http://wpbingosite.com/
Description: Homeunik is a Real Estate WordPress Theme designed for apartment complex, properties rental & portal, property listing, booking theme, property agency, property agent. Following with 07+ stunning homepages with 1-click Import only, you can install any demos in the theme in a short time. Elementor Page Builder is included in Homeunik will help you build a fantastic site without tech-savvy.
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: homeunik
*/
@font-face {
	font-family: 'Conv_SF-Pro-Display-Light';
	src: url('fonts/SF-Pro-Display-Light.eot');
	src: local('☺'), url('fonts/SF-Pro-Display-Light.woff') format('woff'), url('fonts/SF-Pro-Display-Light.ttf') format('truetype'), url('fonts/SF-Pro-Display-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.bypostauthor {
	font-style: italic;
	font-size: 12px;
	color: #757575;
}

/**/

<?php get_header(); ?>

<style>
  .project-fullwidth {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
  }
  .project-fullwidth .inner {
    max-width: 100%;
    padding: 0;
  }
  .project-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .project-banner img {
    width: 100%;
    height: auto;
    display: block;
  }
  .project-title-area {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
  }
  .project-title-area h1 {
    font-size: 36px;
    margin: 0;
  }
</style>

<div class="project-fullwidth">
  <div class="inner">
    
    <?php if (has_post_thumbnail()) : ?>
      <div class="project-banner">
        <?php the_post_thumbnail('full'); ?>
        <div class="project-title-area">
          <h1><?php the_title(); ?></h1>
        </div>
      </div>
    <?php endif; ?>

    <div class="project-content" style="max-width: 1000px; margin: 40px auto; padding: 0 20px;">
      <?php the_content(); ?>
    </div>

  </div>
</div>

<?php get_footer(); ?>



