/*

Theme Name: Solojam Theme 2024
Theme URI: https://solojam.com.ng
Description: A mobile-friendly theme. Built on the Carrington framework.
Version: August 2022
Author: Devshedi 
Author URI: https://shedi.com.ng
Tags: wine, white, one-column, flexible-width

//
// Copyright (c) 2019 NK Media Int'l, Ltd. All rights reserved.
//
// **********************************************************************

*/

html{overflow-x:hidden}body{color:#444;font:100% helvetica,arial,sans-serif;line-height:100%;margin:0 auto;padding:0;height:100%}div{-webkit-backface-visibility:hidden}h1,h1 a,h2,h2 a,h3,h3 a,h4,h4 a,h5,h5 a,h6,h6 a{-webkit-backface-visibility:hidden;color:#222}img{max-width:100%;height:auto}embed,iframe,object,video{max-width:100%}.video{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}.video embed,.video iframe,.video object{position:absolute;top:0;left:0;width:100%;height:100%}.container{padding:10px 20px;position:relative;background-color:inherit;width:100%}.content img{width:auto;max-width:98%;height:auto;max-height:98%;display:block;background-color:#fff;padding:6px;margin-top:6px;margin-bottom:6px;box-shadow:0 4px 8px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)}.content img:hover{opacity:.8}img.wp-post-image{float:left;margin-right:2px;width:50px;height:50px;padding:1px;border:solid 1px #ddd}

/* including for compatibility */

.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 8px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.related-posts {
    margin-top: 30px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.related-posts h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
}

.related-posts-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.related-post-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.related-post-item .post-number {
    font-size: 18px;
    font-weight: bold;
    color: #061061;
    margin-right: 15px;
}

.related-post-thumbnail {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    margin-right: 10px;
}

.related-post-item h4 {
    font-size: 16px;
    margin: 0;
    color: #061061;
}

.related-post-item h4 a {
    text-decoration: none;
    color: inherit;
}

.related-post-item h4 a:hover {
    color: #ff7614;
    text-decoration: underline;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .related-post-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .related-post-thumbnail {
        margin-bottom: 10px;
        width: 80px;
        height: 80px;
    }

    .related-post-item h4 {
        font-size: 14px;
    }

    .related-post-item .post-number {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .related-post-item .post-number {
        font-size: 14px;
    }

    .related-post-item h4 {
        font-size: 12px;
    }
}

/* General button styles */
.music-streaming-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.music-button {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
    text-align: center;
}

/* Apple Music button styles */
.apple-music-button {
    background-color: #000000; /* Apple Music color */
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    font-size: 18px;
}

.apple-music-button:hover {
    background-color: #1D1D1D;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.3);
}

.apple-music-button:active {
    background-color: #333333;
}

/* Spotify button styles */
.spotify-button {
    background-color: #1DB954; /* Spotify green */
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
    font-size: 18px;
}

.spotify-button:hover {
    background-color: #1ed760;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.3);
}

.spotify-button:active {
    background-color: #1aeb55;
}

/* Hover effect and active states */
.music-button:hover {
    opacity: 0.9;
    transform: scale(1.05);
}

.music-button:active {
    transform: scale(1);
}

/* Responsive Styles */
@media (max-width: 768px) {
    .music-streaming-buttons {
        flex-direction: column;
        gap: 15px;
    }

    .music-button {
        padding: 12px 20px;
        font-size: 14px;
    }
}
.mp3-download-container {
    margin: 20px 0;
    padding: 15px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
}

.mp3-download-container p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}

.download-btn {
    display: inline-block;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    background-color: #061061; /* Theme color */
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.download-btn:hover {
    background-color: #ff7614; /* Hover effect color */
}
.trending-songs-container {
    max-width: 900px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

.trending-title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
    color: #061061;
}

.trending-songs-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.trending-song-item {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
}

.trending-song-item:last-child {
    border-bottom: none;
}

.song-rank {
    flex: 0 0 50px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff; /* White text color */
    background-color: #000; /* Black background color */
    border-radius: 5px; /* Optional: Rounded corners */
    line-height: 50px; /* Center align text vertically */
    height: 50px;
    width: 50px;
    margin-right: 15px;
}

.song-details {
    flex: 1;
    display: flex;
    align-items: center;
}

.song-thumbnail img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 15px;
}

.song-info .song-title {
    font-size: 18px;
    color: #333;
    margin: 0;
}

.song-info .song-title a {
    text-decoration: none;
    color: inherit;
}

.song-info .song-title a:hover {
    text-decoration: underline;
}

.song-trend {
    flex: 0 0 50px;
    text-align: center;
    font-size: 18px;
}

.song-trend.up .trend-arrow {
    color: green;
}

.song-trend.down .trend-arrow {
    color: red;
}
/* Header Styling */
.trending-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #008A3A; /* Blue background */
    padding: 10px 20px;
    color: white;
    border-radius: 8px;
}

