/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/* ROOT CSS */

body {
    font-family: var(--font-family-sans-serif) !important;
	background-color: #f4f8f9;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #585858;
}

code, pre {
  font-family: var(--font-family-monospace);
}

img {
    display: block;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

button {
	text-transform: capitalize;
}

a:hover { 
	text-decoration: none;
}

/*************** ADD CUSTOM CSS HERE.   ***************/


/* Header Top */

.header-inner {
	display: flex;
	align-items: center;
	padding: 10px 0;
	position: relative;
}
@media screen and (max-width: 991px) {
	.header-inner {
		position: relative;
		flex-wrap: wrap;
	}
	.header .search-form input{
		padding: 7px 20px 7px 52px;
	}
	.header .navbar .search-dropdown{
		display: flex;
		flex-direction: column;
		padding-left: 0;
		margin-bottom: 0;
		list-style: none;
	}
}
@media screen and (max-width: 992px) and (max-width: 576px) {
	.header-inner {
		padding-top: 10px;
		justify-content: center;
	}
}
.header {
	background: #fff;
}
.header-inner .logo img {
	width: 100%;
	height: auto;
	object-fit: cover;
	width: 65px;
}
.header .search {
	display: flex;
	margin-left: 45px;
	width: 100%;
	flex: 1;
}
@media screen and (max-width: 991px) {
	.header .search {
		margin-left: 0;
	}
}
@media screen and (max-width: 575px) {
	.header .search {
		display: block;
	}
}
.header .search-form {
	position: relative;
	flex-shrink: 0;
	background: #f3f1ef;
	border-radius: 100px;
}
@media screen and (max-width: 991px) {
	.header .search-form input{
		padding: 7px 20px 7px 52px;
	}
}
@media screen and (max-width: 768px) {

}
@media screen and (max-width: 575px) {
	.header .search-form {
		position: relative;
		width: 100%;
	}
}
.header .search-form .search-results {
	background: #fff;
	border: 1px solid #cdcdcd;
	border-radius: 5px;
	display: none;
	position: absolute;
	margin-top: 1px;
	width: 100%;
	min-height: 50px;
	overflow: hidden;
	z-index: 99;
}
.header .search-form .search-results-list > a {
	color: #333;
	padding: 6px 20px;
}

.search-results-list .widget_term_id {
	display: block;
	color: #333;
	padding: 6px 20px;
}

.search-results-list .widget_term_id:hover {
	background: #efefef;
	color: var(--primary-color);
}
.header .search-form .search-results > a:hover {
	background: #efefef;
	color: var(--primary-color);
}
.header .search-form button {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	height: 100%;
	padding: 0 10px 0 18px;
}
.header .search-form button img {
	width: auto;
	height: auto;
}
.header .search-form input {
	width: 100%;
	background: #fff;
	border-radius: 100px;
	border: 0;
	padding: 12px 20px 12px 52px;
	font-size: 16px;
	line-height: 27px;
	font-family: "Inter", sans-serif;
	border: 1px solid #cdcdcd;
	transition: all 0.2s linear;
}
.header .search-form input::placeholder {
	color: #9ea0a2;
}
.header .search-form input:focus {
	border-color: var(--primary-color);
}
@media screen and (max-width: 575px) {
	.header .search-form input {
		padding: 5px 15px 5px 50px;
	}
}
.header .navbar{
	background: var(--primary-color);
}
.header .navbar .dropdown-custom .dropdown-btn{
	color: #fff;
	padding: 8px 0;
	font-weight: 400;
}
.header .navbar-toggler {
	padding: 0px;
}
.header .navbar-toggler .navbar-toggler-icon {
	width: 52px;
	height: 36px;
}
.header .search-dropdown {
	position: relative;
	display: flex;
	width: 100%;
	align-items: center;
}
.header .search-dropdown .dropdown:not(:last-child) {
	margin-right: 40px;
}
.header .search-dropdown .dropdown.dropdown-col {
	position: unset;
}
@media screen and (max-width: 991px) {
	.header .search-dropdown {
		justify-content: flex-start;
		padding: 10px 0;
	}
}
@media screen and (max-width: 575px) {
	.header .search-dropdown {
		margin: 30px 0 10px 0;
		padding: 0;
		justify-content: center;
	}
	.header .search-dropdown .dropdown:first-child {
		margin-right: 0;
	}
}
@media screen and (max-width: 991px) {
	.header .search-dropdown .dropdown-custom {
		text-align: left;
		width: 33%;
	}
}
@media screen and (max-width: 767px) {
	.header .search-dropdown .dropdown-custom {
		width: 200px;
	}
}
@media screen and (max-width: 575px) {
	.header .search-dropdown .dropdown-custom {
		text-align: center;
		width: 50%;
	}
}
.header .search-dropdown .c-dropdown-menu {
	transform: unset !important;
	top: calc(100% - 1px) !important;
	margin: 0;
	width: 100%;
}
.header .search-dropdown .dropdown-header {
	font-size: 16px;
	font-weight: bold;
	color: #149a56;
	white-space: pre-wrap;
}
.header .search-dropdown .submenu-wrap {
	display: flex;
	flex-wrap: wrap;
}
.header .search-dropdown .submenu-wrap .divide {
	width: 25%;
}
@media (max-width: 991px) {
	.header .search-dropdown .submenu-wrap .divide {
		width: 33%;
	}
}
@media (max-width: 767px) {
	.header .search-dropdown .submenu-wrap .divide {
		width: 50%;
	}
	.header .search-dropdown .c-dropdown-menu {
		height: 300px;
		overflow: auto;
	}
}

.navbar {
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}


/* Footer */
#footer .logo img {
	max-height: 80px;
}

