/**
Theme Name: oblue
Author: PhuongHX
Author URI: https://github.com/phuonghx
Description: oblue Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oblue
Template: astra
*/


.site-logo-img img {
	filter: unset !important;
}

.home #ast-desktop-header .ast-primary-header-bar {
	border-bottom: dashed 1px #fff !important;
}

.site-navigation .menu-link:hover {
	color: #EB6E2B !important;
}

.page-numbers.current {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 8px 14px;

	width: 32px;
	height: 32px;

	background: #4683C1;
	border-radius: 8px;

	color: #fff;

}

div#secondary {
	margin-top: 30px;
}

#secondary aside.widget {
	    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

#secondary .widget-title {
	text-align: center;
	background: #2A66AE;
	color: #fff;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	padding: 10px 10px;
}


#secondary aside.widget > .elementor {
	padding: 0 10px 20px 10px;
}

footer .uael-nav-menu {
	flex-direction: column;
}

@media (max-width: 544px) {
		.share-btn .social-text {
		display: none;
		justify-content: center;
	}
	
	.share-btn {
		justify-content: center;
	}
    .single-post #content .ast-container {
        padding-left: 25px;
        padding-right: 25px;
    }
}


/* Custom Post Top Content Styles */
.custom-post-top-content {
	background-color: #F6FAFE;
	padding: 20px 24px;
	margin-bottom: 16px;
	border-radius: 12px;
}

.custom-post-top-content .post-date {
	color: #6c757d;
	font-size: 14px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	gap: 5px;
}

.custom-post-top-content .custom-headline {
	font-size: 28px;
	font-weight: bold;
	color: #060606;
	margin: 0 0 10px 0;
	line-height: 1.4;
}

.custom-post-top-content .custom-intro {
	color: #495057;
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}

/* Custom Post Bottom Content Styles */
.custom-post-bottom-content {
	margin-top: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #e9ecef;
	border-bottom: 1px solid #e9ecef;
}

.social-share-buttons {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
}

.social-share-buttons > * {
	flex: 1;
}

.share-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 24px;
	border: none;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease;
	font-family: inherit;
}

.share-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 8px rgba(0,0,0,0.15);
	color: #fff;
}

.facebook-btn {
	background-color: #0063E0;
}

.facebook-btn:hover {
	background-color: #2d4373;
}

.gmail-btn {
	background-color: #C5221F;
}

.gmail-btn:hover {
	background-color: #c23321;
}

.print-btn {
	background-color: #828282;
}

.print-btn:hover {
	background-color: #5a6268;
}

.share-btn .btn-icon {
	font-weight: bold;
	font-size: 16px;
	line-height: normal;
}


/* Custom Breadcrumb Styles */
.custom-breadcrumb {
	padding: 12px 0;
	text-align: center;
	margin: auto;
	display: flex;
  align-items: center;
  justify-content: center;
	background-color: #f6fafe;
  background-image: none;
	width: 100%;
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.breadcrumb-list {
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	font-size: 14px;
}

.breadcrumb-item {
	display: inline-block;
}

.breadcrumb-item a {
	font-size: 14px;
	color: #000;
	text-decoration: none;
	transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
	color: #2A66AE;
}

.breadcrumb-item.active {
	color: #000;
	font-weight: bold;
}

.breadcrumb-separator {
	color: #6c757d;
	user-select: none;
}


.single-post #content .entry-content p {
    margin-bottom: 10px;
}
