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

.cat-banners {
    margin-bottom: 30px;
}

#ask_question, #questions-and-answers > div.questions-section > h3 {
    background: #eee;
    padding: 20px;
    text-transform: capitalize;
}
.yith-woo-ajax-navigation ul li.count-0 {
    display: none;
}

@media only screen and (max-width: 1024px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.fill .bg.bg-loaded {
    background-size: contain!important;
}

}