/*

Theme Name: Salient Child Theme

Theme URI: http: //mysite.com/

Description: This is a custom child theme for Salient

Author: My Name

Author URI: http: //mysite.com/

Template: salient

Version: 0.1

*/
#mc4wp-form-1 input[type="email"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
#mc4wp-form-1 input[type="email"]::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
#mc4wp-form-1 input[type="email"]:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
#mc4wp-form-1 input[type="email"]:-moz-placeholder { /* Firefox 18- */
  color: white;
}

#mc4wp-form-1 a{
  color: white !important;
  font-weight: 100;
}

#mc4wp-form-1 input[type="submit"]{
  background-color:transparent !important;
  border: solid 1px white;
  float: right;
}

.terminos{
  top: 16px;
  position: relative;
}


#witform .inlined {
    display: inline;
}

.social a{
    display: inline-block;
    margin-right: 15px;
}

body #header-secondary-outer .nectar-center-text {
    line-height: 12px;
    width: 230px;
    text-align: right;
    padding: 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0px;
}

#header-secondary-outer #social{
  float: right;
}

.ui-datepicker-div { z-index: 9999999; }

#witform{
  background-color: white;
  width: 100%;
  padding: 10px 10px 10px 10px;
  font-size: 14px;
  text-align: center;
}
#datein, #dateout {
  background: url(https://s3.eu-central-1.amazonaws.com/witbooking.static/doc/v6/calendar.png) no-repeat scroll 103px;
  padding: 5px;
  border: solid #dfdbdc 1px;
  width: 130px;
  background-color: white;
  border-radius: 5px;
  font-size: 17px;
  font-family: Montserrat;
  font-weight: 400 !important;
  box-shadow: #d8d8d8 3px 3px 5px -2px;
}
#witform select{
  padding: 4px;
  border: solid #dfdbdc 1px !important;
  background: white;
  width: 130px;
  height: 36px;
  border-radius: 5px;
  position: relative;
  font-size: 17px;
  font-family: Montserrat;
  font-weight: 400 !important;
}
#witform input[type="submit"]{
  border-radius: 0px !important;
  top: -1px;
  position: relative;
  height: 35px;
  box-shadow: #949494 3px 3px 5px -2px;
}
#witform label{
  color: grey;
  display: block;
  margin-bottom: 5px;
}
#witform .inputWrap{
  float:left;
  margin-right: 5%;
  margin-bottom: 10px;
  min-width: 50px;
}
#witform .inputWrap:last-child{
  margin-right: 0 !important;
}
#witform #bookingBtn{
  background-color: #8f5c59;
  border: 0;
  height: 48px;
  width: 160px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  float:right;
  margin-bottom: 10px;
}
#witform #bookingBtn:hover{
  background-color: #644240;
}
#witform .clear{
  height: 0px;
  clear: both;
}



@media all and (max-width: 1024px){

  .terminos{
    position: inherit;
    display: block;
    text-align: center;
  }

  #mc4wp-form-1 input[type="submit"]{
    float: none;
    display: block;
    margin: 10px auto 0px;
  }

}

@media all and (max-width: 1023px){
  
  .inlined {
    display: block !important;
  }
  
  #witform input[type="submit"] {
    margin-top: 10px;
  }
  
}

@media all and (max-width: 1023px) and (min-width: 600px){
  .wpb_row .span_12 > .col.padding-7-percent[data-padding-pos="all"], .column-inner.padding-7-percent[data-padding-pos="all"] {
    padding: 5% !important;
  }
}