.trending-header .header-left {
    display: flex;
    align-items: center;
}

.trending-header .header-title {
    font-size: 24px;
    font-weight: bold;
    margin-right: 20px;
}

.trending-header .calendar-input {
    padding: 5px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    background-color: #fff;
    color: #061061;
}

.trending-header .header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.trending-header .info-button {
    background-color: #ff7614;
    color: white;
    padding: 5px 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 20px;
}

.trending-header .info-button:hover {
    background-color: #ff5722;
}

.trending-header .share-buttons {
    display: flex;
    gap: 10px;
}

.trending-header .share-button {
    background-color: transparent;
    color: white;
    padding: 8px;
    border-radius: 5px;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.trending-header .share-button:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.trending-header .share-button.facebook {
    background-color: #3b5998; /* Facebook blue */
}

.trending-header .share-button.twitter {
    background-color: #1da1f2; /* Twitter blue */
}

.trending-header .share-button.linkedin {
    background-color: #0077b5; /* LinkedIn blue */
}

/* Info Modal Styling */
.info-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    padding-top: 60px;
}

.info-modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    border-radius: 8px;
}

.close-btn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close-btn:hover,
.close-btn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Mobile Responsive Styling */
@media only screen and (max-width: 768px) {
    .trending-header {
        flex-direction: column;
        text-align: center;
    }

    .trending-header .header-left,
    .trending-header .header-right {
        width: 100%;
        justify-content: center;
        margin-bottom: 10px;
    }

    .trending-header .calendar-input {
        margin-top: 10px;
        width: 80%;
    }

    .trending-header .info-button {
        width: 100%;
        margin-right: 0;
    }

    .trending-header .share-buttons {
        width: 100%;
        justify-content: center;
        margin-top: 10px;
    }

    .trending-header .share-button {
        width: 100%;
        margin-bottom: 10px;
    }
}
/* Mobile Responsiveness for Post Title and Image */
.trending-song-item {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
    align-items: center;
}

.song-thumbnail {
    margin-right: 10px;
}

.song-title {
    font-size: 18px;
}

@media only screen and (max-width: 768px) {
    .trending-song-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .song-thumbnail {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .song-title {
        font-size: 16px;
    }
}
.star {
    font-size: 1.5em; /* Adjust size as needed */
}

.star.yellow {
    color: #FFD700; /* Yellow color for full stars */
}
.blog-page-container {
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.blog-header {
    text-align: center;
    margin-bottom: 20px;
}

.blog-header input {
    padding: 10px;
    width: 70%;
    max-width: 400px;
    margin-right: 10px;
}

.blog-header button {
    padding: 10px 20px;
    background-color: #ff7614;
    color: #fff;
    border: none;
    cursor: pointer;
}

.blog-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.blog-posts {
    flex: 3;
}

.blog-sidebar {
    flex: 1;
    background: #f4f4f4;
    padding: 15px;
    border-radius: 5px;
}

.blog-post-item {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.blog-post-item img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.blog-post-item h2 {
    font-size: 1.2em;
}

.read-more {
    color: #ff7614;
    text-decoration: none;
}
/* Mobile Footer Menu */
.mobile-footer-menu {
    display: none; /* Hidden by default */
    position: fixed;
    bottom: 0; /* Attached to the bottom */
    left: 0;
    width: 100%;
    background-color: #071396; /* Blue background */
    padding: 10px 0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    justify-content: space-around;
    align-items: center;
    border-top: 2px solid #ffffff1a; /* Subtle border at the top */
    opacity: 0.95; /* Slight transparency for footer visibility */
}

.menu-item {
    color: #ffffff; /* White icons and text */
    text-decoration: none;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
}

.menu-item i {
    font-size: 20px;
    margin-bottom: 5px;
    color: #ffffff; /* White icons */
}

.menu-item span {
    font-size: 12px;
    color: #ffffff; /* White text for the labels */
}

/* Adjust footer links visibility */
footer {
    padding-bottom: 60px; /* Add space for mobile menu */
}

/* Show menu only on mobile devices */
@media (max-width: 768px) {
    .mobile-footer-menu {
        display: flex;
    }
}
