/*
 * Theme Name: Quform Light
 * Description: A light design.
 * Version: 1.0 (For Quform PHP)
 * Author: ThemeCatcher
 * Author URI: http://www.themecatcher.net
 */

/*****************************************************
1: Form heading and description
******************************************************/
/*Set global fonts*/
.quform-theme-light-light {
  color: #000000;
  margin-top: 0;
  padding: 0;
}
/*Form Heading*/
.quform-theme-light-light h3.quform-title {
  color: #000;
}
/*Form description*/
.quform-theme-light-light p.quform-description {
  color: #666;
}

/*****************************************************
2: Elements and labels
******************************************************/

/*Required - this is the text that is used to indicate a required field*/
.quform-theme-light-light .quform-element label span.quform-required {
  color: #cc0101;
}
/*Element description*/
.quform-theme-light-light .quform-element p.quform-description {
  color: #000;
}
/*Default state input, selects and textareas*/
.quform-theme-light-light .quform-elements .quform-element-text input,
.quform-theme-light-light .quform-elements .quform-element-captcha input,
.quform-theme-light-light .quform-elements .quform-element-password input,
.quform-theme-light-light .quform-elements .quform-element select,
.quform-theme-light-light .quform-elements .quform-element textarea {
  color: #ffffff;
  border: none;
  padding: 0 30px 0 25px;
  background: transparent;
  font-size: 18px;
  font-weight: 700;
  height: 51px;
  text-align: left;
  border: none;
  line-height: 1;
  background-repeat: no-repeat;
  background-position: center left;
  margin-top: 25px;
  border-radius: 35px;
  border: 2px solid #d41317;
  text-align: center;
}

.quform-theme-light-light .quform-elements #name {
  background-position: 14px 14px;
  background-size: 19px;
}

.quform-theme-light-light .quform-elements #email {
  background-position: 15px 18px;
  background-size: 20px;
}

.quform-theme-light-light .quform-elements #reiseziel {
  background-position: 16px 14px;
  background-size: 18px;
}

.quform-theme-light-light .quform-elements #wunschdatum {
  background-position: 17px 17px;
  background-size: 18px;
}

.quform-theme-light-light .quform-elements #reisedauer {
  background-position: 16px 14px;
  background-size: 20px;
}

.quform-theme-light-light .quform-elements #personenanzahl {
  background-position: 17px 19px;
  background-size: 20px;
}
.quform-theme-light-light .quform-elements #message {
  background-position: 18px 15px;
  background-size: 17px;
}

.quform-theme-light-light .quform-elements .name-field input {
  /* border-top: 1px solid #FBBC43; */
}

.quform-theme-light-light .quform-elements .quform-element textarea {
  padding-top: 15px;
  height: 118px !important;
  margin-bottom: 0;
}
.quform-theme-light-light .quform-elements .quform-element select {
  padding: 3px;
}
/*Fix Chrome select (no background image sorry!)*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .quform-theme-light-light .quform-elements .quform-element select {
    background: #fff;
  }
}
/*Hover element*/
.quform-theme-light-light .quform-elements .quform-element-text input:hover,
.quform-theme-light-light .quform-elements .quform-element-captcha input:hover,
.quform-theme-light-light .quform-elements .quform-element-password input:hover,
.quform-theme-light-light .quform-elements .quform-element select:hover,
.quform-theme-light-light .quform-elements .quform-element textarea:hover {
  /* color: #000; */
  /* border: solid 1px #D1D1CC; */
}
/*Active element*/
.quform-theme-light-light .quform-elements .quform-element-text input:active,
.quform-theme-light-light .quform-elements .quform-element-captcha input:active,
.quform-theme-light-light
  .quform-elements
  .quform-element-password
  input:active,
