/*
	Theme Name: Quotes
	Theme URI: http://glove.co.il/quotes
	Description: Quotes WordPress Theme
	Version: 3.0
	Author: Uri Chachick
	Author URI: http://www.urich.co.il
	Tags: Quotes, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
@font-face {
  font-family: "Noto Hebrew";
  font-style: normal;
  font-weight: 200;
  src: url(fonts/NotoSansHebrew-ExtraLight.ttf) format("truetype"); }
@font-face {
  font-family: "Noto Hebrew";
  font-style: normal;
  font-weight: 300;
  src: url(fonts/NotoSansHebrew-Light.ttf) format("truetype"); }
@font-face {
  font-family: "Noto Hebrew";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/NotoSansHebrew-Medium.ttf) format("truetype"); }
@font-face {
  font-family: "Noto Hebrew";
  font-style: normal;
  font-weight: 500;
  src: url(fonts/NotoSansHebrew-Regular.ttf) format("truetype"); }
@font-face {
  font-family: "Noto Hebrew";
  font-style: normal;
  font-weight: 600;
  src: url(fonts/NotoSansHebrew-SemiBold.ttf) format("truetype"); }
@font-face {
  font-family: "Noto Hebrew";
  font-style: normal;
  font-weight: 700;
  src: url(fonts/NotoSansHebrew-Bold.ttf) format("truetype"); }
@font-face {
  font-family: "Noto Hebrew";
  font-style: normal;
  font-weight: 800;
  src: url(fonts/NotoSansHebrew-ExtraBold.ttf) format("truetype"); }
@font-face {
  font-family: "Noto Hebrew";
  font-style: normal;
  font-weight: 900;
  src: url(fonts/NotoSansHebrew-Black.ttf) format("truetype"); }
* {
  box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }
  *:after {
    box-sizing: border-box;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility; }
  *:before {
    box-sizing: border-box;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility; }

html {
  font: 400 16px/1.2 "Noto Hebrew", Helvetica, Arial, sans-serif; }

body {
  font-size: 1rem;
  color: #444; }

.clear {
  *zoom: 1; }
  .clear:before {
    content: ' ';
    display: table; }
  .clear:after {
    content: ' ';
    display: table;
    clear: both; }

img {
  max-width: 100%;
  vertical-align: bottom; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: inherit;
    outline: 0; }
  a:focus {
    outline: 0; }
  a:active {
    outline: 0; }
  a img.alignright {
    float: right;
    margin: 5px 0 20px 20px; }
  a img.alignnone {
    margin: 5px 20px 20px 0; }
  a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0; }
  a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative; }

.container {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  position: relative; }

.header {
  background-color: #255c99;
  color: #fff;
  padding: 1rem 0;
  margin-bottom: 4rem; }
  .header .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .header .container .logo {
      padding: 0.5rem 0; }
    .header .container .titles {
      padding: 0 1rem; }
      .header .container .titles .title {
        font-size: 5rem;
        margin: 0;
        line-height: 1; }
      .header .container .titles .subtitle {
        font-size: 1.5rem;
        line-height: 1;
        margin: 0;
        font-weight: 400;
        color: #ccad8f; }

main article {
  margin-bottom: 4rem;
  font-weight: 300;
  font-size: 1.2rem; }
  main article h1 {
    color: #255c99;
    margin-bottom: 0.5rem; }
    main article h1 a {
      color: #255c99;
      text-decoration: none; }
  main article h2 {
    color: #255c99; }
    main article h2 a {
      color: #255c99;
      text-decoration: none; }
  main article blockquote {
    background-color: #b3001b;
    color: #fff;
    font-weight: 300;
    font-size: 2rem;
    padding: 0.5rem 2rem;
    margin: 0; }
    main article blockquote p {
      margin: 0; }
    main article blockquote cite {
      display: block;
      width: 100%;
      background: #255c99;
      color: #fff;
      font-size: 0.8rem;
      padding: 0.5rem;
      font-style: normal;
      margin-top: 1rem; }
      main article blockquote cite a {
        color: #fff;
        text-decoration: underline; }
  main article a {
    color: #255c99;
    text-decoration: underline; }
  main article p {
    margin: 0.5rem 0; }
  main article .p-details {
    background-color: #ccad8f;
    padding: 0.5rem;
    margin-bottom: 1.5rem;
    font-size: 0.8rem; }
main .pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 2rem 0; }
  main .pagination .page-numbers {
    background-color: #ccad8f;
    padding: 0.5rem 1rem;
    margin: 0 0.5rem; }
    main .pagination .page-numbers a {
      display: block; }
    main .pagination .page-numbers.dots {
      background-color: transparent; }
    main .pagination .page-numbers.current {
      background-color: #255c99;
      color: #fff; }

.home main article {
  margin-bottom: 0;
  padding: 2rem 1rem; }
  .home main article h2 {
    margin-top: 0; }
  .home main article:first-of-type {
    padding-top: 0; }
  .home main article:nth-of-type(2n) {
    background-color: #f7f7ff; }

.comments {
  background-color: #f7f7ff; }
  .comments ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-right: 1rem; }
    .comments ul li .comment-body {
      padding: 1rem 0; }
    .comments ul ul {
      border-right: 2px solid #b3001b; }

.footer {
  background-color: #255c99;
  color: #fff;
  padding: 1rem 0;
  margin-top: 4rem; }
  .footer a {
    color: inherit;
    text-decoration: underline; }

/*@font-face {
	font-family: $font_0;
	src: url('fonts/font-name.eot');
	src: url('fonts/font-name.eot?#iefix') format('embedded-opentype'), url('fonts/font-name.woff') format('woff'), url('fonts/font-name.ttf') format('truetype'), url('fonts/font-name.svg#font-name') format('svg');
	font-weight: normal;
	font-style: normal;
}*/
::selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none; }

::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none; }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }
  .wp-caption.alignnone {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignleft {
    margin: 5px 20px 20px 0; }
  .wp-caption.alignright {
    margin: 5px 0 20px 20px; }
  .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto; }
  .wp-caption .wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px; }

.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a {
    text-decoration: underline; }
    a:visited {
      text-decoration: underline; }

  pre {
    border: 1px solid #999;
    page-break-inside: avoid; }

  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr {
    page-break-inside: avoid; }

  img {
    page-break-inside: avoid;
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p {
    orphans: 3;
    widows: 3; }

  h2 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid; }

  h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid; }

  a[href]:after {
    content: "(" attr(href) ")"; }

  abbr[title]:after {
    content: "(" attr(title) ")"; }

  .ir a:after {
    content: ""; }

  a[href^="javascript:"]:after {
    content: ""; }

  a[href^="#"]:after {
    content: ""; } }
input:focus {
  outline: 0;
  border: 1px solid #04a4cc; }

div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

/*# sourceMappingURL=style.css.map */
