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

/*************** ADD CUSTOM CSS HERE.   ***************/
.header-main .nav > li > a {
    line-height: normal !important;
}


.col-1 h2 .section-title-main {
    border-bottom: none;
    margin-bottom: -2px;
    margin-right: 15px;
    padding-bottom: 7.5px;
    background-color:#2d6a4f;
    color: white;
    font-size: 16px;
    padding: 5px 10px;
}

.col-1 h2.section-title-normal {
    border-bottom: 2px solid #2d6a4f;
	margin-bottom: 0;
}

.row-news-2 .col-post-2 .col {
	border-bottom: 1px solid #2d6a4f;
    margin-bottom: 10px;
	padding: 0 0 10px 0;
}

.row-news-2 .col-post-2 .col:nth-last-child(1) {
	border: none;
}

.row-news-2 .col-post-2 .col a {
    font-weight: normal;
    font-size: 16px;
}

.row-news-2 .col-post-2 .box-text {
    padding: 0 0 0 15px;
}

.row-news-2 .col-post-1 .post-meta {
    margin: 10px 0;
    font-size: 14px;
}

.row-news-2 .col-post-2 .post-meta  {
	font-size: 14px;
}

.row-news-2 .col-post-1 .post-title a {
	font-size: 22px;
}

.section-news-1 .box-image .image-cover {
	position: relative;
}

.section-news-1 .box-image .image-cover:before {
	content: '';
	position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: #000;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
	z-index: 1;
}


.section-news-1 .box-text {
    z-index: 1;
}


.section-news-1 .post-item:nth-child(n+3) .post-title a {
	font-size: 16px;
}

.section-news-1 .box-text-inner {
	display: grid;
}

.section-news-1 .box-text-inner .post-meta {
    order: -1;
}

.col-2 h2 .section-title-main {
    font-weight: 600;
    border-bottom: 1px solid #2d6a4f;
    display: block;
    padding-bottom: 12px;
    margin-bottom: 30px;
    position: relative;
	font-size: 15px;
	width: 100%;
}

.col-2 h2 .section-title-main::after {
    content: "";
    width: 70px;
    left: 0;
    bottom: -1px;
    display: block;
    position: absolute;
    border-bottom: 1px solid #2d6a4f;
}

.col-2 h2 {
    border: none;
    margin-bottom: 0;
}

.col-2 h2 b {
	display: none;
}

.col-2 .section-title-container {
	margin-bottom: 0;
}

.section-news-2 .col-2 .post-title a {
    font-weight: normal;
}

.section-news-2 .col-2 .col {
	padding-bottom: 10px;
}


/*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 .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;
    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 {
	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;
}


.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;
}

}