.quform-theme-light-light .quform-elements .quform-element select:active,
.quform-theme-light-light .quform-elements .quform-element textarea:active {
  /* color: #fff; */
}
/*Focused element*/
.quform-theme-light-light .quform-elements .quform-element-text input:focus,
.quform-theme-light-light .quform-elements .quform-element-captcha input:focus,
.quform-theme-light-light .quform-elements .quform-element-password input:focus,
.quform-theme-light-light .quform-elements .quform-element select:focus,
.quform-theme-light-light .quform-elements .quform-element textarea:focus {
  /* color: #ffffff; */
  /* background: white; */
  /* border: solid 1px #000000; */
}
/*Fix Chrome select (no background image sorry!)*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .quform-theme-light-light .quform-elements .quform-element select {
    width: 100%;
    padding: 0 61px 0 25px;
    background-image: url(../../../img/select.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: right 40px top 20px;
    image-rendering: -webkit-optimize-contrast;
    color: #2b2b2b;
  }
}
.quform-theme-light-light .quform-elements .quform-element select {
  appearance: none;
}

/* Default Label*/
.quform-theme-light-light .quform-element > .quform-spacer > label {
  font-weight: 400;
  text-align: left;
  width: 119px;
  margin-right: 0;
  font-size: 15px;
  line-height: 1;
  padding-top: 16px;
  color: #999999;
}

/*Tooltip icon*/
.quform-theme-light-light .quform-tooltip-icon {
  background: url(images/help-icon.png) no-repeat right bottom;
}
/*Select options*/
.quform-theme-light-light select option {
  padding-right: 10px;
}
.quform-theme-light-light select[multiple="multiple"] option {
  padding: 0 5px;
}
/*****************************************************
4: Captcha
******************************************************/

/*Refresh captcha icon background*/
.quform-theme-light-light .quform-captcha-inner {
  margin-top: 3px;
  border: 1px solid #ccc;
}
/*****************************************************
5: Element groups
******************************************************/

/*Group title & description wrap plain*/
.quform-theme-light-light
  .quform-group-style-plain
  > .quform-group-elements
  .quform-group-title-description-wrap {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: solid 1px #eee;
  border-top: solid 1px #eee;
}
/*Group title plain*/
.quform-theme-light-light
  .quform-group-style-plain
  > .quform-group-elements
  .quform-group-title {
  color: #363636;
  padding: 5px 0 0;
  font-weight: normal;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
}
/*Group description plain*/
.quform-theme-light-light
  .quform-group-style-plain
  > .quform-group-elements
  p.quform-group-description {
  color: #666;
  padding: 0;
  font-size: 11px;
}
/*IE fix for negative margins used below*/
.quform-theme-light-light
  .quform-group-style-bordered
  > .quform-group-elements {
  min-width: 1px;
}
/*Group title & description wrap bordered*/
.quform-theme-light-light
  .quform-group-style-bordered
  > .quform-group-elements
  .quform-group-title-description-wrap {
  margin: -10px -10px 10px -10px;
  border-bottom: solid 1px #eee;
  background: #fff url(images/boxed-group-title-bg.png) repeat-x left top;
  padding-bottom: 5px;
}
/*Group title bordered*/
.quform-theme-light-light
  .quform-group-style-bordered
  > .quform-group-elements
  .quform-group-title {
  color: #363636;
  padding: 5px 10px 0;
  font-weight: normal;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
  margin: 0;
}
/*Group description bordered*/
.quform-theme-light-light
  .quform-group-style-bordered
  > .quform-group-elements
  p.quform-group-description {
  color: #666;
  font-size: 11px;
  padding: 2px 10px 0;
  margin: 0;
}
/*Bordered style group*/
.quform-theme-light-light
  .quform-group-style-bordered
  > .quform-group-elements {
  border: solid 1px #ccc;
  background: #fefefe url(images/boxed-group-bg.png) repeat-x bottom left;
  -webkit-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.08);
}
.quform-theme-light-light .quform-group-style-bordered > .quform-group-row {
}
/*One row inside a group*/
.quform-theme-light-light
  .quform-group-style-bordered
  > .quform-group-elements
  .quform-group-row {
  background: url(images/boxed-group-break-line.png) repeat-x bottom left;
  margin-bottom: 10px;
}
.quform-theme-light-light
  .quform-group-style-plain
  > .quform-group-elements
  .quform-group-row {
  background: none;
  margin-bottom: 0;
}
.quform-theme-light-light
  .quform-group-style-bordered
  .quform-group-row:last-child {
  background: none;
  margin-bottom: 0;
}

/*****************************************************
6: Submit button and related
******************************************************/
/*Note: Submit button is designed so you can use rounded cornered image backgrounds that can be fluid size*/
.quform-theme-light-light .quform-submit button {
  border: 1px outset #ccc;
} /* optional - IE7 fix */
/*Submit button wrap*/ /*You might want to use float:right here. Change loading icon wrap below too*/
.quform-theme-light-light .quform-submit-inner {
  width: 100%;
  margin-top: 5px;
  position: relative;
  text-align: center;
}

