/**handles:themify-style**/
/*
Theme Name: Themify Base Child
Theme URI: http://themify.me/demo/themes/base
Template: themify-base
Author: Themify
Author URI: http://www.themify.me
Description: Themify Base is a simple minimal responsive theme which comes with many layout and customization options. It comes with 5 extra skins, but you can customize every element of theme with live preview - site logo image, navigation menu, background, color, font selection with over 600+ Google Fonts, post styling, layout containers, etc. Theme Demo: http://themify.me/demo/themes/base/
Tags: featured-images,translation-ready,custom-menu,left-sidebar,right-sidebar
Version: 1.2.4.1499439979
Updated: 2017-07-07 17:06:19

*/

/* Personalizaciones */
.single .post-title {
  font-size: 2em;
}
.post-title {
  font: lighter 2em/1.2em "Open Sans", sans-serif;
}
a {
  color: #1b23ba;
}
#site-description {
  display: none;
}
@media screen and (max-width: 760px){
  .mobile-button .icon-menu:before {
      content: ""!important;
      position: absolute;
      left: -28px;
      top: 0;
      width: 1em;
      height: 0.15em;
      background: black;
      box-shadow: 0 0.25em 0 0 black, 0 0.5em 0 0 black;
  }
}