/*
 Theme Name:   Icon Resorts Child Theme - Artique Resort
 Description:  A child theme of the Icon Resorts WordPress theme
 Author:       Hybrid Digital Marketing
 Author URI:   http://www.hybriddigital.com.au/
 Template:     iconresorts
 Version:      1.0.0
*/
body {
    background: white;
}

#bookingBar form {
    display: flex;
}

#bookingBar form > div{
    flex-grow: 1;
}

#bookingBar form input, #bookingBar form select {
    width: 100%;
}

#bookingBar form button {
  border: none;
  background: #00b5ef !important;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  height: 44px;
  margin-top: 25px;
  width: 100%;
}

.pagewrap {
    z-index: auto;
}

div#popmake-2422 {
    padding: 0 15px 13px;
}

.vip-header {
    background-color: #14b0e4;
    padding: 13px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px;
}

.vip-body {
    background-image: url('https://artiqueresort.com.au/wp-content/uploads/2015/10/Facilities-02.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    margin: 15px 1px;
}

.vip-body .left {
    background-color: #ffffff80;
    padding-top: 20px;
    padding-bottom: 20px;
}

.vip-body .left p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 60px;
}

.vip-body .left label.gfield_label {
    display: none;
}

.vip-body .left .gform_wrapper input[type=text], 
.vip-body .left .gform_wrapper input[type=email], 
.vip-body .left .gform_wrapper textarea, 
.vip-body .left .gform_wrapper select {
    margin-bottom: 12px;
    font-size: 18px;
    height: 32px;
    border: none;
}

.vip-body .left .gform_wrapper .gform_button {
    margin-top: 4px;
}

.vip-body .left .gform_submission_error, 
.vip-body .left #gform_2_validation_container ol{
    display: none;
}

@media all and (max-width: 580px) { 
    .vip-body .left p {
        font-size: 16px;
        margin-bottom: 30px;
    }
    
    .vip-body .left .gform_wrapper input[type=text], 
    .vip-body .left .gform_wrapper input[type=email], 
    .vip-body .left .gform_wrapper textarea, 
    .vip-body .left .gform_wrapper select {
        font-size: 16px;
        height: 30px;
    }
}

button.popmake-2422 {
    background-color: #00b5ef;
    color: #fff;
    border: none;
    position: fixed;
    bottom: 96px;
    right: calc(5% + 64px);
    z-index: 99999999;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.3);
    padding: 13px 30px;
    font-size: 18px;
}