/**
 * Vars
 */
/**
 * Includes
 */
/*
Theme Name: Namag Webstick Theme
Theme URI: http://www.webstick.co.il/
Author: Guy Ytzhak
Author URI: http://www.webstick.co.il/
Description: Wordpress Starter Theme By Webstick!
Version: 1.0.2
Text Domain: ws
*/
/** Main **/
@import url(//fonts.googleapis.com/earlyaccess/opensanshebrew.css);
body, html {
  font-family: 'Open Sans Hebrew', 'Arial', sans-serif;
  font-weight: normal;
  font-size: 10px;
  line-height: 1.35;
  -webkit-font-smoothing: antialiased;
  text-align: right;
  background-color: #fcb040;
  color: #08466a; }
  body.dark_scheme, html.dark_scheme {
    color: white; }
  body.rtl, html.rtl {
    text-align: right; }

html {
  height: 100%; }

body {
  padding-top: 10vh;
  padding-bottom: 120px;
  min-height: 100vh; }
  body.home, body.page-template-template-home {
    height: 100%; }
    @media all and (max-width: 600px) {
      body.home, body.page-template-template-home {
        height: auto; } }
    @media all and (max-width: 1023px) {
      body.home, body.page-template-template-home {
        padding: 85px 15px; } }
  body.dark_scheme {
    background: #08466a !important; }
  body.light_scheme {
    background: white !important; }
  @media all and (max-width: 1023px) {
    body {
      padding-top: 65px;
      padding-bottom: 65px; } }

a, a:hover, a:focus {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }

.screen-reader-text {
  position: absolute;
  top: -1000em; }

.screen-reader-text:focus {
  left: 6px;
  top: 7px;
  height: auto;
  width: auto;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 23px 14px;
  background: #f1f1f1;
  color: #0073aa;
  z-index: 100000;
  line-height: normal;
  text-decoration: none;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.container {
  max-width: 1650px;
  width: 94%; }
  @media all and (max-width: 1024px) {
    .container {
      width: 100%; } }

#header {
  background: #08466a;
  color: white;
  position: absolute;
  left: 0;
  top: 0;
  height: 10%;
  width: 100%;
  z-index: 99; }
  .dark_scheme #header {
    border-bottom: 4px solid white; }
  @media all and (max-width: 993px) {
    #header {
      height: 65px; } }
  .admin-bar #header {
    margin-top: 32px; }
  #header .logo {
    width: 33%;
    position: relative;
    padding: 0 4.57% 0 1.91%;
    height: auto; }
    @media all and (max-width: 993px) {
      #header .logo {
        width: 45%;
        margin-right: auto; } }
    @media all and (max-width: 768px) {
      #header .logo {
        padding-left: 25px;
        width: 100%; } }
    #header .logo .logo_shape {
      position: absolute;
      left: 0;
      top: 98%;
      width: 100%;
      height: auto; }
      #header .logo .logo_shape svg {
        height: 100%;
        width: 100%; }
      #header .logo .logo_shape .header_line {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: 0;
        top: 0;
        width: calc(100% + 6px);
        height: calc(100% + 6px);
        z-index: -1; }
        .dark_scheme #header .logo .logo_shape .header_line {
          opacity: 1;
          visibility: visible; }
      @media all and (max-width: 993px) {
        #header .logo .logo_shape {
          display: none; } }
    #header .logo a {
      display: block;
      position: absolute;
      top: 100%;
      left: 40%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 60%; }
      @media all and (max-width: 993px) {
        #header .logo a {
          position: static;
          -webkit-transform: translate(0, 0);
          -moz-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          -o-transform: translate(0, 0);
          transform: translate(0, 0);
          width: auto;
          height: 65px;
          padding: 10px 0;
          text-align: center;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center; } }
  #header #menu {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1 1 100%;
    -moz-box-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%; }
    @media all and (max-width: 993px) {
      #header #menu {
        width: 90px; } }
    #header #menu ul li {
      padding: 0 20px; }
      @media all and (max-width: 1460px) {
        #header #menu ul li {
          padding: 0 15px; } }
      @media all and (max-width: 1400px) {
        #header #menu ul li {
          padding: 0 12px; } }
      #header #menu ul li a {
        color: inherit;
        font-size: 2.5rem;
        font-weight: 400; }
        @media all and (max-width: 1400px) {
          #header #menu ul li a {
            font-size: 2.2rem; } }
      #header #menu ul li .dropdown-menu {
        text-align: right; }
        #header #menu ul li .dropdown-menu li {
          padding-top: 5px;
          padding-bottom: 5px; }
    #header #menu .navbar-toggler {
      outline: none;
      padding: 0;
      margin: -10px 25px 0; }
      @media all and (max-width: 993px) {
        #header #menu .navbar-toggler {
          margin-top: 0; } }
    @media all and (max-width: 993px) {
      #header #menu #navbarSupportedContent {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        position: fixed;
        left: 0;
        top: 65px;
        width: 100%;
        height: calc(100% - 65px) !important;
        background: white;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        color: #08466a;
        text-align: center; }
        #header #menu #navbarSupportedContent.show {
          opacity: 1;
          visibility: visible; }
        .admin-bar #header #menu #navbarSupportedContent {
          margin-top: 32px; }
        #header #menu #navbarSupportedContent ul li {
          padding: 10px 0; }
          #header #menu #navbarSupportedContent ul li a {
            padding: 5px; } }
  #header .negishut_header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 0 0 auto;
    -moz-box-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: auto; }
    @media all and (max-width: 1250px) {
      #header .negishut_header {
        display: none; } }
    #header .negishut_header h3, #header .negishut_header .color_change a {
      font-size: 2.5rem;
      font-weight: 400;
      margin-bottom: 0;
      /*@media all and (max-width: 1850px) {
				font-size: 3.2rem;
			}
			@media all and (max-width: 1750px) {
				font-size: 2.9rem;
			}
			@media all and (max-width: 1650px) {
				font-size: 2.5rem;
			}*/ }
      @media all and (max-width: 1400px) {
        #header .negishut_header h3, #header .negishut_header .color_change a {
          font-size: 2.2rem; } }
    #header .negishut_header .font_change {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      #header .negishut_header .font_change h3 {
        margin-left: 10px; }
      #header .negishut_header .font_change a {
        max-width: 40px;
        margin: 0 7px; }
        #header .negishut_header .font_change a svg {
          max-width: 100%;
          height: auto; }
      #header .negishut_header .font_change .st0 {
        fill: #fff; }
    #header .negishut_header .color_change {
      position: relative;
      margin-right: 15px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      #header .negishut_header .color_change a {
        color: inherit; }

