/* apply a natural box layout model to all elements */
/***COLORS*****/
/********BODY FONT*******/
/*****DIMENSIONS*****/
/******MIXINS*******/
.content-box {
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.scaler {
  position: relative;
  -webkit-background-size: cover!important;
  -moz-background-size: cover!important;
  -o-background-size: cover!important;
  background-size: cover!important;
}
.central {
  width: 100%;
  max-width: 1100px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px 0 10px!important;
  position: relative;
}
.centered {
  text-align: center;
}
.fixed-bg {
  background-attachment: fixed;
}
/*************FONTS***********/
.serif {
  font-family: 'Poltawski Nowy', serif;
}
.sans-serif {
  font-family: 'Gantari', sans-serif;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
/*************FORMS************/
.gform_wrapper {
  font-family: 'Gantari', sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  letter-spacing: 0em !important;
  color: #666 !important;
  width: 100%!important;
  margin-top: 0!important;
}
.gform_wrapper .gform_body {
  width: 100%!important;
}
.gform_wrapper label {
  font-family: 'Gantari', sans-serif !important;
  font-size: 16px !important;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  color: #666;
  font-weight: 400!important;
  letter-spacing: .1em;
}
.gform_wrapper .ginput_complex label {
  font-family: 'Poltawski Nowy', serif !important;
  font-size: 14px !important;
  font-style: italic;
  text-transform: none!important;
  margin-top: 4px!important;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper textarea {
  background: #EEF1F4;
  border: 1px solid #EEF1F4;
  padding: 6px!important;
  color: #333;
  font-size: 15px;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  outline: none;
}
.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper textarea:focus {
  background: #fff;
}
.gform_wrapper select {
  width: 100%!important;
}
.gform_wrapper ul.gfield_checkbox li label {
  font-family: 'Poltawski Nowy', serif;
  font-size: 18px;
  position: relative;
  top: 2px;
  font-style: italic;
  text-transform: none;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  padding-left: 4px;
}
.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label {
  font-weight: 700;
  padding-left: 8px;
}
.gform_wrapper ul.gfield_radio li label {
  font-family: 'Poltawski Nowy', serif;
  font-size: 18px;
  position: relative;
  top: 2px;
  font-style: italic;
  text-transform: none;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  padding-left: 4px;
}
.gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: 700;
  padding-left: 8px;
}
.gform_wrapper ul.gform_fields {
  padding: 0px 0 10px 0!important;
  margin: 0!important;
}
.gform_wrapper ul.gform_fields li {
  padding-left: 0!important;
  padding-bottom: 3px!important;
  background: none!important;
  margin-bottom: 0!important;
}
.gform_wrapper ul.gform_fields li i {
  display: none!important;
}
.gform_wrapper ul.gform_fields li.gfield_error {
  border: 1px solid #ccc;
  background: #bfbfbf !important;
  padding: 10px!important;
}
.gform_wrapper ul.gform_fields li.gfield_error label,
.gform_wrapper ul.gform_fields li.gfield_error .gfield_description {
  color: #f10e0e !important;
}
.validation_error {
  color: #f10e0e !important;
}
.gform_footer {
  margin-top: 0!important;
  padding-top: 0!important;
  text-align: left;
}
.gform_footer button {
  letter-spacing: 0em;
  color: #666;
  display: inline-block;
  background: none;
  border: none;
  font-family: 'Gantari', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 0 10px 0;
  color: #31677f;
  position: relative;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  text-align: center;
  margin-top: 15px;
  letter-spacing: .05em;
  font-weight: 400;
}
.gform_footer button i {
  margin-left: 5px;
  position: relative;
  z-index: 1;
}
.gform_footer button .link {
  position: relative;
  z-index: 1;
}
.gform_footer button .bg {
  width: 100%;
  height: 2px;
  background: #31677f;
  -webkit-transition: all linear 150ms;
  -moz-transition: all linear 150ms;
  -ms-transition: all linear 150ms;
  -o-transition: all linear 150ms;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 0;
}
.gform_footer button:hover {
  color: #fff!important;
  cursor: pointer;
  padding: 10px;
}
.gform_footer button:hover .bg {
  height: 100%;
}
.gform_footer button.orange .bg {
  background: #f8b546;
}
.gform_footer button.large {
  font-family: 'Gantari', sans-serif;
  font-size: 45px;
  font-weight: bold;
}
.gform_footer button.large i {
  margin-left: 15px;
}
#gforms_confirmation_message {
  font-family: 'Gantari', sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0em;
  color: #666;
  padding: 20px;
  border: 5px solid #fff;
  text-align: center;
}
.widget .gform_wrapper label {
  font-size: 14px!important;
}
.gform_wrapper.two-column_wrapper {
  max-width: 100%;
}
.gform_wrapper.two-column_wrapper ul.gform_fields,
.gform_wrapper.two-column_wrapper ul.gform_column li.gsection:first-child {
  display: none;
}
.gform_wrapper.two-column_wrapper ul.gform_fields.gform_column {
  display: block;
  float: left;
}
.gform_wrapper.two-column_wrapper ul.one-half {
  margin-left: 6% !important;
  width: 47%;
}
.gform_wrapper.two-column_wrapper ul.one-half.first {
  margin-left: 0 !important;
}
.gform_wrapper .gsection {
  border-bottom: none !important;
}
.gform_wrapper .top_label li.gfield.gf_right_half + li.gsection {
  padding: 0 !important;
}
#field_1_4 .ginput_container_select,
#sidebar .ginput_container_select {
  padding: 0;
  margin: 10px 0 0 0!important;
  border: 1px solid #EEF1F4;
  width: 100%;
  overflow: hidden;
  background-color: #EEF1F4 !important;
  background: #EEF1F4 !important;
  position: relative;
}
#field_1_4 .ginput_container_select select,
#sidebar .ginput_container_select select {
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-style: italic;
  padding: 8px!important;
}
#field_1_4 .ginput_container_select select:focus {
  outline: none;
}
@media only screen and (max-width: 1075px) {
  .gform_wrapper.two-column_wrapper ul.one-half {
    width: 100%;
  }
  .gform_wrapper.two-column_wrapper ul.one-half {
    margin-left: 0 !important;
  }
  .gform_wrapper .gsection {
    display: none !important;
    /* remove !important if it's not needed */
  }
  #gform_wrapper_1 li {
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=forms.css.map */