/*
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.   ***************/


/* CONTACT PAGE  */
#gform_submit_button_2, #gform_submit_button_3 {
  border:2px solid white;
  background:none;
  color:white;
}
#gform_submit_button_2:hover, #gform_submit_button_3:hover {
  border:2px solid gray;
  background:none;
  color:white;
}
/* LETTER SPACING FOR TITLES */
.contact-style h2 span, .section-title-main  {
  letter-spacing: 3px;
}



/* HIDE UX BUILDER ON FRONT END */
.tooltipster-content {
display:none;
}
.tooltipster-arrow-top {
display:none;
}

/* woocommerce  */
/* .box-image > div > a {
  position: relative;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  cursor: default !important;
  outline:2px solid lime;
} */

/* CENTER SUBMIT BUTTON */
div.gform_footer.top_label {
    text-align: center;
}
input#gform_submit_button_1.gform_button.button {
    font-size: 1em;
    width: auto;
    margin: 0 0 0 0;
    padding: 0 25px;
    background-color: transparent !important;
    outline:2px solid white;
    color:white;
}



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

/* CENTER AND STYLE TOP BAR */
  #top-bar > div > div.flex-col.show-for-medium.flex-grow > ul > li {
    text-align:center;
        line-height: .8;
    outline:0px solid lime;
    font-weight: normal;
    font-size: .55em;
  }

}
