/*!
Theme Name: YOW VR 2020
Theme URI: https://www.yowvr.com/
Author: Nate Peretz
Description: Custom Wordpress theme made for YOW VR.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: yowvr-2020
Tags: corporate

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

YOW VR 2020 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
@import url(//fonts.googleapis.com/earlyaccess/opensanshebrew.css);
@import url(//fonts.googleapis.com/earlyaccess/opensanshebrew.css);
/* line 5, scss/_reset.scss */
html, body {
  font-family: 'Open Sans Hebrew', sans-serif;
  font-size: 18px;
}
/* line 8, scss/_reset.scss */
html .entry-content, body .entry-content {
  font-size: 20px;
}

/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 19, scss/_reset.scss */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 31, scss/_reset.scss */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 40, scss/_reset.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 53, scss/_reset.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 64, scss/_reset.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 76, scss/_reset.scss */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 85, scss/_reset.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 95, scss/_reset.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 105, scss/_reset.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
/* line 116, scss/_reset.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 125, scss/_reset.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 133, scss/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 137, scss/_reset.scss */
sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 148, scss/_reset.scss */
img {
  max-width: 100%;
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 161, scss/_reset.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 177, scss/_reset.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 187, scss/_reset.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 196, scss/_reset.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 207, scss/_reset.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 219, scss/_reset.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 230, scss/_reset.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
/* line 241, scss/_reset.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 254, scss/_reset.scss */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 262, scss/_reset.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 271, scss/_reset.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 281, scss/_reset.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 291, scss/_reset.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 300, scss/_reset.scss */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 309, scss/_reset.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 321, scss/_reset.scss */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 329, scss/_reset.scss */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 340, scss/_reset.scss */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
/* line 348, scss/_reset.scss */
[hidden] {
  display: none;
}

/* line 352, scss/_reset.scss */
p {
  margin: 10px 0;
}

/* line 6, scss/_colors.scss */
.bg-blue {
  background: #64a6c9;
}

/* line 7, scss/_colors.scss */
.bg-darkblue {
  background: #05141F;
}

/* line 8, scss/_colors.scss */
.bg-textblue {
  background: #104161;
}

/* line 9, scss/_colors.scss */
.bg-lightblue {
  background: #1FE5FF;
}

/* line 11, scss/_colors.scss */
.blue {
  color: #64a6c9;
}
/* line 13, scss/_colors.scss */
.blue * {
  color: #64a6c9;
}

/* line 16, scss/_colors.scss */
.darkblue {
  color: #05141F;
}
/* line 18, scss/_colors.scss */
.darkblue * {
  color: #05141F;
}

/* line 21, scss/_colors.scss */
.textblue {
  color: #104161;
}
/* line 23, scss/_colors.scss */
.textblue * {
  color: #104161;
}

/* line 26, scss/_colors.scss */
.lightblue {
  color: #1FE5FF;
}
/* line 28, scss/_colors.scss */
.lightblue * {
  color: #1FE5FF;
}

/* line 31, scss/_colors.scss */
.white {
  color: #fff;
}
/* line 33, scss/_colors.scss */
.white * {
  color: #fff;
}

/* line 1, scss/_containers.scss */
#page {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

/* line 7, scss/_containers.scss */
.container {
  position: relative;
  width: 74%;
  margin: 0 auto !important;
}

/* line 1, scss/_typography.scss */
h1 {
  font-size: 32px !important;
  line-height: 125.2% !important;
  font-weight: 500;
  font-style: normal;
}

/* line 8, scss/_typography.scss */
h2 {
  font-size: 24px !important;
  line-height: 111.2% !important;
  font-weight: bold;
  font-style: normal;
}

/* line 15, scss/_typography.scss */
.big-text {
  font-size: 48px;
  line-height: 125.2%;
  font-weight: bold;
  font-style: normal;
}
/* line 21, scss/_typography.scss */
.big-text * {
  font-size: 48px;
  line-height: 125.2%;
  font-weight: bold;
  font-style: normal;
}

/* line 3, scss/_general.scss */
html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Open Sans Hebrew', sans-serif !important;
  font-size: 20px;
  text-align: right;
  direction: rtl;
}

/* line 14, scss/_general.scss */
.post, .page {
  margin: 0 !important;
}