.color_change_popup {
  position: absolute;
  top: 150%;
  left: 50%;
  width: 200px;
  padding: 15px;
  background: white;
  margin-left: -100px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .color_change_popup.active {
    visibility: visible;
    opacity: 1;
    top: 110%; }
  .light_scheme .color_change_popup {
    background: #fcb040; }
  .color_change_popup .before {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 30px solid white;
    position: absolute;
    left: 50%;
    bottom: 100%; }
    .light_scheme .color_change_popup .before {
      border-bottom-color: #fcb040; }
  .color_change_popup .color_change {
    margin: 0 !important;
    display: block; }

.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger.is-active:hover {
  opacity: 0.7; }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear; }

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important; }

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg); }

#page_content.home .home_box {
  margin: 0 50px;
  background: url(assets/images/box.png) 0 0 no-repeat;
  background-size: contain;
  width: 400px;
  height: 400px;
  border: 0.35vw solid #0880b8;
  -webkit-border-radius: 21.5%;
  -moz-border-radius: 21.5%;
  border-radius: 21.5%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .dark_scheme #page_content.home .home_box, .light_scheme #page_content.home .home_box {
    background: url(assets/images/blue_box.png) 0 0 no-repeat;
    background-size: contain; }
  .dark_scheme #page_content.home .home_box {
    border-color: white; }
  #page_content.home .home_box .inner_home_box {
    width: 100%;
    height: 100%; }
  @media all and (max-width: 1650px) {
    #page_content.home .home_box {
      width: 18%;
      flex: 0 0 18%;
      margin: 0;
      height: auto; }
      #page_content.home .home_box .inner_home_box {
        position: relative;
        width: 100%;
        height: 0;
        padding: 0 0 100%; }
        #page_content.home .home_box .inner_home_box > a {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%; } }
  @media all and (max-width: 992px) {
    #page_content.home .home_box {
      width: 23%;
      flex: 0 0 23%;
      border: 4px solid #0880b8; } }
  @media all and (max-width: 769px) {
    #page_content.home .home_box {
      border: 2px solid #0880b8; } }
  @media all and (max-width: 600px) {
    #page_content.home .home_box {
      width: 40%;
      flex: 0 0 40%;
      margin-bottom: 25px; } }
  @media all and (max-width: 450px) {
    #page_content.home .home_box {
      width: 80%;
      flex: 0 0 80%;
      margin-bottom: 25px; } }
  #page_content.home .home_box:hover {
    border-color: white; }
  #page_content.home .home_box span {
    color: white;
    padding: 0;
    display: inline-block;
    font-size: 5.5rem;
    font-weight: bold;
    line-height: 1.2; }
    @media all and (max-width: 1650px) {
      #page_content.home .home_box span {
        font-size: 3.4rem; } }
    @media all and (max-width: 1300px) {
      #page_content.home .home_box span {
        font-size: 2.8rem; } }
    @media all and (max-width: 992px) {
      #page_content.home .home_box span {
        font-size: 2.2rem; } }
    @media all and (max-width: 700px) {
      #page_content.home .home_box span {
        font-size: 1.9rem; } }
    @media all and (max-width: 450px) {
      #page_content.home .home_box span {
        font-size: 2.9rem; } }
  #page_content.home .home_box .text_one span {
    font-size: 6.5rem;
    color: #02476a; }
    @media all and (max-width: 1650px) {
      #page_content.home .home_box .text_one span {
        font-size: 4.2rem; } }
    @media all and (max-width: 1300px) {
      #page_content.home .home_box .text_one span {
        font-size: 3.4rem; } }
    @media all and (max-width: 992px) {
      #page_content.home .home_box .text_one span {
        font-size: 2.8rem; } }
    @media all and (max-width: 700px) {
      #page_content.home .home_box .text_one span {
        font-size: 2.4rem; } }
    @media all and (max-width: 450px) {
      #page_content.home .home_box .text_one span {
        font-size: 3.4rem; } }