.quform-theme-light-light .quform-submit-inner img {
  position: absolute;
  width: 57px;
  right: -16px;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
  bottom: -16px;
}
.quform-theme-light-light .quform-submit-inner:hover img {
  right: 0px;
}

/*Submit button hide*/
.quform-theme-light-light .quform-submit button {
  text-align: center;
  width: auto;
  overflow: visible;
  white-space: nowrap;
  padding: 0;
  margin: 0;
  cursor: pointer;
  padding: 10px 60px;
  background-color: transparent;
  color: #9d792d;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  /* width: 176px; */
  letter-spacing: 1.6px;
  border: 1px solid #9d792d;
  border-radius: 28px;
}

.quform-theme-light-light .quform-submit button:hover {
  background-color: rgb(157 121 45 / 23%);
}

/*Submit button default state*/
.quform-theme-light-light .quform-submit button span {
  color: #f0f1f1;
  /* text-shadow: 1px 1px 0 rgba(255,255,255, 0.8); */
  height: 39px;
  line-height: 39px;
}

/*Default*/
.quform-theme-light-light .quform-submit button span {
  background: transparent; /*Left image*/
  border: solid 1px #f0f1f1;
}

/*Default*/
.quform-theme-light-light .quform-submit button em {
  background: rgba(255, 255, 255, 0); /*right image*/
  font-size: 16px;
  color: #f0f1f1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 1px;
}
/*Hover*/
.quform-theme-light-light .quform-submit button:hover em {
  background: #5e1010; /*right image*/
  color: #fff;
  opacity: 0.9;

  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*Active*/
.quform-theme-light-light .quform-submit button:active em {
  background: transparent; /*right image*/
  color: #000;
}
/*Loading the submit*/ /*You will want this float:right if the button is right*/
.quform-theme-light-light .quform-loading-wrap {
  margin-top: 9px;
}
.quform-theme-light-light .quform-button-fat .quform-loading-wrap {
  margin-top: 18px;
}
/*Loading gif image*/
.quform-theme-light-light .quform-loading-wrap .quform-loading {
}
/*Preset button sizes - fat*/
.quform-theme-light-light
  .quform-button-fat.quform-submit
  .quform-submit-inner
  button
  span {
  padding: 0 40px;
  line-height: 45px;
  height: 45px;
}
/*Preset button sizes - full width*/
.quform-theme-light-light
  .quform-button-full-width.quform-submit
  .quform-submit-inner
  button {
  height: auto;
}
.quform-theme-light-light
  .quform-button-full-width.quform-submit
  .quform-submit-inner
  button
  span {
  line-height: 38px;
  height: 38px;
}
/*****************************************************
7: Messages for user
******************************************************/

/*Errors*/
.quform-theme-light-light .quform-errors > .quform-error {
  -moz-border-radius: 3px;
  color: #ff0000;
}
/*File upload errors*/
.quform-theme-light-light .quform-queue-errors-list > .quform-queue-error {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 1px 1px 0 #f3d6d4;
}

/*Success message*/
.quform-theme-light-light .quform-success-message {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* text-shadow: 1px 1px 0 #e0fdc3; */
  /* text-shadow: 1px 1px 0 #cd9897; */
}
/*quform referal link*/
.quform-theme-light-light .quform-referral-link a {
  color: #0f83ca;
}
.quform-theme-light-light .quform-referral-link a:hover {
  color: #292929;
}
/*****************************************************
8: Quform PHP specific
******************************************************/
/*Light close button*/
.quform-theme-light-light.quform-outer a.quform-cancel-button {
  background-image: url(images/close.png);
}

/*****************************************************
9: Responsive
******************************************************/
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 1024px) {
  /* Make radio and checkboxes a bit easier to select on touch devices */
  .quform-theme-light-light .quform-options .quform-option {
  }

  .quform-theme-light-light .quform-submit button span {
    line-height: 35px;
    height: 35px;
  }
  .quform-theme-light-light .quform-submit.quform-button-fat button {
    height: auto;
  }
  .quform-theme-light-light .quform-submit.quform-button-fat button span {
    height: 45px;
    line-height: 45px;
  }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
}
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #a9a9a9;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #a9a9a9;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #a9a9a9;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a9a9a9;
}
:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #666666;
}