/* line 16, scss/_general.scss */
.vc_row:not(.container) {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* line 20, scss/_general.scss */
.vc_column-inner {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

/* line 24, scss/_general.scss */
.vc_col-sm-4 h1 {
  color: #64a6c9;
}

/* line 25, scss/_general.scss */
.wpb_content_element li {
  margin-bottom: 30px;
}

/* line 28, scss/_general.scss */
.wpb_content_element a, .wpb_content_element a:visited, .wpb_content_element a:active {
  text-decoration: none !important;
  color: #64a6c9 !important;
}
/* line 31, scss/_general.scss */
.wpb_content_element a:hover, .wpb_content_element a:visited:hover, .wpb_content_element a:active:hover {
  text-decoration: underline !important;
}

/* line 36, scss/_general.scss */
footer {
  padding: 20px 0;
  margin-top: 0;
  background: #64a6c9;
}
/* line 40, scss/_general.scss */
footer * {
  font-size: 16px;
}
/* line 42, scss/_general.scss */
footer ul {
  text-align: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 10, scss/_mixins.scss */
footer ul li {
  list-style: none;
}
/* line 46, scss/_general.scss */
footer ul li {
  display: inline-block;
  margin: 0 5px;
}
/* line 49, scss/_general.scss */
footer ul li:first-child {
  margin-right: 0;
}
/* line 50, scss/_general.scss */
footer ul li:last-child {
  margin-left: 0;
}
/* line 52, scss/_general.scss */
footer ul li a {
  text-decoration: none;
  color: #fff !important;
}
/* line 55, scss/_general.scss */
footer ul li a:hover {
  text-decoration: underline;
}

/* line 61, scss/_general.scss */
.wpcf7 {
  padding: 20px 40px;
  background: #f9f9f9;
}
/* line 65, scss/_general.scss */
.wpcf7 input, .wpcf7 select, .wpcf7 textarea {
  width: 100%;
  max-height: 120px;
  padding: 10px !important;
}
/* line 71, scss/_general.scss */
.wpcf7 input[type="submit"] {
  padding: 20px 0 !important;
  color: #fff !important;
  background: #64a6c9 !important;
  border: none !important;
}

/* line 79, scss/_general.scss */
.floating-contact {
  position: fixed;
  top: 20%;
  right: 0;
}
/* line 84, scss/_general.scss */
.floating-contact span {
  padding: 4px 10px;
  background: #c70000;
}
/* line 89, scss/_general.scss */
.floating-contact a, .floating-contact a:visited, .floating-contact a:active, .floating-contact a:hover {
  text-decoration: none;
  color: #fff;
}

/* line 95, scss/_general.scss */
.footer-contact {
  padding: 60px 0;
  margin-top: 120px;
  background: #f9f9f9;
  border-top: 3px solid #64a6c9;
}
/* line 101, scss/_general.scss */
.footer-contact h3 {
  margin-top: 0;
  font-size: 30px;
  text-align: center;
  color: #64a6c9;
}
/* line 109, scss/_general.scss */
.footer-contact form p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
/* line 113, scss/_general.scss */
.footer-contact form p:not(:nth-child(5)) {
  display: inline-block;
  max-width: 30%;
  margin-left: 4.25%;
}
/* line 118, scss/_general.scss */
.footer-contact form p:nth-child(4) {
  margin-left: 0 !important;
}
/* line 121, scss/_general.scss */
.footer-contact form p:nth-child(5) {
  margin-top: 15px !important;
}
/* line 124, scss/_general.scss */
.footer-contact form p:nth-child(6) {
  width: 100%;
  max-width: 100% !important;
  margin-top: 20px !important;
  text-align: center;
}
/* line 130, scss/_general.scss */
.footer-contact form p:nth-child(6) input[type="submit"] {
  max-width: 20%;
  margin: 0 auto !important;
}
/* line 136, scss/_general.scss */
.footer-contact form input[type="text"], .footer-contact form input[type="email"], .footer-contact form textarea {
  background: #fff;
}

/* line 1, scss/_header.scss */
#page {
  position: relative;
  margin-top: 58px;
}
/* line 5, scss/_header.scss */
#page .skip-link {
  position: absolute;
  top: 0;
  left: 0;
}
/* line 11, scss/_header.scss */
#page > header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding: 10px 0;
  background: #fff;
  z-index: 999;
  -webkit-box-shadow: 0 0 5px 2px rgba(75, 75, 75, 0.15);
  box-shadow: 0 0 5px 2px rgba(75, 75, 75, 0.15);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
/* line 25, scss/_header.scss */
#page > header .main-navigation ul li {
  float: right;
}
/* line 28, scss/_header.scss */
#page > header .main-navigation ul li a, #page > header .main-navigation ul li a:active, #page > header .main-navigation ul li a:visited {
  color: #104161;
}
/* line 30, scss/_header.scss */
#page > header .main-navigation ul li a:hover, #page > header .main-navigation ul li a:active:hover, #page > header .main-navigation ul li a:visited:hover {
  color: #104161;
}
/* line 36, scss/_header.scss */
#page > header .site-logo {
  float: left;
  margin-right: 30px;
}
/* line 41, scss/_header.scss */
#page > header .main-navigation {
  display: inline-block;
  width: 75%;
}
/* line 45, scss/_header.scss */
#page > header .main-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 10, scss/_mixins.scss */
#page > header .main-navigation ul li {
  list-style: none;
}
/* line 48, scss/_header.scss */
#page > header .main-navigation ul li {
  display: inline-block;
  margin-left: 10px;
}
/* line 51, scss/_header.scss */
#page > header .main-navigation ul li:last-child {
  margin-left: 0;
}
/* line 54, scss/_header.scss */
#page > header .main-navigation ul li.current-menu-item a {
  background: #64a6c9;
  text-decoration: none !important;
  color: #fff !important;
}
/* line 61, scss/_header.scss */
#page > header .main-navigation ul li a, #page > header .main-navigation ul li a:active, #page > header .main-navigation ul li a:visited {
  padding: 0 .6em;
  font-size: 18px;
  line-height: 38px;
  text-decoration: none;
  color: #104161;
}
/* line 68, scss/_header.scss */
#page > header .main-navigation ul li a .underline, #page > header .main-navigation ul li a:active .underline, #page > header .main-navigation ul li a:visited .underline {
  float: left;
  width: 0;
  height: 1px;
  background: #104161;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
}
/* line 76, scss/_header.scss */
#page > header .main-navigation ul li a:hover, #page > header .main-navigation ul li a:active:hover, #page > header .main-navigation ul li a:visited:hover {
  text-decoration: underline;
  color: #104161;
}
/* line 79, scss/_header.scss */
#page > header .main-navigation ul li a:hover .underline, #page > header .main-navigation ul li a:active:hover .underline, #page > header .main-navigation ul li a:visited:hover .underline {
  width: 100%;
}
/* line 84, scss/_header.scss */
#page > header .main-navigation ul .sub-menu {
  display: none;
}