#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fcb040;
  color: #08466a;
  height: 117px;
  line-height: 0.9;
  padding: 0 0 25px; }
  .dark_scheme #footer {
    background: #08466a;
    color: white; }
    .dark_scheme #footer .st0_arr, .dark_scheme #footer .mobile_icon .st0 {
      fill: white; }
    .dark_scheme #footer .mobile_icon .st1 {
      fill: #08466a; }
  .light_scheme #footer {
    background: white;
    color: #08466a; }
    .light_scheme #footer .st0_arr, .light_scheme #footer .mobile_icon .st0 {
      fill: #08466a; }
    .light_scheme #footer .mobile_icon .st1 {
      fill: white; }
  #footer p, #footer a {
    font-size: 7rem; }
  @media all and (max-width: 1600px) {
    #footer {
      height: 112px; }
      #footer p, #footer a {
        font-size: 6.45rem; } }
  @media all and (max-width: 1500px) {
    #footer {
      height: 107px; }
      #footer p, #footer a {
        font-size: 5.8rem; } }
  @media all and (max-width: 1400px) {
    #footer {
      height: 102px; }
      #footer p, #footer a {
        font-size: 5.3rem; } }
  @media all and (max-width: 1300px) {
    #footer {
      height: 97px; }
      #footer p, #footer a {
        font-size: 4.9rem; } }
  @media all and (max-width: 1210px) {
    #footer {
      height: 92px; }
      #footer p, #footer a {
        font-size: 4.3rem; } }
  @media all and (max-width: 1110px) {
    #footer {
      height: 87px; }
      #footer p, #footer a {
        font-size: 3.85rem; } }
  @media all and (max-width: 1023px) {
    #footer {
      background: #08466a;
      color: #fcb040;
      padding: 0;
      border: 0;
      height: auto; }
      #footer p, #footer a {
        font-size: 3.8rem; }
      #footer .st0_arr {
        fill: #fcb040; } }
  @media all and (max-width: 850px) {
    #footer {
      font-size: 3.4rem; }
      #footer p, #footer a {
        font-size: 3.4rem; } }
  @media all and (max-width: 767px) {
    #footer .st0_arr {
      display: none; } }
  #footer .container {
    border-top: 6px solid #08466a;
    border-bottom: 6px solid #08466a;
    height: 92px;
    padding: 7px 0; }
    .dark_scheme #footer .container {
      border-color: white; }
    .light_scheme #footer .container {
      border-color: #08466a; }
    @media all and (max-width: 1600px) {
      #footer .container {
        height: 87px; } }
    @media all and (max-width: 1500px) {
      #footer .container {
        height: 82px; } }
    @media all and (max-width: 1400px) {
      #footer .container {
        height: 77px; } }
    @media all and (max-width: 1300px) {
      #footer .container {
        height: 72px; } }
    @media all and (max-width: 1210px) {
      #footer .container {
        height: 67px; } }
    @media all and (max-width: 1110px) {
      #footer .container {
        height: 62px; } }
    @media all and (max-width: 1023px) {
      #footer .container {
        border: 0;
        height: auto; } }
    #footer .container #footer_arrow_left {
      width: 37px; }
      @media all and (max-width: 1023px) {
        #footer .container #footer_arrow_left {
          width: 20px; } }
    #footer .container p {
      margin: 0 10px 0 15px;
      padding: 0;
      letter-spacing: 12px; }
      @media all and (max-width: 1023px) {
        #footer .container p {
          letter-spacing: 4px;
          margin: 0 7px; } }
      @media all and (max-width: 767px) {
        #footer .container p {
          display: none; } }
      #footer .container p strong {
        letter-spacing: 2px; }
    #footer .container .phone {
      margin-right: 5px;
      font-weight: bolder; }
    #footer .container a {
      margin-right: auto;
      color: inherit;
      width: 462px; }
      @media all and (max-width: 767px) {
        #footer .container a {
          margin: 0 auto; } }
      @media all and (max-width: 1600px) {
        #footer .container a {
          width: 428px; } }
      @media all and (max-width: 1500px) {
        #footer .container a {
          width: 413px; } }
      @media all and (max-width: 1400px) {
        #footer .container a {
          width: 372px; } }
      @media all and (max-width: 1300px) {
        #footer .container a {
          width: 341px; } }
      @media all and (max-width: 1210px) {
        #footer .container a {
          width: 315px; } }
      @media all and (max-width: 1110px) {
        #footer .container a {
          width: 277px; } }
      @media all and (max-width: 1023px) {
        #footer .container a {
          width: 249px; } }
      @media all and (max-width: 850px) {
        #footer .container a {
          width: 226px; } }
      @media all and (max-width: 767px) {
        #footer .container a {
          width: auto; } }
    #footer .container .mobile_icon {
      margin-top: -22px;
      margin-bottom: -10px;
      max-height: none;
      height: 150%; }
      @media all and (max-width: 1023px) {
        #footer .container .mobile_icon {
          margin: -5px 0 0;
          height: 45px; } }
  #footer svg {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto; }

