/*
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.   ***************/
a#top-link {
    background: #ff5317;
    border: 2px solid #fff;
    color: #fff;
}
.page-title-inner {
    min-height: 40px;
    padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.flex-col.medium-text-center.form-flat {
    display: none;
}
nav.rank-math-breadcrumb.breadcrumbs.uppercase {
    text-transform: capitalize;
    font-size: 15px;
}
.related-posts {
    border: 1px dashed #ff652f;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 15px;
	background:#212121;
}
.box-blog-post .image-cover {
    padding-top: 52.5% !important;
    border: 1px solid rgb(255 83 23 / 30%);
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}