/* Responsive */
@media screen and (min-width: 1280px) and (max-width: 1500px) {
  /* line 2, scss/responsive/_desktops.scss */
  .yowvr-team {
    padding: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  /* line 7, scss/responsive/_desktops.scss */
  .yowvr-team .image img {
    max-height: 300px;
  }
}
@media screen and (min-width: 770px) {
  /* line 2, scss/responsive/_mobile.scss */
  .hamburger-menu {
    display: none !important;
  }

  /* line 4, scss/responsive/_mobile.scss */
  .mobile-logo {
    float: right;
    margin-top: 4px;
    margin-left: 40px;
    font-weight: bold;
    color: #64a6c9 !important;
  }
  /* line 10, scss/responsive/_mobile.scss */
  .mobile-logo a {
    color: #64a6c9 !important;
  }
}
@media screen and (max-width: 1281px) {
  /* line 15, scss/responsive/_mobile.scss */
  .push-top-150 {
    top: 100px;
  }

  /* line 17, scss/responsive/_mobile.scss */
  .yowvr-team {
    width: 240px;
  }
  /* line 21, scss/responsive/_mobile.scss */
  .yowvr-team .image img {
    height: 240px;
  }

  /* line 25, scss/responsive/_mobile.scss */
  .stretch-on-mobile {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 1025px) {
  /* line 33, scss/responsive/_mobile.scss */
  .yowvr-main-banner .content {
    width: 60%;
  }

  /* line 36, scss/responsive/_mobile.scss */
  .push-top-150 {
    top: 40px;
  }

  /* line 38, scss/responsive/_mobile.scss */
  .container > .container {
    width: 100%;
    max-width: 100%;
  }

  /* line 46, scss/responsive/_mobile.scss */
  .yowvr-steps ul li > div {
    width: 40%;
  }

  /* line 51, scss/responsive/_mobile.scss */
  .yowvr-team {
    width: 185px;
  }
  /* line 55, scss/responsive/_mobile.scss */
  .yowvr-team .content h3 {
    font-size: 20px;
  }
  /* line 59, scss/responsive/_mobile.scss */
  .yowvr-team .image img {
    height: 185px;
  }
}
@media screen and (max-width: 769px) {
  /* line 65, scss/responsive/_mobile.scss */
  .container {
    width: 90% !important;
  }

  /* line 66, scss/responsive/_mobile.scss */
  .wpb_single_image {
    text-align: center !important;
  }

  /* line 67, scss/responsive/_mobile.scss */
  div.wpb_text_column {
    padding: 0 !important;
  }

  /* line 69, scss/responsive/_mobile.scss */
  .mobile-logo {
    display: block;
    position: absolute;
    left: 18%;
    top: 14px;
    font-weight: bold;
    color: #64a6c9 !important;
  }
  /* line 76, scss/responsive/_mobile.scss */
  .mobile-logo a {
    color: #64a6c9 !important;
  }

  /* line 80, scss/responsive/_mobile.scss */
  #page > header {
    height: 58px;
    padding: 0 !important;
  }
  /* line 84, scss/responsive/_mobile.scss */
  #page > header.sticky {
    background: transparent !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
  }
  /* line 88, scss/responsive/_mobile.scss */
  #page > header.sticky a {
    color: #fff !important;
  }
  /* line 92, scss/responsive/_mobile.scss */
  #page > header .main-navigation ul.menu {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    max-width: 600px;
    top: 0;
    right: -120%;
    padding: 70px 20px 20px !important;
    background: rgba(255, 255, 255, 0.96);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  /* line 105, scss/responsive/_mobile.scss */
  #page > header .main-navigation ul.menu.is-active {
    right: 0 !important;
  }
  /* line 109, scss/responsive/_mobile.scss */
  #page > header .main-navigation ul.menu li.menu-item {
    float: left;
    width: 100%;
  }
  /* line 113, scss/responsive/_mobile.scss */
  #page > header .main-navigation ul.menu li.menu-item a {
    font-size: 22px;
    line-height: 50px;
  }

  /* line 123, scss/responsive/_mobile.scss */
  .hamburger-menu {
    display: block !important;
    position: absolute;
    top: 10px;
    right: 0;
    padding: 0 5px;
    z-index: 1000;
  }
  /* line 131, scss/responsive/_mobile.scss */
  .hamburger-menu .hamburger .line {
    width: 35px;
    height: 3px;
    background-color: #64a6c9;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  /* line 142, scss/responsive/_mobile.scss */
  .hamburger-menu .hamburger:hover {
    cursor: pointer;
  }
  /* line 146, scss/responsive/_mobile.scss */
  .hamburger-menu #hamburger-1.is-active .line:nth-child(2) {
    opacity: 0;
  }
  /* line 150, scss/responsive/_mobile.scss */
  .hamburger-menu #hamburger-1.is-active .line:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    -ms-transform: translateY(10px) rotate(45deg);
    -o-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
  /* line 157, scss/responsive/_mobile.scss */
  .hamburger-menu #hamburger-1.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(-45deg);
    -ms-transform: translateY(-13px) rotate(-45deg);
    -o-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
  }
}
@media screen and (max-width: 500px) {
  /* line 168, scss/responsive/_mobile.scss */
  .yowvr-main-banner .content {
    width: 90% !important;
    top: 30%;
  }

  /* line 174, scss/responsive/_mobile.scss */
  .push-top-150 {
    top: -50px;
  }

  /* line 175, scss/responsive/_mobile.scss */
  .side-padding {
    padding: 0 !important;
  }

  /* line 179, scss/responsive/_mobile.scss */
  .yowvr-steps ul li {
    display: block;
    float: left;
    height: auto;
    margin-bottom: 200px;
  }
  /* line 186, scss/responsive/_mobile.scss */
  .yowvr-steps ul li:nth-child(3) h2, .yowvr-steps ul li:nth-child(3) p {
    padding: 0;
  }
  /* line 189, scss/responsive/_mobile.scss */
  .yowvr-steps ul li:last-child {
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 194, scss/responsive/_mobile.scss */
  .yowvr-steps ul li > div {
    width: 100%;
    height: auto;
  }
  /* line 198, scss/responsive/_mobile.scss */
  .yowvr-steps ul li > div.content {
    position: relative;
    float: left;
    top: 70px;
  }
  /* line 202, scss/responsive/_mobile.scss */
  .yowvr-steps ul li > div.content .wrap {
    position: static;
  }
  /* line 215, scss/responsive/_mobile.scss */
  .yowvr-steps ul li > div.image {
    float: left;
    margin-top: 60px;
  }
  /* line 219, scss/responsive/_mobile.scss */
  .yowvr-steps ul li > div.image img {
    width: 100%;
    height: auto;
  }
  /* line 225, scss/responsive/_mobile.scss */
  .yowvr-steps ul li > div.step-number {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
  }
  /* line 230, scss/responsive/_mobile.scss */
  .yowvr-steps ul li > div.step-number:after {
    display: none;
  }

  /* line 237, scss/responsive/_mobile.scss */
  .yowvr-team {
    width: 100%;
    margin-bottom: 80px;
  }
  /* line 242, scss/responsive/_mobile.scss */
  .yowvr-team .image img {
    width: 100%;
    height: auto;
  }
  /* line 249, scss/responsive/_mobile.scss */
  .yowvr-team .content p {
    font-size: 20px;
  }
}
