/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
.recruit_main .section-bg-overlay {
	background: linear-gradient(140deg, rgb(17 55 88 / 100%), rgb(255 0 0 / 0%) 90%) !important;
}

.pcbr {
 display:inline;
}
.tbbr {
 display:none;
}
.spbr {
 display:none;
}
/* Custom CSS Tablet */@media (max-width: 849px) {
 .pcbr {
  display:none;
 }
 .tbbr {
  display:inline;
 }
 .spbr {
  display:none;
 }
}
/* Custom CSS Mobile */@media (max-width: 549px) {
 .pcbr {
  display:none;
 }
 .tbbr {
  display:none;
 }
 .spbr {
  display:inline;
 }
}
/*************** ADD CUSTOM CSS HERE.   ***************/

#tablepress-2 tbody tr:first-child td{
	width: 20%;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
}

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


}
