@charset "UTF-8";
@import url("../follet/style.css");
/**
 * Aletheia
 *
 * A fully responsive, customizable, translation-ready and extendable child
 * theme. As its parent, Aletheia is SEO friendly via schema.org microdata, and
 * compatible with all post formats. It features intelligent widget areas, which
 * won't show if no widgets are  attached to them. Customizable via WordPress
 * Customizer and a lot of easy-to-use options under the hood. Clean and lean
 * PHP, HTML, CSS and JS code, written by WordPress Coding Standards. Works
 * impressively well right out of the box.
 *
 * @package   Aletheia_Child_Theme
 * @version   1.0.2
 * @author    Andres Villarreal <andrezrv@gmail.com>
 * @license   GNU General Public License
 * @link      http://github.com/andrezrv/aletheia
 * @copyright 2014 Andres Villarreal
 *
 * @wordpress-theme
 * Theme Name: Aletheia
 * Theme URI: http://aletheiademo.andrezrv.com
 * Author: Andr&eacute;s Villarreal
 * Author URI: http://www.andrezrv.com
 * Description: A fully responsive, customizable, translation-ready and extendable child theme. As its parent, Follet, Aletheia is SEO friendly via schema.org microdata, and compatible with all post formats. It features intelligent widget areas, which won't show if no widgets are attached to them. Customizable via WordPress Customizer and a lot of easy-to-use options under the hood. Clean and lean PHP, HTML, CSS and JS code, written by WordPress Coding Standards. Works impressively well right out of the box.
 * Version: 1.0.2
 * Template: follet
 * License: GNU General Public License
 * License URI: license.txt
 * Text Domain: aletheia_theme
 * Domain Path: /languages/
 * Tags: red, grey, white, custom-colors, custom-background, custom-header, custom-menu, editor-style, featured-images, full-width-template, right-sidebar, light, photoblogging, responsive-layout, sticky-post, threaded-comments, translation-ready, two-columns, one-column
 */
/* =============================================================================
   Hacks to main style.
   ========================================================================== */
#main-header {
  background-position: 0 0;
  min-height: 345px;
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}
#main-header .site-branding {
  min-height: 0;
  padding: 40px 0;
}

#content {
  margin-top: -165px;
}

#breadcrumbs,
.page-header,
.navigation.post-navigation,
#comments {
  margin-bottom: 45px;
  padding: 15px 20px;
}

.landing-page .page-title {
  margin-top: 15px;
}

#primary,
#secondary {
  margin: 30px 0;
  padding: 0 30px;
}

#primary {
  padding-right: 0;
}
#primary article {
  margin-bottom: 45px;
}
#primary article .entry-thumbnail {
  margin: 0;
  padding: 0;
}
#primary article header {
  margin: 0;
  padding: 20px 10px 20px 20px;
}
#primary article .entry-content,
#primary article .entry-summary {
  padding: 20px;
}
#primary article footer {
  padding: 20px;
}

#secondary .widget {
  margin-bottom: 45px;
  padding: 0 20px 20px;
}
#secondary .widget .widget-title {
  padding: 10px 0;
}
#secondary .widget .widget-title + .separator {
  margin-left: -20px;
  margin-right: -20px;
}

#secondary .widget .widget-title,
#footer .widget .widget-title {
  padding-left: 0;
  padding-right: 0;
}

.btn {
  border-radius: 2px;
}
#back-to-top .btn {
  border-radius: 0;
}

@media screen and (max-width: 782px) {
  #primary {
    padding-right: 30px;
  }
}
