/*
 Theme Name:   Minamaze Child
 Theme URI:    http://www.everythingcli.org
 Description:  Minamaze Child Theme
 Author:       Cytopia
 Author URI:   http://www.everythingcli.org
 Template:     minamaze
 Version:      1.2.1
 License:      GNU General Public License
 License URI:  /licenses/license.txt
 Tags:         black, dark, red, one-column, two-columns, three-columns, right-sidebar, left-sidebar, fixed-layout, responsive-layout, fluid-layout, custom-header, custom-menu, full-width-template, theme-options, threaded-comments, editor-style, featured-images, featured-image-header, post-formats, sticky-post, translation-ready, flexible-header, gray, light, white, custom-background
 Text Domain:  minamaze child
*/




/* patu */
body {
        font-size:16px !important;
    line-height: 28px !important;
        /*font-size:24px;*/
        /*font-family: 'proxima-nova', sans-serif;*/
        -webkit-font-smoothing: antialiased;
        color: #555;

}
body.single-post p {
        margin: 0 0 22px 0;
        font-size: 16px !important;
}
body.home {
        font-size:14px !important;
    line-height: 24px !important;
}
body .codebox-style {
        font-size: 14px !important;
        /*padding:10px;*/
        /*border: 1px solid #cecece;*/
        background-color: #f6f6f6 !important;
        margin: 0 0 28px 0 !important;
}
.codebox-style table tbody tr td.code .container {
        padding: 10px !important;
}
.codebox-style table tbody tr td.code .container div {
        background-color: #f6f6f6 !important;
        font-family: monospace,monospace !important;
}
nav {
        font-size:12px;
}
pre {
  display: block;
  margin: 0 0 28px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  white-space: pre;
  word-wrap: normal;
  overflow: auto !important;
  background-color: #f6f6f6;
  background: #f6f6f6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 13px 17px;
  font-size: 14px;
  margin-top: 28px;
}
body.single-post h1.page-title span{
        margin: 1.8em 0 0.8em;
        font-size: 32px !important;
        font-weight: 400px !important;
    line-height: 48px !important;
}
body.single-post h2 {
        margin: 1.8em 0 0.8em;
        font-size: 28px !important;
        font-weight: 400px !important;
}
