/*
Theme Name: Magic Mike
Version: 1.0.2
Theme URI:
Author: Janusz Skotarczak
Author URI: skotarczak.com.pl
Description: Magic Mike custom theme.
License:
License URI: ---
Text Domain: magic_mike
*/
@import "assets/icons/fontello/css/fontello.css";
@import "css/animate.css";
@import "css/tweak.css";
#wpadminbar {
  position: fixed;
}

.admin_bar_spading {
  margin-top: 32px;
}
@media screen and (max-width: 782px) {
  .admin_bar_spading {
    margin-top: 46px;
  }
}

.wrapper {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.billboard {
  background: #FCA352;
}
.billboard .canvas {
  background-color: #001117;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.billboard .canvas .title_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: calc(90vh - 252px);
  line-height: 1;
  max-width: 75%;
  filter: none;
}
@media screen and (max-width: 960px) {
  .billboard .canvas .title_box {
    max-width: 100%;
    justify-content: center;
  }
}
.billboard .canvas .title_box__title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
@media screen and (max-width: 960px) {
  .billboard .canvas .title_box__title {
    justify-content: center;
  }
}
.billboard .canvas .title_box__title__title {
  color: hsl(0deg, 0%, 100%);
  font-weight: bold;
  font-size: 6rem;
  text-shadow: #000000 5px 0 5px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1920px) {
  .billboard .canvas .title_box__title__title {
    font-size: 5vw;
  }
}
@media screen and (max-width: 960px) {
  .billboard .canvas .title_box__title__title {
    font-size: 8vw;
    text-align: center;
  }
}
.billboard .canvas .title_box__title__button {
  width: 100%;
}

.wave_1_down, .wave_1_up,
.wave_2_down, .wave_2_up {
  background-size: 1920px;
  background-repeat: no-repeat;
}

.wave_1_up, .wave_2_up {
  background-position: bottom -3px right 50%;
}

.wave_1_down, .wave_2_down {
  background-position: top -3px right 50%;
}

.wave_1_down {
  background-image: url("assets/vector_elements/wave_1_down.svg");
  height: 200px;
}

.wave_1_up {
  background-image: url("assets/vector_elements/wave_1_up.svg");
  height: 200px;
}

.wave_2_down {
  background-image: url("assets/vector_elements/wave_2_down.svg");
  height: 200px;
}

.wave_2_up {
  background-image: url("assets/vector_elements/wave_2_up.svg");
  height: 200px;
}

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