/*
Theme Name: Bon Appétit
Theme URI: http://www.woothemes.com/
Version: 1.0.1
Description: Designed by <a href="http://www.woothemes.com">WooThemes</a>.
Author: WooThemes
Author URI: http://www.woothemes.com
Template: canvas
Tags: canvas, woothemes, store, woocommerce

	Copyright: (c) 2009-2011 WooThemes.
	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/
@import url(../canvas/style.css);

/**
 * This file imports the canvas styles.
 * The styles for this child theme are in css/bon-appetit.scss (sass) and css/bon-appetit.css.
 * These are hooked into the wp_enqueue_scripts action via the woo_child_enqueue function.
 */

/* ADDED BY PL */
.recent-posts .post-date {
  display: none;
}
.home-section.hero p {
  font-weight: 600;
  word-break: keep-all;
}
.hero .section-title {
    font: 600 2.5em/1.2em 'Lato', arial, sans-serif !important;
}

@media screen and (min-width: 768px) {
  .hero .section-title {
    font: 600 3em/1.2em 'Lato', arial, sans-serif !important;
  }
}

@media screen and (max-width: 768px) {
  .alignleft, .alignright, alignnone {
    margin: 0 auto !important;
    float: none !important;
    display: block;
  }
}

#logo {
  text-align: center;
}

@media screen and (max-width: 480px) {
  .header-contact {
    text-align: center;
  }
}