html, body {
    margin: 0;
    padding: 0px !important;
    width: 100%;
    overflow-x: hidden;
}
@font-face {
    font-family: 'ultimate_serialheavy';
    src: url('fonts/ultimate_serial-heavy-webfont.woff2') format('woff2'),
         url('fonts/ultimate_serial-heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body, .navbar-nav .nav-link, .navbar-brand {
    font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6, .navbar-nav .nav-link {
    font-family: 'ultimate_serialheavy', sans-serif;
}
:root {
    --bs-primary: #ff5db1;
    --bs-primary-rgb: 255, 93, 177;
    --bs-secondary: #3e454c;
    --bs-secondary-rgb: 62, 69, 76;
    --btn-secondary-hover: #2c3136;
    --bs-link-color: #ff5db1;
    --bs-link-hover-color: #e64a9b;
    --bs-body-color: #3e454c;
    --bs-border-color: #3e454c;
    --bs-light: #fff0fa;
    --bs-light-rgb: 255, 240, 250;
    --bs-secondary-alt: #383e44;
    --bs-secondary-dark: #838a8f;
    --bs-light-alt: #f8f9fa;
}
.accordion-button:not(.collapsed) {
	background-color: transparent;
	color: inherit;
	box-shadow: none;
}
a, .btn:hover {
	text-decoration: none;
}

.btn {
  white-space: nowrap;
}

input[type="radio"] {
    accent-color: var(--bs-primary);
}

.link-light {
	color: #ffffff !important;
}
.link-light:hover, .link-light:focus {
	color: #d3d4d5 !important;
}

.btn-light {
    --bs-btn-bg: #ffffff;
    --bs-btn-border-color: #ffffff;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #d3d4d5;
}

.btn-primary, .btn-outline-primary:hover, .btn-outline-primary:focus {
    background-color: rgb(var(--bs-primary-rgb));
    border-color: rgb(var(--bs-primary-rgb));
}
.btn-primary:hover, .btn-primary:focus {
    background-color: var(--bs-link-hover-color);
    border-color: var(--bs-link-hover-color);
}
.btn-outline-primary {
	color:  rgb(var(--bs-primary-rgb));
    border-color: rgb(var(--bs-primary-rgb));
}
.btn-outline-secondary {
	color: rgb(var(--bs-secondary-rgb));
    border-color: rgb(var(--bs-secondary-rgb));
}
.btn-secondary, .btn-outline-secondary:hover, .btn-outline-secondary:focus {
    background-color: rgb(var(--bs-secondary-rgb));
    border-color: rgb(var(--bs-secondary-rgb));
}
.btn-secondary:hover, .btn-secondary:focus {
    background-color: var(--btn-secondary-hover);
    border-color: var(--btn-secondary-hover);
}
.row {
    margin-left: 0;
    margin-right: 0;
}
.nav-link {
    text-transform: uppercase;
    letter-spacing: .1rem;
}
.navbar-custom {
    background-color: rgb(var(--bs-primary-rgb));
}
.navbar-custom .navbar-nav .nav-link,
.navbar-custom .navbar-brand,
.nav-link i, 
.navbar-custom .social-icons i {
    color: white;
}
.navbar-toggler {
	margin-left: -16px;
    border: none;
    display: flex;
    align-items: center;
}
.navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}
.navbar-toggler i {
    font-size: 2rem;
    color: white;
}
.navbar-toggler .bi-x {
    display: none;
}
.navbar-toggler.collapsed .bi-list {
    display: inline;
}
.navbar-toggler:not(.collapsed) .bi-x {
    display: inline;
}
.navbar-toggler:not(.collapsed) .bi-list {
    display: none;
}
.navbar-toggler .bi-list {
    display: inline;
}
.navbar-toggler.show {
    display: flex !important;
}
.navbar-brand {
    margin-left: auto;
    margin-right: auto;
    margin-left: 0; /* Override auto centering on desktop */
}
.navbar-brand img {
    height: 40px;
    width: auto;
}
.navbar-panel {
    display: none;
    position: absolute;
    top: 76px;
    left: 0;
    width: 100%;
    z-index: 1050;
    background-color: rgb(var(--bs-secondary-rgb));;
    padding: 20px;
    border-bottom: 1px solid var(--bs-secondary-dark) !important;
    box-shadow: 0px 10px 8px 0px rgba(0,0,0,0.2);
}
.navbar-panel.open {
    display: block;
}
.navbar-panel.open {
    display: block;
}
.navbar-panel .search-box {
    margin-bottom: 20px;
}
.navbar-panel .search-box input {
    border: none;
}
.navbar-panel .search-box .btn {
    border-color: white;
    background: white;
}
.navbar-panel .category-list ul {
    list-style: none;
    padding: 0;
}
.navbar-panel .category-list a {
	color: white;
}
.navbar-panel .category-list a:hover {
	text-decoration: underline;
}
.navbar-panel .category-list ul li, .navbar-panel .category-list h5 {
    color: white;
}
.navbar-panel .social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    color: white;
}
.social-icons a {
    margin-right: 15px;
}
.social-icons a:last-child {
    margin-right: 0px;
}
.social-icons a:hover {
	transform: scale(120%);
}
.top-search-toggle {
	font-size: 1.5rem;
}
.header-headline {
    font-size: 2.5rem;
}
@media (max-width: 768px) {
    .header-headline {
        font-size: 1.5rem;
    }
}
@media (max-width: 576px) {
    .header-headline {
        font-size: 1.2rem;
    }
}
footer {
    background-color: rgb(var(--bs-secondary-rgb));;
    color: white;
}
.footer-top {
	background: var(--bs-secondary-alt);
	padding: 40px;
	margin-bottom: 40px;
	text-align: center;
}
.footer-logo {
    width: 100%;
    margin-bottom: 20px;
}
footer h5 {
    font-family: 'ultimate_serialheavy', sans-serif;
}
.footer-main {
    padding: 0px 20px;
}
.footer-main ul {
    list-style: none;
    padding: 0;
}
.footer-main ul li {
	margin-bottom: 1rem;
}
footer a {
    color: white;
}
footer a:hover {
    color: white;
    text-decoration: underline;
}
.footer-main .social-icons {
	font-size: 150%;
}
.footer-main .social-icons i {
	color: var(--bs-secondary-dark);
}
.footer-main .social-icons i:hover {
	color: white;
}
.footer-links a, .footer-nav a {
    margin-right: 15px;
}
.footer-bottom {
    border-top: 1px solid var(--bs-secondary-dark);
    margin-top: 20px;
    padding: 20px;
}
@media (max-width: 768px) {
    .navbar-panel .category-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .navbar-brand img {
        height: 30px;
        width: auto;
    }
	.navbar-panel {
	    top: 58px !important;
	}
    .footer-main div {
	    margin-bottom: 60px;
    }
}
@media (max-width: 991.98px) {
    .navbar-brand {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media (max-width: 991px) {
	.navbar-panel {
	    top: 66px;
	}
}
@media (min-width: 992px) {
    .sticky-column-wrapper {
        position: relative;
    }

    .sticky-column {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .sticky-column.fixed {
        position: absolute;
    }

    .sticky-column.bottom-stop {
        position: absolute;
        bottom: 0;
        top: auto;
    }
}




/* CUSTOM ELEMENTS */

#end-of-scroll {
	height: 60px;
}
.image-copyright {
	background: rgba(0, 0, 0, 0.6);
	color: white;
	border-bottom-left-radius: .375rem;
}

/* Notifications and messages */
.custom-alert {
	width: 100%;
	max-width: 900px;
	border-radius: 0.25rem;
	overflow: hidden;
}
.custom-alert .alert-icon {
	width: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
}
.custom-alert .alert-text {
	text-align: left;
}
.info-alert {
	background-color: var(--bs-light-alt);
	border: 1px solid #dee2e6;
	border-radius: 0.25rem;
	max-width: 900px;
	margin: 1rem auto;
	font-size: 0.95rem;
}
@media (max-width: 767px) {
	.info-alert {
		text-align: center;
	}
	.custom-alert {
		flex-direction: column;
	}
	.custom-alert .alert-icon {
		width: 100%;
		height: 80px;
		font-size: 2rem;
	}
	.custom-alert .alert-text {
		text-align: center;
	}
}

/* Article tags */
.article-tags {
  text-align: left;
}
.article-tags .tag-link {
	display: inline-block;
	padding: 0.4rem 0.8rem;
	background-color: var(--bs-light-alt);
	border: 1px solid #dee2e6;
	border-radius: 20px;
	font-size: 0.9rem;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}
.article-tags .tag-link:hover {
	background-color: #e2e6ea;
	border-color: #adb5bd;
}

/* Header */
.header-60h {
	height: 60vh;
}

.border-light {
	border-color: var(--bs-secondary-dark) !important;
}

.share-btn, .comment-btn {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  line-height: 1;
  border-radius: 50%;
  flex-shrink: 0;  /* Prevents shrinking */
}

.share-btn i, .comment-btn i {
  font-size: 1rem;
  line-height: 1;
  margin-left: -1px;
  margin-top: 1px;
}

a.comment-btn i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

@media (min-width: 768px) {
	.border-light {
		border: none !important;
	}
	.article-header {
		border-top: 1px solid var(--bs-secondary-dark) !important;
	}
}

.card-wrapper {
    flex-basis: 30%;
    min-width: 250px;
}
.card-wrapper:nth-child(3n) {
    margin-right: 0;  /* Remove right margin on every third card */
}

.card-title a {
	color: rgb(var(--bs-secondary-rgb));;
}
.card-title a:hover {
	color: rgb(var(--bs-primary-rgb));
}
.content-card {
	border: none;
	background: none;
}
.card-body {
	padding: 10px 0px 0px 0px
}
.card.featured {
	background: rgb(var(--bs-primary-rgb));
}
.card.featured .card-body {
	padding: 20px
}
.card.featured .card-body .card-title a, .card.featured .card-body .card-text {
	color: white;
}


/* Store */
.product-card {
    transition: transform 0.3s ease-in-out;
}
.product-card:hover {
    transform: translateY(-5px);
}
.product-hidden {
    display: none !important;
}


/* Book Promo */

.book-promo-card {
    padding: 40px 20px;
}
.book-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.book-item h5 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}
.book-item p {
    flex-grow: 1;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}
.book-item .btn {
    margin-top: auto;
}
.book-item img {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


/* Popular Pages */
.popular .badge {
	width: 40px;
	height: 35px;
	font-size: 1.2rem;
}
.popular a {
	color: rgb(var(--bs-secondary-rgb));
}
.popular a:hover {
	color: rgb(var(--bs-primary-rgb));
}


/* About the Author Box */
.author-box {
  border-left: 5px solid rgb(var(--bs-primary-rgb));
}

.author-image img {
  object-fit: cover;
  border: 3px solid #dee2e6;
}


/* Polls */
.poll-option {
	cursor: pointer;
	overflow: hidden;
	position: relative;
	transition: background-color 0.3s ease;
}
.poll-bar-bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 0;
	z-index: -1;
	transition: width 1s ease-in-out;
	background-color: var(--bs-light);
}
.poll-option .percentage {
	opacity: 0;
	transition: opacity 0.3s ease;
	color: inherit;
}
.poll-option.selected .percentage {
	opacity: 1;
}
.poll-option i {
	color: var(--bs-secondary);
}



/* Commenting */
.comment-card {
    border: 1px solid rgba(0,0,0,0.1);
    border-left: 5px solid rgb(var(--bs-primary-rgb));
    transition: box-shadow 0.3s;
    padding-left: 20px;
}
.comment-card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.comment-card .text-muted {
    font-size: 0.9rem;
}
.comment-form {
    display: none;
}
.comment-form, .auth-prompt {
    background:  var(--bs-light-alt);
    border-radius: 8px;
    padding: 20px;
}
.avatar {
    width: 50px !important;
    max-width: 50px !important;
    min-width: 50px !important;
    
    aspect-ratio: 1 / 1; /* Maintain a 1:1 ratio */
    border-radius: 50%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    overflow: hidden;
}
.avatar .avatar-gradient {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,0.6));
}
.avatar span {
    z-index: 1;
}
.admin-reply {
    margin-top: -1px;
    padding: 15px 20px;
    margin-left: -20px;
}


