/*
Theme Name: Loft-krovati.by
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.raschet-block {
  border: 5px solid #ffea00;
  border-radius: 2px;
  text-align: center;
  padding: 40px;
  margin-bottom: 20px;
}
.raschet-title {
  color: #555;
  font-size: 32px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.raschet-text {
  color: #555;
  font-size: 18px;
  margin-bottom: 25px;
}
.raschet-form .wpcf7-form > .item {
  display: inline-block;
  width: 25%;
  margin: 0 2% 20px;
}
.raschet-form .wpcf7-form > .item span {
  margin-bottom: 5px;
  display: block;
}
.raschet-form .wpcf7-form > .item input,
.raschet-form .wpcf7-form > .item select {
  margin-bottom: 0;
}
.raschet-form .raschet-btn {
  width: 100%;
  display: block;
}
.raschet-btn .wpcf7-submit.button,
.raschet-btn .button {
  background: #ffea00;
  color: #555;
  font-size: 20px;
  padding: 5px 30px;
  margin: 0;
}
.raschet-btn .wpcf7-submit.button:hover,
.raschet-btn .button:hover {
  box-shadow: none;
  border-color: #555;
}

.modal-form#raschet {
	overflow: hidden;
}
.modal-form#raschet .fw-wizard-step-header-container {
	display: none;
}
.modal-form#raschet #multi-step-form.fw-large-container .fw-progress-bar-container {
	margin-bottom: 40px;
}
.modal-form#raschet #multi-step-form.fw-large-container .fw-progress-bar .fw-progress-step {
	width: 18%;
}
.modal-form#raschet #multi-step-form.fw-large-container .fw-progress-bar .fw-progress-step:before {
    height: 55px;
    line-height: 50px;
    top: -72px;
    width: 55px;
    font-size: 32px;
    position: absolute;
    z-index: 1;
}
.modal-form#raschet .fw-choice.fw-radio-row {
	display: block;
}
.modal-form#raschet #multi-step-form .fw-radio-row input[type=radio]:checked+label:before {
    line-height: 21px;
}
.modal-form#raschet #multi-step-form .fw-step-block {
    margin-bottom: 10px;
}

ul.fw-progress-bar li:before {
    background: #aaa !important;
}
.fw-progress-bar li.fw-active:after, li.fw-progress-step::after, .fw-circle, .fw-circle-1, .fw-circle-2 {
    background-color: #aaa !important;
}
.fw-button-previous, .fw-button-next, .fw-button-fileupload {
    background: #ffeb0d !important;
    color: #000 !important;
}

.woocommerce .awooc-custom-order-wrap .wpcf7-form-control.wpcf7-submit {
  background-color: #ffeb0d;
  color: #000;
}
.woocommerce .awooc-custom-order-wrap .wpcf7-form-control.wpcf7-submit:hover {
  background-color: #d26e4b;
  color: #000;
}

.grecaptcha-badge {
  bottom: 75px !important;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/



}


