/*UMForms CSS in an iFrame from WordPress using Gravity Forms*/

/*For all the elements in the iframe*/
body .gform_wrapper .gform_body .gform_fields, .gform_confirmation_message
{
    font-family: 'Lato', sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #666 !important;
}

.gform_wrapper h2
{
    font-family: 'Lato', sans-serif !important;
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: bold !important;
}

a {
   color: #BA0C2F;
   -webkit-transition: color 300ms, background-color 300ms;
   -moz-transition: color 300ms, background-color 300ms;
   -o-transition: color 300ms, background-color 300ms;
   transition: color 300ms, background-color 300ms;
   text-decoration: none !important;
   background-color: transparent;
}

a:active, a:hover {
   outline: 0;
}

a:hover, a:focus {
   color: #4a4a49;
   text-decoration: none;
   outline: none;
}

a:focus {
   outline-offset: -2px;
   color: #BA0C2F;
}

/*Submit Button on Focus*/
.gform_wrapper .gform_footer input.button:focus, .gform_wrapper .gform_footer input[type=submit]:focus, .gform_wrapper .gform_page_footer input.button:focus, .gform_wrapper .gform_page_footer input[type=submit]:focus input[type=file]:focus
{
 outline-color: #fff !important; 
 outline-style: none !important;
 outline-width: 0px !important;
}

/*Any other button class*/
.gfield .download-button .gfield_html .gfield_html_formatted .gfield_no_follows_desc .field_sublabel_below .field_description_below .gfield_visibility_visible input[type=file]
{
 color: #FFF !important;
 font-size: 200px !important;
 font-family: 'Lato', sans-serif !important;
 line-height: 24px !important;
 background-color: #BA0C2F !important;
 border: 100px !important;
 padding: 10px 15px !important;
 width: 100px !important;
 margin-bottom: 0px !important;
 margin-right: 0px !important;
}

/*Label Names*/
.gform_wrapper .top_label .gfield_label
{
    font-weight: 700 !important;
    color: #666 !important;
}

/*Input Boxes*/
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])
{
    font-weight: 400 !important;
    border: solid 1px #333 !important;
    padding: 10px 15px !important;
}

/*Text in Input Boxes*/
.gform_wrapper .gfield input[type=text]
{
   color: #666 !important;
}

/*Labels Below the Input Boxes*/
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label
{
    letter-spacing: 0pt !important;
   /*margin-bottom: -10px !important;*/
}

/*Select Title*/
.gform_wrapper select
{
    padding: 10px 15px !important;
    color: #666 !important;
}

/*Select Country*/
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio], .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield select
{
    border: solid 1px #333 !important;
}

/*Radio Buttons*/
.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label
{
   font-size: 16px !important;
   margin-bottom: -2px;
}

p, .field_description_below{
  color: #666 !important;
  line-height: 24px !important;
  text-align: left !important;
  font-family: 'Lato', sans-serif !important;
}

.gform_wrapper .gfield_required{
  color: #ba0c2f !important;
}

/*Submit Button*/
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] input[type=file]
{
    color: #FFF !important;
    font-size: 16px !important;
    font-family: 'Lato', sans-serif !important;
    line-height: 24px !important;
    background-color: #BA0C2F !important;
    box-sizing: border-box !important;
    border: none !important;
    padding: 10px 15px !important;
    border-radius: 5px !important;
    min-width: 100px !important;
    margin-bottom: 0px !important;
    margin-right: 0px !important;
    -webkit-appearance: button !important;
}

/*Submit Button on Hover*/
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type=submit]:hover input[type=file]:hover
{
    color: #BA0C2F !important;
    font-size: 16px !important;
    font-family: 'Lato', sans-serif !important;
    line-height: 24px !important;
    background-color: #FFF !important;
    box-shadow: 0 0 0 1pt #BA0C2F !important;
    border-radius: 5px !important;
    outline: none !important;    
    min-width: 100px !important;
    margin-bottom: 0px !important;
    margin-right: 0px !important;
    padding: 10px 15px !important;
    -webkit-appearance: button !important;
    cursor: pointer !important;
}

/*Unit Price*/
.gform_wrapper span.ginput_product_price
{
   color: #666 !important;
   font-weight: bold !important;
}

/*Total Price*/
.gform_wrapper .top_label span.ginput_total
{
  color: #666 !important;
  font-weight: bolder !important;
}

/*Cancellation Policy*/
p, .field_description_below
{
  font-size: 16px !important;
  line-height: 24px !important;
}

/*Disclaimer Text*/
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html{

color: #666 !important;
}

/*Error Messages*/
.gform_wrapper div.validation_error{
 font-family: 'Lato', sans-serif !important;
 font-size: 16px !important;
 color: #BA0C2F !important;
 border-top: none !important;
 border-bottom: 0px !important;
 margin-bottom: 0px !important; 
 padding: 0px !important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{
 font-family: 'Lato', sans-serif !important;
 color: #BA0C2F !important;
}

.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, .gform_wrapper li.gfield_error ul.gfield_checkbox, .gform_wrapper li.gfield_error ul.gfield_radio{
 color: #BA0C2F !important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{

  background-color: transparent !important;
  border-top: none !important;
  border-bottom: none !important;
  padding: 0px !important;
  margin-bottom: 0px !important;  
}

.gform_wrapper .gfield_error .gfield_label{
 color: #BA0C2F !important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea
{
 border: 1px solid #BA0C2F !important;
}

@media only screen and (max-width: 761px), (max-device-width: 1023px) and (min-device-width: 768px){

.gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error
  {
   margin-top: 16px !important; 
  }
}

/*Bullet Lists*/
body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li
{
  list-style-type: square !important;
  text-align: left !important;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul{

  list-style-type: square !important;
  padding-inline-start: 32px !important;
  margin-left: 0px !important; 
}

/*Calendar Icon*/
.gform_wrapper img.ui-datepicker-trigger{

 color: #BA0C2F !important;
 width: 100px !important;
 height: 100px !important;
 visibility: visible !important;
 display: inline-block !important;
}

/*List*/
body .gform_wrapper table.gfield_list tr{

border: 0px !important;
margin-left: -15px !important;

}


