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

/*************** ADD CUSTOM CSS HERE.   ***************/
/* .projectbt {
  position: relative;
  overflow: hidden;
  padding: 12px 24px;
  font-size: 16px;
  color: white;
  background: black;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.bprojectbt::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: width 0.6s ease, height 0.6s ease, opacity 0.8s ease;
}

.projectbt:hover::after {
  width: 200px;
  height: 200px;
  opacity: 1;
} */

.projectbt {
  color: #fbac18 !important;
  background-color: #507479 !important;
}

.submitbtn {
  color: white !important;
  background-color: black !important;
}

.inputformfrontpage{
  background-color: rgb(245, 245, 250) !important;
  border-width: 0px 0px 2px 0px !important;
  border-color: 1px solid #b8b7cb !important;
  box-shadow: none !important;
}

.contactcol{
  margin: 0em 3.7em !important;
}

.menu-item a{
  color: #fbac18 !important;
}

.main_title_style{
  font-weight: bold !important;
  color: #fbac18 !important;
}

.portfolio-box-category{
  display: none !important;
}

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


}