/*
	Theme Name: Glove
	Theme URI: http://www.glove.co.il
	Description: Glove WordPress Theme
	Version: 1.0.0
	Author: Uri Chachick
	Author URI: http://www.urich.co.il
	Tags: Glove, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
* {
  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; }
  *:focus {
    outline: 1px solid #0000cc !important; }

html {
  font-size: 16px; }
  @media screen and (max-width: 768px) {
    html {
      font-size: 3vw; } }

body {
  font: 300 1rem/1.4 "Noto-Sans", Arial, sans-serif;
  background-color: #000;
  color: #fff; }

.mainbg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  background-image: url("img/main_bg.jpg");
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: fixed; }

.clear {
  *zoom: 1; }
  .clear:before {
    content: ' ';
    display: table; }
  .clear:after {
    content: ' ';
    display: table;
    clear: both; }

img {
  max-width: 100%;
  vertical-align: bottom; }

a {
  color: #cedcff;
  text-decoration: none; }
  a:hover {
    color: #cedcff;
    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 {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  position: relative; }

.header {
  padding: 0; }

.logo {
  max-width: 200px;
  padding: 2rem 0; }

.nav {
  background-color: #000;
  width: 100%; }
  .nav ul {
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    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: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .nav ul li {
      border-left: 1px solid #fff;
      min-width: 6rem;
      text-align: center;
      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: center;
      -moz-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .nav ul li:hover {
        background-color: #333; }
      .nav ul li a {
        display: block;
        padding: 1rem; }
      .nav ul li.current-menu-item {
        background-color: #fff;
        color: #333; }
        .nav ul li.current-menu-item a {
          color: inherit; }

main {
  background-color: #fff;
  padding: 1rem;
  color: #333; }
  main h1 {
    background-color: #000;
    padding: 0.5rem 1rem;
    color: #fff; }
  main a {
    color: #0000cc; }
  main .archive_wrapper {
    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: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    main .archive_wrapper article {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      -webkit-flex: 0 0 29%;
      -ms-flex: 0 0 29%;
      flex: 0 0 29%;
      margin: 0 2%; }
      @media screen and (max-width: 768px) {
        main .archive_wrapper article {
          -webkit-box-flex: 0;
          -moz-box-flex: 0;
          -webkit-flex: 0 0 46%;
          -ms-flex: 0 0 46%;
          flex: 0 0 46%;
          margin: 0 2%;
          font-size: 0.6rem; } }
      @media screen and (max-width: 450px) {
        main .archive_wrapper article {
          -webkit-box-flex: 0;
          -moz-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          margin: 0;
          font-size: 1.4rem; } }
      main .archive_wrapper article .article-inner {
        margin: 1rem 0 2rem;
        border: 3px solid #ddd;
        position: relative; }
      main .archive_wrapper article .wp-post-image {
        max-width: 100%; }
      main .archive_wrapper article h2 {
        position: absolute;
        color: #fff;
        bottom: 0;
        right: 0;
        width: 104%;
        margin: 5% -2%;
        border-top: 3px solid #fff;
        border-bottom: 3px solid #fff;
        background-color: rgba(0, 0, 0, 0.85);
        text-align: center; }
        main .archive_wrapper article h2 a {
          color: inherit;
          display: block;
          padding: 0.5rem; }
      main .archive_wrapper article .cats {
        position: absolute;
        top: 0;
        right: 0;
        width: 94%;
        margin: 0 3%;
        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: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -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: stretch;
        -moz-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        font-size: 0.9rem;
        transform: translateY(-50%); }
        main .archive_wrapper article .cats .cat {
          background-color: #000;
          color: #fff;
          margin: 0.2rem; }
          @media screen and (max-width: 768px) {
            main .archive_wrapper article .cats .cat {
              margin: 0.1rem;
              font-size: 0.7rem; } }
          main .archive_wrapper article .cats .cat a {
            color: inherit;
            display: block;
            padding: 0.1rem 0.5rem; }
      main .archive_wrapper article:hover .wp-post-image {
        opacity: 0.5; }
      main .archive_wrapper article:hover h2 {
        background-color: black;
        border-top: 3px solid #cedcff;
        border-bottom: 3px solid #cedcff; }
        main .archive_wrapper article:hover h2 a {
          color: #cedcff; }
      main .archive_wrapper article:nth-of-type(odd) h2 {
        transform: rotate(2deg); }
      main .archive_wrapper article:nth-of-type(even) h2 {
        transform: rotate(-2deg); }

.page-template-template-home header {
  margin-top: 10rem;
  max-width: none; }
  .page-template-template-home header .logo {
    max-width: none; }
  @media screen and (max-height: 1500px) {
    .page-template-template-home header {
      margin-top: 5rem; } }
  @media screen and (max-height: 1280px) {
    .page-template-template-home header {
      margin-top: 2rem; } }
.page-template-template-home main {
  background-color: transparent; }
  .page-template-template-home main a {
    color: #cedcff; }
.page-template-template-home .nav_links {
  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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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; }
  @media screen and (max-width: 450px) {
    .page-template-template-home .nav_links {
      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: vertical;
      -moz-box-orient: vertical;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -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: stretch;
      -moz-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; } }
  .page-template-template-home .nav_links .nav_link {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 33%;
    -ms-flex: 1 0 33%;
    flex: 1 0 33%;
    color: #fff;
    padding: 1.5rem 0;
    margin: 0;
    position: relative;
    font-size: 2.5rem;
    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: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .page-template-template-home .nav_links .nav_link {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1 0 50%;
        -ms-flex: 1 0 50%;
        flex: 1 0 50%; } }
    @media screen and (max-width: 450px) {
      .page-template-template-home .nav_links .nav_link {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 100%; } }
    .page-template-template-home .nav_links .nav_link .icon {
      font-size: 3em; }
    .page-template-template-home .nav_links .nav_link a.overlay {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      display: block;
      font-size: 0; }
      .page-template-template-home .nav_links .nav_link a.overlay:hover {
        background-color: rgba(255, 255, 255, 0.1); }

.single .post_thumb {
  background-color: #666;
  text-align: center; }
.single .cats {
  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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 0.9rem; }
  .single .cats .cat {
    background-color: #000;
    color: #fff;
    margin: 0.2rem; }
    .single .cats .cat a {
      color: inherit;
      display: block;
      padding: 0.1rem 0.5rem; }
.single .metapost {
  font-size: 0.8rem;
  background-color: #ccc;
  padding: 1px 1rem; }
  .single .metapost p {
    margin: 0.5rem 0; }

.footer {
  text-align: center;
  margin: 2rem 0; }
  .footer a.button {
    background-color: #fff;
    color: #000;
    display: inline-block;
    margin: 0 auto;
    padding: 1rem 2rem;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    width: 60%; }
    .footer a.button:hover {
      -webkit-box-shadow: 0px 0px 19px 0px #f8facb;
      -moz-box-shadow: 0px 0px 19px 0px #f8facb;
      box-shadow: 0px 0px 19px 0px #f8facb; }

.comments ul {
  list-style-type: none; }
  .comments ul li {
    clear: both;
    border-right: 1px solid #ccc;
    padding-right: 0.5rem; }
    .comments ul li .comment-author img {
      float: left; }
.comments #commentform > p:not(:first-child) {
  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; }
  .comments #commentform > p:not(:first-child) label {
    flex: 0 0 100px; }
  .comments #commentform > p:not(:first-child) textarea, .comments #commentform > p:not(:first-child) input {
    flex: 1 1 auto; }

@font-face {
  font-family: "Noto-Sans";
  src: url("fonts/NotoSansHebrew-Regular.ttf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Noto-Sans";
  src: url("fonts/NotoSansHebrew-Bold.ttf");
  font-weight: bold;
  font-style: normal; }
::selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none; }

::-webkit-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 */