/* Pagination */
.pagination .page-item.active .page-link {
    background-color: #ff5db1 !important;
    border-color: #ff5db1 !important;
}

/* Countdown */
#countdown .countdown-item h1, #countdown .countdown-item p {
	min-height: 1em;
}

.nope {
	display: none;
}

.sticky-column {
	padding-bottom: 40px;
}

/* Image Gallery */
.gallery-main-image {
  position: relative;
  overflow: hidden;
}
.gallery-main-image img {
  width: 100%;
  height: auto;
}
.gallery-caption-bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  text-align: center;
}
.gallery-thumbnail-gallery {
  overflow-x: auto;
  white-space: nowrap;
  margin-top: 10px;
}
.gallery-thumbnail-gallery img {
  width: 100px;
  height: auto;
  margin-right: 5px;
  cursor: pointer;
}
.gallery-thumbnail-gallery img.active {
  border: 2px solid var(--bs-link-color);
}

/* About Page */
.team-bio img {
    max-width: 150px;
    border-radius: 50%;
}
.fun-facts {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
}
.fun-facts .row {
    justify-content: center;
}
.fun-facts i {
    font-size: 3rem;
    margin-bottom: 10px;
}
.legal-links a {
    display: inline-block;
    margin: 5px 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
        
/* Sitemap */
.sitemap-card {
    border: none;
    margin-bottom: 10px;
}
.sitemap-card a {
    text-decoration: none;
    font-size: 1.1em;
}
.sitemap-card .sitemap-link {
    margin-left: 5px;
    font-size: 0.6em;
    color: var(--bs-secondary);
    position: relative;
    top: -0.2em;
}
.sitemap-card a:hover .sitemap-link {
    color: var(--bs-primary);
}

.sitemap-card .sitemap-more {
    margin-right: 5px;
    font-size: 0.8em;
    color: var(--bs-secondary);
    position: relative;
    top: -0.1em;
}
.sitemap-desc {
    font-size: 0.9em;
}
.sitemap-child li {
    font-size: 0.9em;
    list-style-type: disc;
    margin-left: 20px;
}
.sitemap-child li.no-style {
    list-style-type: none;
    margin-left: 8px;
}
.sitemap-child small {
    margin-left: 10px;
}

/* Psychics */
.psychic-options .list-group-item:nth-child(odd) {
  background-color: #f8f9fa;
}
.psychic-options .list-group-item:nth-child(even) {
  background-color: #e9ecef;
}