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

#breadcrumbs{
text-transform: lowercase;
padding: 10px 0;
width: 100%;
display: block;
}

#breadcrumbs a{
color:#0369a1;
}

.entry-content.single-page p a{
color: #0369a1;
border-bottom: 2px solid;
}

.entry-content.single-page p a:hover{
color: #4B5563;
transition: .4s;
}

.entry-content.single-page ul li a{
color: #0369a1;
border-bottom: 2px solid;
}

.entry-content.single-page ul li a:hover{
color: #4B5563;
border-bottom: 2px solid;
}

.title-cat-products{
    margin: 10px 0 0;
    display: block;
    font-weight: bold;
    color: #000;
    font-size: 15px;
    background: #fafafa;
    padding: 4px;
}

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


}