/*
Theme Name: Launch Snap
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0.1
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/
#header .menu-item.booknow {
  position: relative;
  width: 140px;
}
#header .menu-item.booknow a {
  color: #f1f1f1;
  font-weight: 300;
  position: absolute;
}
#header .menu-item.booknow a .avia-menu-text {
  background-color: #d03c07;
  display: block;
  padding: 0px 10px;
  line-height: 30px;
  width: 110px;
  height: 30px;
  text-align: center;
  font-size: 17px;
}
#header .menu-item.booknow a .avia-menu-fx {
  height: 0px;
  width: 0px;
  position: relative;
  background-color: transparent;
  border-right: solid 55px transparent;
  border-left: solid 55px transparent;
  border-top: solid 12px #d03c07;
  display: block;
  opacity: 1;
  visibility: visible;
  top: 0;
}
#header .menu-item.phone a {
  display: flex;
  align-items: center;
}
#header .menu-item.phone .avia-bullet {
  content: "\e854";
  font-family: "entypo-fontello";
  position: relative;
  left: 0;
  display: block;
  border: 0px;
  top: auto;
  width: 20px;
  height: 20px;
  position: relative;
}
#header .menu-item.phone .avia-bullet:before {
  content: "\e854";
  font-family: "entypo-fontello";
  line-height: 1em;
  position: absolute;
}

@media (max-width: 767.98px) {
  .responsive #top #wrap_all #header {
    position: fixed !important;
  }
}
@media (max-width: 767.98px) {
  .responsive #top #wrap_all #main {
    padding-top: 80px !important;
  }
}

.responsive body#top #wrap_all {
  /* make full width columns less wide */
}
.responsive body#top #wrap_all span.special_amp {
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
}
@media (max-width: 767.98px) {
  .responsive body#top #wrap_all .container {
    width: 94%;
    max-width: 94%;
  }
}
.responsive body#top #wrap_all h3 + .av-subheading_below {
  margin-top: 0.7em;
}
.responsive body#top #wrap_all .all_colors h1, .responsive body#top #wrap_all .all_colors h2 {
  font-weight: 400;
  letter-spacing: normal;
}
.responsive body#top #wrap_all .all_colors h3, .responsive body#top #wrap_all .all_colors h4, .responsive body#top #wrap_all .all_colors h5, .responsive body#top #wrap_all .all_colors h6 {
  font-weight: 300;
}
.responsive body#top #wrap_all .avia_ajax_form .text_area {
  max-height: 100px;
}
.responsive body#top #wrap_all .indent {
  padding: 0px;
}
@media (min-width: 768px) {
  .responsive body#top #wrap_all .indent {
    padding: 0% 5% 0% 5%;
  }
}
.responsive body#top #wrap_all .bigindent {
  padding: 0px;
}
@media (min-width: 768px) {
  .responsive body#top #wrap_all .bigindent {
    padding: 0% 10% 0% 10%;
  }
}
.responsive body#top #wrap_all .hugeindent {
  padding: 0px;
}
@media (min-width: 768px) {
  .responsive body#top #wrap_all .hugeindent {
    padding: 0% 20% 0% 20%;
  }
}
@media (max-width: 991.98px) {
  .responsive body#top #wrap_all .flex_column_table.sc-av_one_fourth.av-equal-height-column-flextable {
    flex-wrap: wrap;
    float: none;
    margin-top: 0px;
    display: flex;
  }
  .responsive body#top #wrap_all .flex_column_table.sc-av_one_fourth.av-equal-height-column-flextable .flex_column {
    width: auto;
    flex-basis: 48.5%;
    margin-bottom: 1.5%;
    margin-top: 0px;
  }
}
@media (max-width: 575.98px) {
  .responsive body#top #wrap_all .flex_column_table.sc-av_one_fourth.av-equal-height-column-flextable {
    flex-direction: column;
  }
  .responsive body#top #wrap_all .flex_column_table.sc-av_one_fourth.av-equal-height-column-flextable .flex_column {
    margin-bottom: 20px;
  }
}

.avia-section .flex_column.center {
  float: none;
  margin: 0px auto;
}

#top div .avia-builder-el-no-sibling {
  float: none;
  margin: 0px auto;
}

.av_default_container_wrap, .responsive .fullwidth.avia-section {
  border: 0px;
}

.home #av_section_1 .av-special-heading, .home #av_section_1 .av_textblock_section {
  padding-left: 15px;
  padding-right: 15px;
}
.home .avia-buttonrow-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media (max-width: 767px) {
  .home .avia-buttonrow-wrap {
    grid-template-columns: auto;
    grid-template-rows: repeat(3, auto);
  }
}
.home .avia-buttonrow-wrap a.avia-button:first-child {
  grid-area: 1/1/2/2;
}
.home .avia-buttonrow-wrap a.avia-button:nth-child(2) {
  grid-area: 1/2/2/3;
}
@media (max-width: 767px) {
  .home .avia-buttonrow-wrap a.avia-button:nth-child(2) {
    grid-area: 2/1/3/2;
  }
}
.home .avia-buttonrow-wrap a.avia-button:last-child {
  grid-area: 2/1/3/3;
}
@media (max-width: 767px) {
  .home .avia-buttonrow-wrap a.avia-button:last-child {
    grid-area: 3/1/4/2;
  }
}
@media (max-width: 767px) {
  .home .avia-buttonrow-wrap a.avia-button {
    vertical-align: bottom;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
  }
}

#top .wpcf7-form label {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0px;
}
#top .wpcf7-form label span.wpcf7-form-control-wrap {
  display: block;
  margin-top: 2px;
}
#top .wpcf7-form input[type=email], #top .wpcf7-form input[type=tel], #top .wpcf7-form input[type=text], #top .wpcf7-form textarea {
  font-size: 14px;
  padding: 15px 15px 15px 18px;
  margin-bottom: 0px;
}
#top .wpcf7-form input[type=email]:active, #top .wpcf7-form input[type=email]:focus, #top .wpcf7-form input[type=tel]:active, #top .wpcf7-form input[type=tel]:focus, #top .wpcf7-form input[type=text]:active, #top .wpcf7-form input[type=text]:focus, #top .wpcf7-form textarea:active, #top .wpcf7-form textarea:focus {
  background-color: rgba(255, 255, 255, 0.15);
}
#top .wpcf7-form p {
  margin-bottom: 0em;
}
#top .wpcf7-form p input[type=submit] {
  float: right;
}

#top .avia_ajax_form .text_area {
  max-height: 100px;
}/*# sourceMappingURL=style.css.map */