/*
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.   ***************/
.widget_search {
    padding: 30px 30px 30px 30px;
    background-color: #EFF1FE;
    border-radius: 6px 6px 6px 6px;
}
.flatsome_recent_posts ul{
	    padding: 20px 15px;
    background-color: #EFF1FE;
    border-radius: 5px 5px 5px 5px;
}
aside .is-divider{
	height: 0;
}
aside span.widget-title{
	display: block;
    font-weight: 500;
    color: #313E5B;
    font-size: 25px;
    text-transform: inherit;
}
.rank-math-breadcrumb {
    width: fit-content;
    margin: auto;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15) !important;
    border-radius: 10px;
    background-color: #fff;
    display: inline-block;
    padding: 8px 30px;
    font-size: 14px;
}
.rank-math-breadcrumb a {
    color: #437EEB;
}
.page-title .rank-math-breadcrumb p{
	color: #525f81;
}
.archive.category .row.align-center>.col{
	        flex-basis: 100%;
        max-width: 100%;
}
.blog-archive .col.large-10 .col.post-item .box {
    border: 1px solid #eff1fe;
    border-radius: 10px;
}
.blog-archive .col.large-10 .col.post-item .box .box-text {
    padding: 30px;
}
.blog-archive .col.large-10 .col.post-item .box img {
    border-radius: 10px 10px 0 0;
}
.rank-math-breadcrumb p{
	margin-bottom: 0;
}
header.archive-page-header{
	margin-bottom: 58px;
}
.blog-archive .col.large-10 .col.post-item .image-cover{
	padding-top: 70% !important
}
.blog-archive .col.large-10 .col.post-item .box .box-text h5 {
    color: #313E5B;
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 20px;
}
.blog-archive .col.large-10 .col.post-item .box:hover h5 {
    color: #437EEB;
}
.archive-search input[type='search'], .widget_search input[type='search'] {
    box-shadow: none;
    border-radius: 10px 0 0 10px;
}
button[type='submit'] {
    border-radius: 0 10px 10px 0;
    background-color: #437eeb !important;
}
.searchform{
	margin-bottom: 0;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}