/*
 Theme Name:   Bauer Financial
 Theme URI:    http://bauerfinancial.com
 Description:  Bauer Financial customized child theme for Monument Valley
 Author:       Keith Ort
 Author URI:   http://verticallatency.com
 Template:     monument-valley
 Version:      1.0.0
 Text Domain:  monument-valley
*/

@media only screen and (min-width: 28em) {
	html {
	    font-size: 107%;
	}
}

a:focus {
  outline: unset;
}

.has-intro-filter .intro-container:not(.no-intro-image) {
	background-color: transparent;
}

/* Homepage */
.fl-node-5a5923f650018 > .fl-row-content-wrap {
  padding-top: 220px;
}

.fl-col-custom-background {
}

  .fl-node-5a5928283d93b .fl-col-custom-background:first-child .fl-col-content {
    background-color: #454541;
  }
  .fl-node-5a5928283d93b .fl-col-custom-background:nth-child(2) .fl-col-content {
    background-color: #959595;
  }
  .fl-node-5a5928283d93b .fl-col-custom-background:nth-child(3) .fl-col-content {
    background-color: #3a5863;
  }
  .fl-node-5a5928283d93b .fl-col-custom-background:nth-child(4) .fl-col-content {
    background-color: #507786;
  }

/* Star Ratings Form */
.star-ratings {
	margin-top: 2em;
	text-align: center;
}
.star-ratings .columns-3 {
	display: flex;
	align-items: start;
	flex-wrap: wrap;
}
.star-ratings .columns-3 > * {
	flex: 1 100%;
	margin: 0 0 1.62em;
}
@media only screen and (min-width: 55em) {
	.star-ratings .columns-3 > * {
		flex: 1 33%;
	}
}

/* WooCommerce edits */
.summary.entry-summary .wcdp-preview-btn-div {
  background-color: transparent;
  border: 0;
  display: inline-block;
  padding: 0;
}
  .summary.entry-summary .wcdp-preview-btn-div a {
    color: #fff;    
  }
.woocommerce-product-details__short-description {
  clear: both;
  margin-top: 1.62em;
}
.wcdp-preview-btn-div .wcdp-preview-btn {
	color: #000;
}
#wc_checkout_add_ons {
  clear: both;
  margin: 1rem 0;
}
#print_button_id {
  float: right;
}
  #print_button_id img {
    display: none;
  }

/* VR Form */
.vr-submit {
	text-align: center;
}
input[type="submit"].ffvrns_name {
	color: #fff !important;
}