/*
Theme Name:     Twenty Twelve Child
Theme URI:      http://www.tipsandtricks-hq.com/personal-twenty-twelve-child-theme-for-wordpress-6747
Description:    A colorful, clean and minimalistic Twenty Twelve child theme for personal bloggers
Author:         Tips and Tricks HQ
Template:       twentytwelve                             
Version:        1.2
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, custom-background, custom-header, featured-images, sticky-post
*/

@import url("../twentytwelve/style.css");

/* add your custom CSS below */

/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-size: 18px;
}*/

body {
  /*font-family: "Inter", sans-serif;*/
  /*font-optical-sizing: auto;*/
  /*font-weight: 400;*/
  /*font-style: normal;*/
  /*background-color: l2green !important;*/
}

body {
  font-family: "Inter", sans-serif !important;
  font-size: 1.6em;
  font-weight: 400; 
  /*word-break: keep-all !important;*/
/*  hyphens: none !important;*/
}

.site-content article {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}

.entry-content h3, .comment-content h3 {
  font-size: 1.4em;
  line-height: 1.2;
}

.widget-area .widget p, .widget-area .widget li, .widget-area .widget .textwidget {
  line-height: 1.4;
}

.entry-content, .entry-content p, .entry-summary p, .comment-content p, .mu_register p, .entry-content ul {
  line-height: 1.2;
}

.menu-item > a, .cat-item > a {
  font-size: 1.5em;
  line-height: 1.2;
}

footer.entry-meta {
  font-size: 0.8em;
  line-height: 1.2;
}

/*
h1.entry-title {
  font-size: 28px;
}
*/

/*h1.entry-title {
  font-family: "Inter", sans-serif;
  font-weight: 400; 
}*/


@media screen and (min-width: 600px) {
  .main-navigation li a { text-transform: none;
  }
  .site {
    margin: 0 auto;
    max-width: 1024px;
    /*max-width: 68.571428571rem;*/
    overflow: hidden;
  }
  .site-content {
    width: 73%;
  }
  .widget-area {
    width: 23%;
  }
  .entry-header > h1.entry-title {
    font-size: 1.5em;
    line-height: 1.2;
  }
}

img.header-image {
  box-shadow: none;
}

.wp-block-heading {
  margin-bottom: 4px !important;
}

.entry-header > h1.entry-title {
  padding: 5px 0px 5px 0px;
  margin: 0px 0px 12px 0px;
  color: white;
  background-color: #00426f;
}

.entry-header > h1.entry-title a {
  color: inherit;
  background-color: inherit;

white-space: normal;
word-break: normal;
overflow-wrap: normal;
hyphens: none;
}

.post-meta {
  font-size: 0.8em;
  font-style: italic;
}

.post-meta-extended {
  line-height: 1.4;
}

.archive-title {
  text-transform: none;
  font-size: 32px;
  line-height: 1.2;
}

.archive-meta > p {
  font-size: 22px;
  line-height: 1.2;
}

blockquote, .cite {
  font-size: 0.8em;
  width: 84%;
  margin: 50px auto;
  font-style: normal !important;
  color: #555555;
  /*padding: 1.2em 30px 1.2em 75px;*/
  padding: 24px;
  border-left: 8px solid #59b8e0;
  line-height: 1.6;
  position: relative;
  background: #EDEDED;
}

blockquote::before, .cite::before {
  content: "\201C";
  color: #59b8e0;
  font-size: 2em;
  position: absolute;
  left: 10px;
  top: -10px;
}

blockquote::after, .cite::after {
  content: '';
}

/*blockquote span, .cite span {
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}*/