.negishut_trigger {
  position: fixed;
  top: 30%;
  right: -15px;
  z-index: 9; }
  @media all and (max-width: 993px) {
    .negishut_trigger {
      top: 0px;
      right: 80px;
      width: 80px;
      height: 65px;
      z-index: 99;
      position: absolute; }
      .admin-bar .negishut_trigger {
        margin-top: 32px; }
      .negishut_trigger svg {
        max-width: 100%;
        width: auto; } }
  @media all and (min-width: 992px) {
    .dark_scheme .negishut_trigger .bg .st0 {
      fill: #fcb040; } }
  @media all and (max-width: 1400px) {
    .negishut_trigger .bg {
      width: 80px;
      height: 50px; }
      .negishut_trigger .bg svg {
        max-width: 100%;
        max-height: 100%; } }
  .negishut_trigger .eye {
    position: absolute;
    top: 50%;
    left: 40%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media all and (max-width: 1400px) {
      .negishut_trigger .eye {
        max-height: 30px;
        left: 45%;
        top: 52%; }
        .negishut_trigger .eye svg {
          max-width: 100%;
          max-height: 30px; } }
    @media all and (max-width: 993px) {
      .negishut_trigger .eye {
        left: 50%;
        max-width: 45%; }
        .negishut_trigger .eye .st0 {
          fill: #fcb040; } }
    @media all and (min-width: 992px) {
      .negishut_trigger .eye .st0 {
        fill: #fcb040; }
        .dark_scheme .negishut_trigger .eye .st0 {
          fill: #08466a; }
        .light_scheme .negishut_trigger .eye .st0 {
          fill: #fff; } }

.negishut_bar {
  position: fixed;
  right: -100%;
  top: 22.5%;
  background: white;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 650px;
  padding: 35px;
  color: #08466a; }
  .negishut_bar .before {
    position: absolute;
    left: 100%;
    top: 32%; }
    .negishut_bar .before .st0 {
      fill: white; }
      .light_scheme .negishut_bar .before .st0 {
        fill: #08466a; }
  .light_scheme .negishut_bar {
    background: #08466a;
    color: white; }
  @media all and (max-width: 993px) {
    .negishut_bar {
      top: 65px;
      width: 100%;
      height: calc(100% - 65px);
      text-align: center; } }
  @media all and (max-width: 480px) {
    .negishut_bar {
      padding: 15px; } }
  .negishut_bar.active {
    right: 140px; }
    @media all and (max-width: 993px) {
      .negishut_bar.active {
        right: 0; } }
  .negishut_bar h3 {
    font-size: 32px;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 0; }
    @media all and (max-width: 993px) {
      .negishut_bar h3 {
        margin: 25px 0 15px; } }
    @media all and (max-width: 600px) {
      .negishut_bar h3 {
        font-size: 26px; } }
  .negishut_bar .font_change {
    margin: 0 0 20px; }
    .negishut_bar .font_change .reset,
    .negishut_bar .reset_almago {
      font-size: 26px;
      color: inherit;
      display: inline-block;
      vertical-align: middle; }
      @media all and (max-width: 600px) {
        .negishut_bar .font_change .reset,
        .negishut_bar .reset_almago {
          font-size: 20px; } }
    .negishut_bar .font_change .minus, .negishut_bar .font_change .plus {
      max-width: 55px;
      display: inline-block;
      vertical-align: middle;
      margin: 0 5px; }
      @media all and (max-width: 600px) {
        .negishut_bar .font_change .minus, .negishut_bar .font_change .plus {
          max-width: 40px; } }
      .negishut_bar .font_change .minus svg, .negishut_bar .font_change .plus svg {
        width: auto;
        height: auto;
        max-width: 100%; }
      .light_scheme .negishut_bar .font_change .minus .st0, .light_scheme .negishut_bar .font_change .plus .st0 {
        fill: white; }
  .negishut_bar .color_change .col-auto {
    -webkit-box-flex: 0 1 200px;
    -moz-box-flex: 0 1 200px;
    -webkit-flex: 0 1 200px;
    -ms-flex: 0 1 200px;
    flex: 0 1 200px; }
    @media all and (max-width: 850px) {
      .negishut_bar .color_change .col-auto {
        -webkit-box-flex: 0 1 33%;
        -moz-box-flex: 0 1 33%;
        -webkit-flex: 0 1 33%;
        -ms-flex: 0 1 33%;
        flex: 0 1 33%;
        padding: 0 10px; } }
  @media all and (max-width: 993px) {
    .negishut_bar .color_change .row {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; } }

h1 {
  margin: 0;
  font-size: 4.3rem; }
  @media all and (max-width: 1500px) {
    h1 {
      font-size: 3.8rem; } }
  @media all and (max-width: 1400px) {
    h1 {
      font-size: 3.3rem; } }
  @media all and (max-width: 1300px) {
    h1 {
      font-size: 3rem; } }
  @media all and (max-width: 992px) {
    h1 {
      margin: 0 0 0.35em; } }
  @media all and (max-width: 576px) {
    h1 {
      font-size: 2.8rem; } }
  @media all and (max-width: 480px) {
    h1 {
      font-size: 2.6rem; } }
  .archive h1 {
    font-size: 7.3rem;
    margin: 0 0 0.15em; }
    @media all and (max-width: 1500px) {
      .archive h1 {
        font-size: 6.3rem; } }
    @media all and (max-width: 1400px) {
      .archive h1 {
        font-size: 5.8rem; } }
    @media all and (max-width: 1300px) {
      .archive h1 {
        font-size: 5rem; } }
    @media all and (max-width: 992px) {
      .archive h1 {
        font-size: 4rem; } }
    @media all and (max-width: 768px) {
      .archive h1 {
        font-size: 3.4rem; } }
    @media all and (max-width: 576px) {
      .archive h1 {
        font-size: 3rem; } }
    @media all and (max-width: 480px) {
      .archive h1 {
        font-size: 2.8rem; } }

h2, h3 {
  font-size: 4.3rem; }
  @media all and (max-width: 1500px) {
    h2, h3 {
      font-size: 3.8rem; } }
  @media all and (max-width: 1400px) {
    h2, h3 {
      font-size: 3.3rem; } }
  @media all and (max-width: 1300px) {
    h2, h3 {
      font-size: 3rem; } }
  @media all and (max-width: 992px) {
    h2, h3 {
      font-size: 2.6rem; } }
  @media all and (max-width: 768px) {
    h2, h3 {
      font-size: 2.4rem; } }
  @media all and (max-width: 576px) {
    h2, h3 {
      font-size: 2.2rem; } }
  @media all and (max-width: 480px) {
    h2, h3 {
      font-size: 2rem; } }

.entry_content h2 {
  font-size: 3.8rem; }
  @media all and (max-width: 1500px) {
    .entry_content h2 {
      font-size: 3.3rem; } }
  @media all and (max-width: 1400px) {
    .entry_content h2 {
      font-size: 3rem; } }
  @media all and (max-width: 1300px) {
    .entry_content h2 {
      font-size: 2.7rem; } }
  @media all and (max-width: 992px) {
    .entry_content h2 {
      font-size: 2.3rem; } }
  @media all and (max-width: 768px) {
    .entry_content h2 {
      font-size: 2.1rem; } }
  @media all and (max-width: 576px) {
    .entry_content h2 {
      font-size: 1.9rem; } }
  @media all and (max-width: 480px) {
    .entry_content h2 {
      font-size: 1.75rem; } }

.entry_content h3 {
  font-size: 3.4rem; }
  @media all and (max-width: 1500px) {
    .entry_content h3 {
      font-size: 3rem; } }
  @media all and (max-width: 1400px) {
    .entry_content h3 {
      font-size: 2.7rem; } }
  @media all and (max-width: 1300px) {
    .entry_content h3 {
      font-size: 2.3rem; } }
  @media all and (max-width: 992px) {
    .entry_content h3 {
      font-size: 2rem; } }
  @media all and (max-width: 768px) {
    .entry_content h3 {
      font-size: 1.85rem; } }
  @media all and (max-width: 576px) {
    .entry_content h3 {
      font-size: 1.6rem; } }
  @media all and (max-width: 480px) {
    .entry_content h3 {
      font-size: 1.35rem; } }

.entry_content h4 {
  font-size: 3rem; }
  @media all and (max-width: 1500px) {
    .entry_content h4 {
      font-size: 2.6rem; } }
  @media all and (max-width: 1400px) {
    .entry_content h4 {
      font-size: 2.3rem; } }
  @media all and (max-width: 1300px) {
    .entry_content h4 {
      font-size: 2rem; } }
  @media all and (max-width: 992px) {
    .entry_content h4 {
      font-size: 1.6rem; } }
  @media all and (max-width: 768px) {
    .entry_content h4 {
      font-size: 1.35rem; } }
  @media all and (max-width: 576px) {
    .entry_content h4 {
      font-size: 1.2rem; } }
  @media all and (max-width: 480px) {
    .entry_content h4 {
      font-size: 1.1rem; } }

#page_content {
  min-height: 100%;
  padding-top: 10vh; }
  @media all and (max-width: 1023px) {
    #page_content {
      padding-top: 50px; } }
  @media all and (max-width: 768px) {
    #page_content {
      padding-top: 30px; } }
  #page_content.index {
    font-size: 3.3rem; }
    @media all and (max-width: 1366px) {
      #page_content.index {
        font-size: 3rem; } }
    @media all and (max-width: 1200px) {
      #page_content.index {
        font-size: 2.8rem; } }
    @media all and (max-width: 992px) {
      #page_content.index {
        font-size: 2.4rem; } }
    @media all and (max-width: 768px) {
      #page_content.index {
        font-size: 2.2rem; } }
    @media all and (max-width: 576px) {
      #page_content.index {
        font-size: 2rem; } }
    @media all and (max-width: 480px) {
      #page_content.index {
        font-size: 1.8rem; } }
  #page_content.home {
    padding-top: 80px; }
    #page_content.home .front_page_content {
      font-size: 9.3rem; }
      @media all and (max-width: 1500px) {
        #page_content.home .front_page_content {
          font-size: 7.3rem; } }
      @media all and (max-width: 1366px) {
        #page_content.home .front_page_content {
          font-size: 6.3rem; } }
      @media all and (max-height: 650px) {
        #page_content.home .front_page_content {
          font-size: 6rem; } }
      @media all and (max-width: 1230px) {
        #page_content.home .front_page_content {
          font-size: 5.5rem; } }
      @media all and (max-width: 1100px) {
        #page_content.home .front_page_content {
          font-size: 4.5rem; } }
      @media all and (max-width: 700px) {
        #page_content.home .front_page_content {
          font-size: 3.8rem; } }
      @media all and (max-width: 600px) {
        #page_content.home .front_page_content {
          font-size: 3.4rem; } }
  #page_content.page_404 .wrapper_404 {
    width: 480px;
    max-width: 100%;
    border-top: 13px dashed #08466a;
    padding: 10px 0 0;
    text-align: center;
    font-weight: bold;
    line-height: 1; }
    @media all and (max-width: 1300px) {
      #page_content.page_404 .wrapper_404 {
        border-top: 10px dashed #08466a; } }
    @media all and (max-width: 992px) {
      #page_content.page_404 .wrapper_404 {
        border-top: 8px dashed #08466a; } }
    @media all and (max-width: 576px) {
      #page_content.page_404 .wrapper_404 {
        border-top: 6px dashed #08466a; } }
    #page_content.page_404 .wrapper_404 .error {
      font-size: 8.7rem;
      font-weight: normal; }
      @media all and (max-width: 1300px) {
        #page_content.page_404 .wrapper_404 .error {
          font-size: 7.7rem; } }
      @media all and (max-width: 992px) {
        #page_content.page_404 .wrapper_404 .error {
          font-size: 6.7rem; } }
      @media all and (max-width: 576px) {
        #page_content.page_404 .wrapper_404 .error {
          font-size: 5.7rem; } }
    #page_content.page_404 .wrapper_404 .error_404 {
      font-size: 12.3rem;
      border-bottom: 13px dashed #08466a;
      padding-bottom: 10px;
      margin-bottom: 10px; }
      @media all and (max-width: 1300px) {
        #page_content.page_404 .wrapper_404 .error_404 {
          font-size: 11rem;
          border-bottom: 10px dashed #08466a; } }
      @media all and (max-width: 992px) {
        #page_content.page_404 .wrapper_404 .error_404 {
          font-size: 9.5rem;
          border-bottom: 8px dashed #08466a; } }
      @media all and (max-width: 576px) {
        #page_content.page_404 .wrapper_404 .error_404 {
          font-size: 8.5rem;
          border-bottom: 6px dashed #08466a; } }
    #page_content.page_404 .wrapper_404 .msg {
      font-size: 2.4rem; }
      @media all and (max-width: 576px) {
        #page_content.page_404 .wrapper_404 .msg {
          font-size: 2rem; } }
    #page_content.page_404 .wrapper_404 .msg_bold {
      font-size: 3.2rem; }
      @media all and (max-width: 576px) {
        #page_content.page_404 .wrapper_404 .msg_bold {
          font-size: 2.6rem; } }
    #page_content.page_404 .wrapper_404 .search-form {
      margin-top: 10px;
      height: 70px; }
      @media all and (max-width: 576px) {
        #page_content.page_404 .wrapper_404 .search-form {
          height: 55px; } }
      #page_content.page_404 .wrapper_404 .search-form label {
        flex: 1 1 100%;
        padding: 0;
        margin: 0;
        background: transparent; }
        #page_content.page_404 .wrapper_404 .search-form label input {
          padding: 0 7px;
          margin: 0;
          background: transparent;
          font-size: 2.4rem;
          border: 6px solid #08466a;
          width: 100%;
          height: 100%; }
          @media all and (max-width: 992px) {
            #page_content.page_404 .wrapper_404 .search-form label input {
              font-size: 2.2rem;
              border: 4px solid #08466a; } }
          @media all and (max-width: 576px) {
            #page_content.page_404 .wrapper_404 .search-form label input {
              font-size: 2rem;
              border: 3px solid #08466a; } }
      #page_content.page_404 .wrapper_404 .search-form button {
        flex: 0 0 70px;
        padding: 0;
        margin: 0;
        background: #08466a;
        border: 0; }
        @media all and (max-width: 576px) {
          #page_content.page_404 .wrapper_404 .search-form button {
            flex: 0 0 55px; } }

