/*!
 * -------------------------------------
 * Theme Name: Mistape
 * Theme URI: http://deco.agency/
 * Author: Decollete Team
 * Author URI: http://deco.agency/
 * Description: Custom wp theme special for Mistape
 * Version: 1.0
 * -------------------------------------
 */
@font-face {
  font-family: "RRBlack";
  src: url("../fonts/RoadRadio-Black.eot");
  src: url("../fonts/RoadRadio-Black.woff") format("woff"), url("../fonts/RoadRadio-Black.ttf") format("truetype"), url("../fonts/RoadRadio-Black.otf") format("opentype"), url("../fonts/RoadRadio-Black.svg#RRBlack") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "RRBold";
  src: url("../fonts/RoadRadio-Bold.eot");
  src: url("../fonts/RoadRadio-Bold.woff") format("woff"), url("../fonts/RoadRadio-Bold.ttf") format("truetype"), url("../fonts/RoadRadio-Bold.otf") format("opentype"), url("../fonts/RoadRadio-Bold.svg#RRBold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "AVBlack";
  src: url("../fonts/Avenir-Black.eot");
  src: url("../fonts/Avenir-Black.woff") format("woff"), url("../fonts/Avenir-Black.ttf") format("truetype"), url("../fonts/Avenir-Black.otf") format("opentype"), url("../fonts/Avenir-Black.svg#AVBlack") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "AVMedium";
  src: url("../fonts/Avenir-Medium.eot");
  src: url("../fonts/Avenir-Medium.woff") format("woff"), url("../fonts/Avenir-Medium.ttf") format("truetype"), url("../fonts/Avenir-Medium.otf") format("opentype"), url("../fonts/Avenir-Medium.svg#AVMedium") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "AVBook";
  src: url("../fonts/Avenir-Book.eot");
  src: url("../fonts/Avenir-Book.woff") format("woff"), url("../fonts/Avenir-Book.ttf") format("truetype"), url("../fonts/Avenir-Book.otf") format("opentype"), url("../fonts/Avenir-Book.svg#AVBook") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "AVLight";
  src: url("../fonts/Avenir-Light.eot");
  src: url("../fonts/Avenir-Light.woff") format("woff"), url("../fonts/Avenir-Light.ttf") format("truetype"), url("../fonts/Avenir-Light.otf") format("opentype"), url("../fonts/Avenir-Light.svg#AVLight") format("svg");
  font-weight: normal;
  font-style: normal; }

.main-footer .wrap:after {
  content: '';
  display: table;
  clear: both; }

@media (min-width: 768px) {
  .scroll-animation {
    -webkit-transition: 0.4s all ease-out;
    transition: 0.4s all ease-out; }
    .scroll-animation.scroll-animate {
      opacity: 0;
      visibility: hidden; }
      .scroll-animation.scroll-animate.animation-delay-15 {
        -webkit-transition-delay: .15s;
                transition-delay: .15s; }
      .scroll-animation.scroll-animate.fade-left {
        -webkit-transform: translateX(-50px);
            -ms-transform: translateX(-50px);
                transform: translateX(-50px); }
      .scroll-animation.scroll-animate.fade-right {
        -webkit-transform: translateX(50px);
            -ms-transform: translateX(50px);
                transform: translateX(50px); }
      .scroll-animation.scroll-animate.fade-top {
        -webkit-transform: translateY(50px);
            -ms-transform: translateY(50px);
                transform: translateY(50px); } }

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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html, button {
  line-height: 1; }

body {
  font-family: AVMedium, helvetica, arial sans-serif, serif;
  line-height: 1;
  font-size: 14px;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizeLegibility !important; }
  body * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

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

a {
  text-decoration: none; }

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

:focus {
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

.cf:before, .cf:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0; }

.cf:after {
  clear: both; }

.load-wt {
  width: 100%;
  height: 100vh;
  background: #fff;
  -webkit-transition: opacity 0.8s, visibility 0.8s;
  transition: opacity 0.8s, visibility 0.8s;
  opacity: 1;
  position: fixed;
  z-index: 1000;
  visibility: visible; }
  .load-wt.hide {
    opacity: 0;
    visibility: hidden; }

.screen-one {
  height: auto;
  min-height: 100vh;
  position: relative;
  padding: 68px 0;
  text-align: center;
  background: #fff;
  width: 100%;
  display: table; }
  .screen-one .logo {
    width: 68px;
    height: 80px;
    margin: auto;
    margin-bottom: 110px; }
    .screen-one .logo img {
      width: 68px;
      height: 80px;
      -webkit-transition: width 0.4s, height 0.4s, top 0.4s, left 0.4s, -webkit-transform 0.4s;
      transition: width 0.4s, height 0.4s, top 0.4s, left 0.4s, -webkit-transform 0.4s;
      transition: transform 0.4s, width 0.4s, height 0.4s, top 0.4s, left 0.4s;
      transition: transform 0.4s, width 0.4s, height 0.4s, top 0.4s, left 0.4s, -webkit-transform 0.4s; }
    .screen-one .logo.load-el img {
      position: absolute;
      z-index: 100; }
    .screen-one .logo.load-el.big-img img {
      width: 190px;
      height: 220px; }
  .screen-one .bg-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotateZ(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotateZ(0deg);
    z-index: -1;
    width: 45vh;
    height: 45vh;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, transform 0.8s;
    transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
    -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%; }
    .screen-one .bg-img.load-el {
      opacity: 0;
      -webkit-transform: translate(-50%, -50%) rotateZ(120deg);
          -ms-transform: translate(-50%, -50%) rotate(120deg);
              transform: translate(-50%, -50%) rotateZ(120deg); }
  .screen-one .section-title {
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, transform 0.8s;
    transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease; }
    .screen-one .section-title.load-el {
      opacity: 0;
      -webkit-transform: translateY(20px);
          -ms-transform: translateY(20px);
              transform: translateY(20px); }
  .screen-one .section-text {
    margin-bottom: 110px;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, -webkit-transform 0.8s;
    transition: opacity 0.8s, transform 0.8s;
    transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease; }
    .screen-one .section-text.load-el {
      opacity: 0;
      -webkit-transform: translateY(20px);
          -ms-transform: translateY(20px);
              transform: translateY(20px); }
  .screen-one .base-btn {
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition: opacity 0.8s, border 0.4s, background 0.4s, color 0.4s, -webkit-transform 0.8s;
    transition: opacity 0.8s, border 0.4s, background 0.4s, color 0.4s, -webkit-transform 0.8s;
    transition: opacity 0.8s, border 0.4s, background 0.4s, color 0.4s, transform 0.8s;
    transition: opacity 0.8s, border 0.4s, background 0.4s, color 0.4s, transform 0.8s, -webkit-transform 0.8s; }
    .screen-one .base-btn.load-el {
      opacity: 0;
      -webkit-transform: translateY(20px);
          -ms-transform: translateY(20px);
              transform: translateY(20px); }
  .screen-one .wrap {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 0; }

.screen-two {
  background: #f3f4f8;
  position: relative;
  padding: 80px 0 78px 0;
  display: table;
  width: 100%; }
  .screen-two-container {
    display: table-cell;
    vertical-align: middle; }
  .screen-two .browser-head {
    height: 70px;
    background: #fff;
    width: 100%;
    max-width: 1080px;
    margin: auto;
    text-align: center;
    line-height: 70px;
    border-bottom: 1px solid #f3f4f8;
    -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px; }
    .screen-two .browser-head img {
      max-height: 31px;
      max-width: 100px;
      display: inline-block;
      vertical-align: middle;
      margin-left: -32px; }
    .screen-two .browser-head .left-buttons {
      float: left; }
      .screen-two .browser-head .left-buttons span {
        -webkit-border-radius: 50%;
                border-radius: 50%;
        height: 10px;
        width: 10px;
        display: inline-block;
        margin-right: 7px;
        vertical-align: middle; }
        .screen-two .browser-head .left-buttons span.red {
          background: #e61e28; }
        .screen-two .browser-head .left-buttons span.yellow {
          background: #ffcc51; }
        .screen-two .browser-head .left-buttons span.green {
          background: #7cce78; }
    .screen-two .browser-head .right-buttons {
      float: right;
      width: 25px;
      position: relative;
      margin-top: 30px; }
      .screen-two .browser-head .right-buttons span {
        display: block;
        width: 100%;
        height: 2px;
        background: #adadaf;
        margin-bottom: 4px; }
        .screen-two .browser-head .right-buttons span:last-of-type {
          margin-bottom: 0; }
  .screen-two .gif-container {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    background: #fff;
    overflow: hidden;
    text-align: center;
    position: relative; }
    .screen-two .gif-container img {
      height: auto;
      width: 100%; }

.download-block {
  padding: 30px 0;
  background: #F23936;
  width: 100%;
  text-align: center; }
  .download-block span {
    color: #fff;
    font: 25px AVMedium, helvetica, arial sans-serif; }
  .download-block a {
    margin-left: 27px; }
    .download-block a span {
      text-transform: uppercase;
      border-bottom: 1px solid #fff;
      font: 13px AVBlack, helvetica, arial sans-serif;
      -webkit-transition: border 0.4s;
      transition: border 0.4s; }
    .download-block a .icon {
      display: inline-block;
      vertical-align: middle;
      margin-left: 8px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      border: solid 2px #fff;
      position: relative;
      height: 35px;
      width: 35px;
      -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-transition: -webkit-transform 0.4s;
      transition: -webkit-transform 0.4s;
      transition: transform 0.4s;
      transition: transform 0.4s, -webkit-transform 0.4s;
      overflow: hidden; }
      .download-block a .icon img {
        max-width: 14px;
        max-height: 10px;
        margin-left: -1px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        .download-block a .icon img:last-of-type {
          left: -50%; }
    .download-block a:hover span {
      border-color: transparent; }
    .download-block a:hover .icon {
      -webkit-transform: rotateZ(90deg);
          -ms-transform: rotate(90deg);
              transform: rotateZ(90deg); }
      .download-block a:hover .icon img {
        -webkit-animation: download 2s infinite;
                animation: download 2s infinite; }
        .download-block a:hover .icon img:last-of-type {
          -webkit-animation: download2 2s infinite;
                  animation: download2 2s infinite; }

@-webkit-keyframes download {
  0% {
    opacity: 1;
    left: 50%; }
  25% {
    opacity: 0;
    left: 150%; }
  26% {
    opacity: 0;
    left: -50%; }
  50% {
    opacity: 0;
    left: -50%; }
  75% {
    opacity: 1;
    left: 50%; }
  100% {
    opacity: 1;
    left: 50%; } }

@keyframes download {
  0% {
    opacity: 1;
    left: 50%; }
  25% {
    opacity: 0;
    left: 150%; }
  26% {
    opacity: 0;
    left: -50%; }
  50% {
    opacity: 0;
    left: -50%; }
  75% {
    opacity: 1;
    left: 50%; }
  100% {
    opacity: 1;
    left: 50%; } }

@-webkit-keyframes download2 {
  0% {
    opacity: 0;
    left: -50%; }
  25% {
    opacity: 1;
    left: 50%; }
  26% {
    opacity: 1;
    left: 50%; }
  50% {
    opacity: 1;
    left: 50%; }
  75% {
    opacity: 0;
    left: 150%; }
  100% {
    opacity: 0;
    left: 150%; } }

@keyframes download2 {
  0% {
    opacity: 0;
    left: -50%; }
  25% {
    opacity: 1;
    left: 50%; }
  26% {
    opacity: 1;
    left: 50%; }
  50% {
    opacity: 1;
    left: 50%; }
  75% {
    opacity: 0;
    left: 150%; }
  100% {
    opacity: 0;
    left: 150%; } }

::-moz-selection {
  background: rgba(230, 30, 40, 0.15);
  color: #e61e28; }

::selection {
  background: rgba(230, 30, 40, 0.15);
  color: #e61e28; }

*:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

* {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

body, html {
  background: #fff; }

.wrap {
  max-width: 1000px;
  margin: auto; }

.pointer {
  cursor: pointer; }

.section-title {
  color: #e61e28;
  font: 45px RRBold, helvetica, arial sans-serif;
  line-height: 40px;
  position: relative;
  max-width: 860px;
  margin: auto;
  padding-bottom: 27px;
  margin-bottom: 25px; }
  .section-title:before {
    content: '';
    width: 50px;
    height: 2px;
    background: #e61e28;
    position: absolute;
    bottom: 0;
    left: -webkit-calc(50% - 25px);
    left: calc(50% - 25px); }

.section-text {
  color: #232328;
  font: 16px AVMedium, helvetica, arial sans-serif;
  line-height: 30px;
  max-width: 760px;
  margin: auto;
  margin-bottom: 32px; }

.base-btn {
  background: #e61e28;
  padding: 14px 50px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  color: #fff;
  font: 13px AVBlack, helvetica, arial sans-serif;
  display: inline-block;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #e61e28;
  -webkit-transition: border 0.4s, background 0.4s, color 0.4s;
  transition: border 0.4s, background 0.4s, color 0.4s; }
  .base-btn:hover {
    background: transparent;
    color: #e61e28; }

.main-footer {
  padding: 43px 0;
  background: #fff;
  position: relative; }
  .main-footer .wrap {
    text-align: center;
    position: relative; }

.footer-copyright {
  color: #4b5161;
  font: 13px RRBold, helvetica, arial sans-serif;
  line-height: 18px;
  max-width: 180px;
  position: absolute;
  left: 0;
  top: 0; }

.footer-socilas {
  display: inline-block; }
  .footer-socilas ul {
    font-size: 0; }
  .footer-socilas ul li {
    list-style: none;
    display: inline-block;
    position: relative;
    margin: 0 16px;
    overflow: hidden; }
    .footer-socilas ul li:first-of-type:before {
      content: '';
      height: 8px;
      width: 1px;
      right: -16px;
      position: absolute;
      top: -webkit-calc(50% - 4px);
      top: calc(50% - 4px);
      background: #dadbdb; }
    .footer-socilas ul li::after {
      content: '';
      position: absolute;
      height: 1px;
      width: 250%;
      bottom: 2px;
      left: -150%;
      -webkit-transition: left 0.4s;
      transition: left 0.4s; }
    .footer-socilas ul li.fb:after {
      background: -webkit-gradient(linear, left top, right top, from(#3B5998), color-stop(40%, #3B5998), color-stop(40%, transparent), color-stop(60%, transparent), color-stop(60%, #232328), to(#232328));
      background: -webkit-linear-gradient(left, #3B5998 0%, #3B5998 40%, transparent 40%, transparent 60%, #232328 60%, #232328 100%);
      background: linear-gradient(to right, #3B5998 0%, #3B5998 40%, transparent 40%, transparent 60%, #232328 60%, #232328 100%); }
    .footer-socilas ul li.twi:after {
      background: -webkit-gradient(linear, left top, right top, from(#5EA9DD), color-stop(40%, #5EA9DD), color-stop(40%, transparent), color-stop(60%, transparent), color-stop(60%, #232328), to(#232328));
      background: -webkit-linear-gradient(left, #5EA9DD 0%, #5EA9DD 40%, transparent 40%, transparent 60%, #232328 60%, #232328 100%);
      background: linear-gradient(to right, #5EA9DD 0%, #5EA9DD 40%, transparent 40%, transparent 60%, #232328 60%, #232328 100%); }
    .footer-socilas ul li:hover:after {
      left: 0; }
  .footer-socilas a {
    text-transform: uppercase;
    font: 13px RRBold, helvetica, arial sans-serif;
    position: relative;
    display: inline-block;
    color: #232328;
    -webkit-transition: color 0.4s;
    transition: color 0.4s; }
    .footer-socilas a.fb:before {
      background: #3B5998; }
    .footer-socilas a.fb:hover {
      color: #3B5998; }
    .footer-socilas a.twi:before {
      background: #5EA9DD; }
    .footer-socilas a.twi:hover {
      color: #5EA9DD; }

.deco {
  width: 120px;
  height: 20px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/deco-logo.svg) no-repeat;
  background-size: 100% 100%;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  margin-top: -2px; }
  .deco:hover {
    opacity: .75; }

@media (max-width: 1110px) {
  .wrap {
    width: 96%;
    padding: 0 3%; }
  .screen-two .browser-head, .screen-two .gif-container {
    width: 96%; } }

@media (max-width: 620px) {
  .footer-socilas {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%;
    margin-bottom: 10px; }
  .deco, .footer-copyright {
    position: static;
    margin: 10px auto 0; }
  .download-link {
    display: block;
    margin-left: 0 !important;
    margin-top: 10px; } }

@media (max-width: 460px) {
  .screen-two .browser-head img {
    max-width: 70px;
    max-height: auto; }
  .screen-one .logo, .screen-one .section-text {
    margin-bottom: 60px; } }

@media (min-height: 640px) {
  .screen-one .logo, .screen-one .section-text {
    margin-bottom: 10%; } }
