/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
html {
  background-color: #fff;
}

.woocommerce-billing-fields #billing_country_field {
  display: none;
}

@media (min-width: 550px) {
  .woocommerce-billing-fields p.form-row-first {
    width: auto;
    float: none;
    margin-right: 0;
  }
}

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

  .home .row .section {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/*! This file is auto-generated */
.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
}
.wp-block-file__button {
  background: #32373c;
  color: #fff;
  text-decoration: none;
}

.header.show-on-scroll, .header.has-transparent, .header.transparent {
  position: unset;
}

#header {
  background: #06473d;
}
