/*
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.   ***************/
:root {
	--cl-main: #ee6d11;
	--cl-sub: #000000;
	--cl-hover: #d86411;
}
table, th, td {
	border: 1px solid #000;
	border-collapse: collapse;
}
td:first-child, th:first-child {
	padding-left: .5em;
}
span.widget-title span {
	color: var(--cl-main);
}
.box-text {
	padding-top: 5px;
}
.page-title .entry-title {
    margin-bottom: 0;
    text-transform: uppercase;
}
.scpage_header .page-title-inner {
	padding-top: 0;
}
.scpage_header .col {
	padding-top: 0;
	padding-bottom: 0;
}
.scpage_header .rank-math-breadcrumb p {
	margin-bottom: 0;
	text-transform: uppercase; 
	color: #000;
	text-align: right;
}
.blog-wrapper.blog-archive.page-wrapper {
    padding: 0;
}
.section-title-container {
    margin-bottom: 10px;
	padding: 0 10px;
}
header.archive-page-header,
.blog-header-wrapper {
    margin-bottom: 20px;
}
.archive-page-header .page-title,
.blog-header-wrapper .page-title {
	background-color: #e7e7e7;
}
.archive-page-header .page-title .entry-title,
.archive-page-header .dark .breadcrumbs a,
.archive-page-header .dark .breadcrumbs p,
.blog-header-wrapper .page-title .entry-title,
.blog-header-wrapper .breadcrumbs a,
.blog-header-wrapper .breadcrumbs p  {
	color: #000;
}
.archive-page-header .page-title .entry-title strong {
	padding-left: 7px;
}
/* HEADER */
.banner-ads_top {
	max-height: 270px;
	min-width: 980px;
}
.banner-ads_top.mobile {
	display: none;
	max-height: 215px;
	min-width: 425px;
}
.banner-ads_top .link {
	display: block;
	overflow: hidden;
	height: 100%;
	max-height: 270px;
}
.banner-ads_top.mobile .link {
	max-height: 215px;
}
.banner-ads_top img {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	object-fit: cover;
}
.header-main {
	box-shadow: 0 4px 20px rgba(0,0,0,.05);
}
#logo {
	/* display: none; */
}
.header-inner .nav-left {
	justify-content: center;
}
/* END HEADER */

/* FOOTER */
.absolute-footer {
	padding: 0 !important;
}
footer p {
	margin-bottom: 10px !important;
}
.footer-menu .widget {
	padding-left: 0;
	margin-bottom: 0;
}
.footer-menu span.widget-title,
.footer-menu .widget .is-divider {
	display: none;
}
.footer-menu .widget li a {
	color: #000;
	font-size: 15px;
	padding-bottom: 0;
}
.footer-menu .widget li {
	border-top: none !important;
	display: inline-block;
}
.footer-textlink .ux-menu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.scsearch_footer .ux-menu.stack.stack-col.justify-start {
	flex-direction: row;
}
.footer-textlink .ux-menu .ux-menu-link,
.footer-textlink a.button, .footer-menu .widget li a,
.scsearch_footer .ux-menu-link.flex.menu-item .ux-menu-link__text {
	width: fit-content;
	background-color: #ddd;
	padding: 8px 10px;

	margin-bottom: 7px !important;
	line-height: normal;
	color: #000;
	font-weight: 400;
	font-size: 15px;
	min-height: auto;
}
.footer-textlink a.button span {
	line-height: normal;
}
.footer-textlink .ux-menu .ux-menu-link:hover,
.footer-textlink a.button:hover, .footer-menu .widget li a:hover,
footer .ux-menu-link__link:hover span {
	background-color: var(--cl-main) !important;
	color: #fff !important;
}
.footer-menu .widget li a:hover {
	box-shadow: inset 0 0 0 100px rgba(0,0,0,.2);
}
.footer-textlink .ux-menu .ux-menu-link:hover .ux-menu-link__link {
	color: #fff;
}
.footer-textlink .ux-menu .ux-menu-link .ux-menu-link__link {
	padding: 0;
	min-height: auto;
	font-size: 15px;
}
footer .menu_icon {
	padding: 8px 15px;
    background: var(--cl-main);
    color: #fff;
	font-size: 15px;
}
footer .text_icon {
	padding-left: 8px;
    line-height: 2;
}
footer .menu_icon:hover {
	color: #fff;
	background: var(--cl-hover);
}
/* END FOOTER */

/* BLOCK SIDEBAR */
#namlbn_sidebar p {
	margin-top: 5px;
	margin-bottom: 0;
}
#namlbn_sidebar ul>li {
	padding-bottom: 10px;
}
#namlbn_sidebar ul li:last-child {
	padding-bottom: 0;
}
#namlbn_sidebar ul>li+li {
	padding-top: 10px;
}
#namlbn_sidebar ul li a {
	border-radius: 3px;
}
span.widget-title {
	font-size: 20px;
}
.post-sidebar a {
	color: #000;
}
aside ul li {
	padding: 5px 0;
}
aside ul li a {
	display: -webkit-box !important;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 !important;
}
.sidebar_tax .item {
	display: flex;
}
.sidebar_tax .item .thumbnail {
	width: 35%;
	display: block;
	position: relative;
	flex: initial;
}
.sidebar_tax .item .thumbnail:before {
	content: '';
	display: block;
	padding-bottom: 78%;
}
.sidebar_tax .item .thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 3px;
}
.sidebar_tax .item .title {
    color: #202124;
    width: 100%;
    font-size: 14px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px !important;
    line-height: 22px;
	font-size: 15px;
}
.sidebar_tax .item .title:hover {
	color: var(--cl-hover);
}
/* END BLOCK SIDEBAR */

/* PAGINATION POSTS */
.navigation-post .nav-previous {
	padding-left: 10px;
}
.navigation-post .nav-next {
	padding-right: 10px;
}

div#secondary.sticky {
		/* //position: sticky; */
	
}
/* END PAGINATION POSTS */
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

}
.col.no-padding-bottom, .gallery-item.no-padding-bottom, .columns.no-padding-bottom,
.row-small>.flickity-viewport>.flickity-slider>.col, .row-small>.col,
.no-padding-bottom .col,.no-padding-bottom .gallery-item,.no-padding-bottom .columns{
	padding-bottom: 0px
}
.no-divider .is-divider {
	display: none
}
.section-title-normal span {
	padding-bottom: 0
}
.section-title {
	margin-bottom: 10px;
}
#comments {
	margin: 0;
}
@media (max-width: 768px){
	.sidebar_tax .item .thumbnail:before {
		padding-bottom: 50%;
	}
}

@media (max-width: 640px){
	#logo {
		display: block;
	}
	.banner-ads_top {
		min-width: 100%;
		height: auto;
	}
	.banner-ads_top.pc {
		display: none;
	}
	.banner-ads_top.mobile {
		display: block;
	}
	.title-breadcrumbs.pb-half.pt-half {
		padding: 0;
	}
	.entry-content.single-page,
	.article-inner.has-shadow .entry-header-text {
		padding-left: 7px !important;
		padding-right: 7px !important;
	}
}