/*
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.   ***************/
#nz-div h2.tde {
	background-color: #007fc0;
}
#nz-div h2.tde span{
	border-radius: 0 20px 0 0;
}
header.archive-page-header {
	margin-bottom: 0px !important;
    background: #171849;
    color: #fff !important;
    height: 146px;
    display: flex;
    justify-content: center;
    align-items: center;
}
header.archive-page-header h1 {
	color: #fff;
	margin-bottom: 0;
}
.archive.category .page-wrapper {
	padding-top: 0 !important;
}
.taxonomy-description p {
    margin: 0;
}
.archive-page-header .col {
    margin: 0;
    padding: 0;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.chowordpress_readmore_flatsome a {
    background: #2f3193;
    width: auto;
    display: inline-block !important;
    color: #fff !important;
    padding: 10px;
    border-radius: 10px;
}