#footer p {
	color: #4d4d4d;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 16px;
}

#footer h6 {
	margin-top: 45px;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

#footer div a {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

#footer .ux-menu-link__text {
	display: inline-block;
	color: #4d4d4d;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

#footer .list-socials {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#footer .list-socials li {
	margin: 0 4px 4px 0;
}

#footer .list-socials li a {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    border-radius: 0.5rem;
    width: 32px;
    height: 32px;
    font-size: 16px;
}
/* End footer */

/* archive */

.header-archive-content {
	padding-top: 50px;
    padding-bottom: 18px;
}

.news-content-inner {
	display: flex;
}
@media screen and (max-width: 991px) {
	.news-content-inner {
		display: block;
	}
}

@media screen and (max-width: 991px) {
	.new-list {
		margin-top: 30px;
	}
}

.page-title {
	color: #000;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.archive .new-item:first-child {
	 flex-wrap: wrap;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    border-bottom: 0;
}

.archive .new-item:first-child .thumb {
	width: 100%;
    height: auto;
    aspect-ratio: auto;
    margin-right: 0;
}
.new-item .thumb img{
	width: 100%;
	height: auto;
    object-fit: cover;
}
.new-item {
	    display: flex;
}

.new-item:not(:last-of-type) {
	margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e9e5e1;
}

.new-item .thumb {
	width: 170px;
    height: 135px;
    flex-shrink: 0;
    margin-right: 20px;
}

.new-item .title a {
	font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #18211e;
    transition: all 0.2s linear;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    max-width: 100%;
    word-break: break-word;
}

.new-item .desc {
	line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    max-width: 100%;
    word-break: break-word;
}

.new-sidebar {
	width: 350px;
	margin-left: 20px;
	flex-shrink: 0;
}
@media screen and (max-width: 991px) {
	.new-sidebar {
		width: 100%;
		margin-left: 0;
	}
}
.new-sidebar-ads {
	margin-top: 11px;
}
.new-sidebar-ads img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.new-cate {
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 13px 20px 23px 20px;
}
.new-cate-title {
	font-weight: 700;
	font-size: 18px;
	color: #033323;
	margin-bottom: 8px;
}
.new-cate-main .thumb {
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 16px;
}
.new-cate-main .thumb img {
	aspect-ratio: 1 / 0.65;
	object-fit: cover;
}
.new-cate-main .text-secondary {
	font-size: 14px;
}
@media screen and (max-width: 575px) {
	.new-cate-main .thumb {
		height: 180px;
	}
}
.new-cate-main .thumb img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.new-cate-main .title a {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #18211e;
	transition: all 0.2s linear;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
	max-width: 100%;
	word-break: break-word;
}
.new-cate-main .title a:hover {
	color: #098d4b;
}
.new-cate-item {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #585858;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #e9e5e1;
	width: 100%;
	max-width: 100%;
	word-break: break-word;
}
@media screen and (max-width: 575px) {
	.new-cate-item {
		margin-top: 15px;
		padding-top: 15px;
	}
}
.new-cate-item:hover {
	transition: all 0.2s linear;
}
.new-cate-item:hover:hover {
	color: #098d4b;
}

.new-content-detail {
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
}

.entry-title {
	 font-weight: 600;
    font-size: 27px;
    line-height: 40px;
    color: #18211e;
}

#toc_container li,#toc_container ul {
    margin: 0;
    padding: 0
}

#toc_container.no_bullets li,#toc_container.no_bullets ul,#toc_container.no_bullets ul li,.toc_widget_list.no_bullets,.toc_widget_list.no_bullets li {
    background: 0 0;
    list-style-type: none;
    list-style: none
}

#toc_container.have_bullets li {
    padding-left: 12px
}

#toc_container ul ul {
    margin-left: 1.5em
}

#toc_container {
    background: #f9f9f9;
    border: 1px solid #aaa;
    padding: 10px;
    margin-bottom: 1em;
    width: auto;
    display: table;
    font-size: 95%
}

#toc_container.toc_light_blue {
    background: #edf6ff
}

#toc_container.toc_white {
    background: #fff
}

#toc_container.toc_black {
    background: #000
}

#toc_container.toc_transparent {
    background: none transparent
}

#toc_container p.toc_title {
    text-align: center;
    font-weight: 700;
    margin: 0;
    padding: 0
}

#toc_container.toc_black p.toc_title {
    color: #aaa
}

#toc_container span.toc_toggle {
    font-weight: 400;
    font-size: 90%
}

#toc_container p.toc_title+ul.toc_list {
    margin-top: 1em
}

.toc_wrap_left {
    float: left;
    margin-right: 10px
}

.toc_wrap_right {
    float: right;
    margin-left: 10px
}

#toc_container a {
    text-decoration: none;
    text-shadow: none
}

#toc_container a:hover {
    text-decoration: underline
}

.toc_sitemap_posts_letter {
    font-size: 1.5em;
    font-style: italic
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
.entry-content {
	    padding-top: 0;
    padding-bottom: 0;
}
.new-related {
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	padding: 13px 20px 23px 20px;
}

/* End header top */
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}