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


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


}
.pum-content.popmake-content:focus-visible, 
.pum-content *:focus, 
.pum-overlay .pum-content {
    outline: none !important;
}
.p-15 {
    padding: 15px;
}
.section_title_bg span.section-title-main {
    background: #FFBF00;
    color: #FFF;
    padding: 8px 10px;
}

span.post_comments {
    display: none;
}
ul.cpd {
  list-style-type: none;
  margin: 0;
}
ul.cpd li.cpd-l {
  padding: 3px 10px 3px 25px;
  background: url(images/icon-user.png) left 6px no-repeat;
}
ul.cpd span.cpd-r {
  color: #fff;
  font-weight: bold;
  padding: 0 !important;
}