/* =========================
	PUBLIC DESKTOP CSS
========================= */

/* Write your Public SASS desktop here! */
.content-header.content-header-center.vc_row {
  display: none !important;
}
input#ezfc_element-17-child {
  height: 40px;
}
input#ezfc_element-14-child {
  height: 40px;
}
input#ezfc_element-13-child {
  height: 40px;
}
.ezfc-form .ezfc-element .ui-spinner {
  border: 0;
  width: 70% !important;
}
div#ezfc_element-7 {
  float: right !important;
  width: 260px !important;
}
div#ezfc_element-15 {
  width: 180px !important;
}
div#ezfc_element-14 {
  width: 150px !important;
}
div#ezfc_element-13 {
  width: 150px !important;
}
div#ezfc_element-17 {
  width: 150px !important;
}
.ezfc-theme-aero .ezfc-form {
  background-color: #119da4 !important;
  padding: 1.5em;
}
.ezfc-theme-aero .ezfc-label {
  color: #fff !important;
  display: block;
  font-size: 0.9em;
  font-weight: 400;
  margin: 0;
  padding: 0.3em 0;
  text-align: left;
}
a.ui-spinner-button.ui-spinner-down.ui-corner-br.ui-button.ui-widget.ui-state-default.ui-button-text-only {
  background-color: black;
}
a.ui-spinner-button.ui-spinner-up.ui-corner-tr.ui-button.ui-widget.ui-state-default.ui-button-text-only {
  background-color: black;
}
.ezfc-element.ezfc-price-wrapper-element {
  display: none;
}
.social-icons {
  text-align: center;
  font-family: "Open Sans";
  font-weight: 300;
}
.social-icons ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-icons li {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
}
.social-icons a {
  display: block;
  font-size: 1.4em;
  margin: 0 5px;
  text-decoration: none;
}
.site-footer .footer-copyright.footer-copyright-center .social-icons {
  margin-top: 10px;
  margin-bottom: 10px !important;
}
input#ezfc-submit-1 {
  padding: 0 15px 0 15px;
  font-size: 16px;
  font-family: inherit;
  background-color: #69af23;
  /* box-shadow: 0px 0px 25px 0px black !important; */
  color: white;
}
.ezfc-element.ezfc-submit-wrapper {
  margin: 45px 0 0 135px;
  /* calculator form responsive  */
}
@media only screen and (max-width: 320px) {
  .ezfc-element.ezfc-submit-wrapper {
    margin: 15px 0 0 25px;
  }
}
@media only screen and (max-width: 375px) {
  .ezfc-element.ezfc-submit-wrapper {
    margin: 15px 0 0 45px;
  }
}


/* =========================
	PUBLIC DESKTOP CSS END
========================= */
/* =========================
	PUBLIC RESPONSIVE CSS
========================= */

/* TABLET LANDSCAPE */
@media (max-width: 1199px) {



}

/* TABLET PORTRAIT */
@media (max-width: 991px) {



}

/* MOBILE LANDSCAPE */
@media (max-width: 767px) {



}

/* MOBILE PORTRAIT */
@media (max-width: 479px) {



}

/* RETINA FIXES */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
 	   only screen and (-o-min-device-pixel-ratio: 3/2),
 	   only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {



}
/* =========================
	PUBLIC RESPONSIVE CSS END
========================= */