.archive .archive_posts_wrraper {
  margin-bottom: 25px; }

.archive .post {
  background: #ffd890;
  padding: 15px 25px;
  font-size: 3.3rem;
  margin: 0 0 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .dark_scheme .archive .post, .light_scheme .archive .post {
    color: white;
    background: transparent; }
    .dark_scheme .archive .post:nth-child(2n), .light_scheme .archive .post:nth-child(2n) {
      background: #c3c6d2;
      color: #08466a; }
  .light_scheme .archive .post {
    color: #08466a; }
  @media all and (max-width: 1500px) {
    .archive .post {
      font-size: 2.8rem; } }
  @media all and (max-width: 1400px) {
    .archive .post {
      font-size: 2.6rem; } }
  @media all and (max-width: 1300px) {
    .archive .post {
      font-size: 2.4rem; } }
  @media all and (max-width: 992px) {
    .archive .post {
      font-size: 2.2rem; } }
  @media all and (max-width: 768px) {
    .archive .post {
      font-size: 20px; } }
  @media all and (max-width: 576px) {
    .archive .post {
      font-size: 1.8rem; } }
  body:not(.dark_scheme):not(.light_scheme) .archive .post:hover {
    background: #ffeebc; }
  .archive .post h2, .archive .post h3 {
    margin: 0 0 0.2em; }
  .archive .post p {
    margin: 0;
    padding: 0; }
  .archive .post a {
    color: inherit;
    display: block; }
  .archive .post .continue_reading {
    float: left;
    color: inherit; }

.archive.more_posts h2 {
  font-size: 5.3rem;
  margin: 0.5em 0 0.2em; }
  @media all and (max-width: 1500px) {
    .archive.more_posts h2 {
      font-size: 4.8rem; } }
  @media all and (max-width: 1400px) {
    .archive.more_posts h2 {
      font-size: 4.3rem; } }
  @media all and (max-width: 1300px) {
    .archive.more_posts h2 {
      font-size: 4rem; } }
  @media all and (max-width: 992px) {
    .archive.more_posts h2 {
      font-size: 3.6rem; } }
  @media all and (max-width: 768px) {
    .archive.more_posts h2 {
      font-size: 3.2rem; } }
  @media all and (max-width: 576px) {
    .archive.more_posts h2 {
      font-size: 2.8rem; } }
  @media all and (max-width: 480px) {
    .archive.more_posts h2 {
      font-size: 2.4rem; } }

.wpcf7 label {
  display: block; }

.wpcf7 input, .wpcf7 select, .wpcf7 textarea {
  border: 2px solid #08466a;
  background: white;
  color: #08466a;
  display: block;
  padding: 0 7px; }

.wpcf7 textarea {
  height: 120px; }

.wpcf7 input[type="submit"] {
  background: #08466a;
  color: white;
  padding: 5px 55px;
  border: 0;
  margin: 10px 0 0; }

/*# sourceMappingURL=style.css.map */


/* ALMAGO */

div.post {
  cursor: pointer;
}

body.logged-in .almago { 
	outline: 1px solid yellow;
	box-shadow: 0px 0px 10px 5px rgba(255, 255, 0, 0.5);
}

body.logged-in .almago-playing {
	outline: 1px solid red;
	box-shadow: 0px 0px 10px 5px rgba(255, 0, 0, 0.5);
}


