/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.19.9
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/*related post*/
.pt-related {
	    margin-top: 40px;
}
.pt-related-content-item {
	    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 5px;
    grid-column-gap: 5px;
    display: grid;
    position: relative;
	margin-top: 15px;
    margin-left: -12px;
    margin-right: -12px;
}

.pt-related .image-cover {
	    padding-top: 62.5% !important;
}

.pt-related .image-cover img {
	border-radius: 8px
}

.pt-related .box-text-inner {
	    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
}

.pt-related-title  {
    text-transform: none !important;
    padding-bottom: 15px !important;
    display: block;
    position: relative;
	border-bottom: 1px solid #13172b !important;
	margin-bottom: 20px;
	
}

.pt-related-title span {
	margin-left: 18px;
	font-size: 20px;
    line-height: 30px;
    font-weight: 700;
	letter-spacing: normal
}

.pt-related-title:before {
	background-color: #ff464b;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 10px;
    left: 0px;
    position: absolute;
    width: 10px;
    top: 10px;
}

.pt-related .post-title {
	font-size: 16px;
}


.custom-category-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.custom-category-item {
    display: inline-block;
    margin-right: 10px;
}

.custom-category-link {
    text-decoration: none;
    color: #0073aa;
    background-color: #f1f1f1;
    padding: 5px 10px;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

.custom-category-link:hover {
    background-color: #005177;
    color: #ffffff;
}

.no-category {
    color: #ff0000;
    font-style: italic;
}

span.widget-title {
    color: #224945;
    text-transform: inherit;
    letter-spacing: normal;
    font-weight: 400;
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
}

.is-divider {
	display: none;
}

.post-template-default .large-12.col img {
	border-radius: 10px;
	width: 100%;
	height: auto;
}

b, strong {
	font-weight: bold;
}

.post-template-default .large-12.col .rank-math-breadcrumb  a:nth-child(1) {
	padding-left: 20px;
}

.post-template-default .large-12.col .rank-math-breadcrumb, .post-template-default .large-12.col .rank-math-breadcrumb a {
	font-size: 14px;
}

.post-template-default .large-12.col .rank-math-breadcrumb .separator {
    margin: 0 10px;
}

.post-template-default .large-12.col .rank-math-breadcrumb a:nth-child(1):before {
    content: "";
    speak: none !important;
    display: inline-block;
    font-display: block;
    font-family: fl-icons !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: 500 !important;
    line-height: 1.2;
    margin: 0;
    position: relative;
    text-transform: none !important;
    font-size: 25px;
    position: absolute;
    left: 15px;
    top: -3px;
}

.post-template-default .entry-title {
    color: #224945;
    font-weight: 400;
    font-size: 32px;
}

.entry-divider {
	display: none;
}

.single .entry-category a {
    background-color: #101820;
    border-radius: 30px;
    color: #fff;
    letter-spacing: normal;
    padding: 7px 15px;
    font-weight: normal;
    font-size: 15.5px;
    text-transform: none;
	margin: 5px;
}

.single .entry-category {
	opacity: 1;
	margin-bottom: 30px;
}

.archive #post-list img, .search #post-list img, .box-image img {
	border-radius: 10px;
}

.badge-inner {
    background-color: #000000;
}

.home .rank-math-breadcrumb {
	display: none;
}
.taxonomy-description ul, .entry-content ul {
	margin-left: 15px;
}

a {
    color: #266431;
}

.post_comments {
	display: none;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.post-template-default .entry-title {
    font-size: 28px;
}

}