@import url(bootstrap.min.css);
@import url(bootstrap-theme.css);
@import url(tachyons.min.css);
@import url(buttons.css);
@import url(colors.css);
@import url(social-share.css);
@import url(mailchimp.css);

body {
  -webkit-font-smoothing: antialiased;
  font-family: system, -apple-system, ".SFNSDisplay-Regular", HelveticaNeue, LucidaGrande,
  "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans",
  "Droid Sans", "Helvetica Neue", sans-serif;
}


@media (min-width: 480px){
  .artist-cover {
    background: url(/img/megan-davies-background.jpg) no-repeat right center;
    background-size: 70%;
  }
}

.StripeElement {
  background-color: #fff;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: red;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

.w-15 {
  width: 15%;
}

.w-5 {
  width: 5%;
}

.market-on {
}

.market-off {
}

.search-number {
  background: white url(/img/search-number-bg.svg) center 2px no-repeat;
}

.hover {
  opacity: .6;
}

.hover:hover {
  opacity: 1;
}

.footer {
  background-color: rgba(0, 154, 176, 1);
}

.admin-header {
  background-color: rgba(0, 154, 176, 1);
  }

.shadow-1 {
  box-shadow: 0 0px 8px 0 rgba( 0, 0, 0, 0.2 )
}

a.white:hover,
a.white:link,
a.white:active,
a.white:visited {
  text-decoration: none;
  color: white;
}

a:hover,
a:link,
a:active,
a:visited {
  text-decoration: none;
}

.f-superheadline {
  font-size: 7rem;
}

.f7 {
  font-size: 0.75rem;
}

.cursor {
  cursor: pointer;
}

.admin-nav .nav-active {
  background-color: rgba(0,0,0,.1);
}

.nav-active {
  background-color: #f4f4f4;
}

.nav-active a {
  color: rgba(0,0,0,.8);
}

.b--near-green { border-color: rgba(84, 185, 136, .5); }

.op9 { opacity: .9;}
.op8 { opacity: .8;}
.op7 { opacity: .7;}
.op6 { opacity: .6;}
.op5 { opacity: .5;}
.op3 { opacity: .4;}
.op3 { opacity: .3;}
.op2 { opacity: .2;}
.op1 { opacity: .1;}

.p3d {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.vmid {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.grey-out:active,
.grey-out:focus,
.grey-out:hover {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

.ts15 {
  text-shadow: 0 0 15px #000;
}

.lh-list {
  line-height: 1.4;
}

.form-control {
  border-radius: 0; }

.hide {
  display: none; }

.strong {
  font-weight: bold; }

.result:nth-child(3n+1) {
  clear: left; }

.fileUpload {
  position: relative;
  overflow: hidden;
  margin: 10px; }

.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0); }

a.space-rate {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem; }

.availability td, .availability th {
  text-align: center; }
.availability .input-group-addon {
  font-size: 12px;
  font-weight: 700; }

.day-time-chooser .panel-heading {
  margin-bottom: 0.5rem; }

.scheduler td {
  width: 10%; }

.content {
  padding: 2rem 0 4rem 0; }

.img-conversation {
  max-width: 40%;
  margin-right: 2rem; }

.img-avatar {
  max-width: 40%; }

.home h2 {
  margin-bottom: 3rem;
  margin-top: 0; }

.widget-booking-summary h3 {
  margin-top: 0; }

 .search-header {
   z-index: 2;
 }

.admin-navbar {
  background: #e6e6e6;
  border-bottom: 1px solid #ccc;
  margin-bottom: 2rem; }

  @media (min-width: 768px){
    .search-results {
      position: absolute;
      top: 73px;
      bottom: 0;
      left: 0;
      width: 60%;
      overflow-y: scroll;
    }

  .search-map {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    overflow-y: scroll;
    width: 40%;
  }
}

  @media (max-width: 768px){
    .search-results {
      width: 100%;
    }

  .search-map {
    display: none;
  }
}

.inactive {
  pointer-events: none;
  cursor: default;
}

.search-result:nth-child(2n+1){
    clear: left;
}
