/* 
Theme Name: Zambianmusicpromos by Zedcloud inc
Theme URI: https://zedcloud.net/contact-us
Description: A responsive theme made for Zambianmusicpromos and Build By Zedcloud inc
Version: 2.7
Author: Chebwa Sankalimba & Naira HD (Zedcloud inc)
Author URI: 	https://zedcloud.net/contact-us
Text Domain: Zedcloud inc
Tags:  white, two-columns, Silver, Zedcloud inc

*/ 

:root {
	--siteColor--: #028402;
}

.author-text {
	font-family: 'Poppins', sans-serif;
} .author-text a {
	color: var(--siteColor--);
}

/* Mobile main header */
.mobile-logo-wrapper {
	display: flex;
	justify-content: center;
	padding: 10px 0;
}

.mobile-logo-wrapper .custom-logo {
	width: 150px;
	height: 150px;
	object-fit: cover;
}

.mobile-logo-wrapper .mobile-logo {
	width: 100px;
}

/* Main site mobile navbar */
header .mobile_navbar {
	background: var(--siteColor--);
	height: 50px;
	line-height: 50px;
}

header .mobile_navbar .nav_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.mobile_navbar .nav_list li {
	margin-left: 5px;
}

.mobile_navbar .nav_list li a {
	display: inline-block;
	color: #fff;
	padding: 0 6px;
	text-transform: uppercase;
	font-size: 10px;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 1px;
}


@media (min-width: 330px) {
	.mobile_navbar .nav_list li a {
		padding: 0 10px;
		font-size: 14px;
	}
}


/* The mobile search form */
.mobile_search_wrapper {
	padding: 10px 5px;
}

.mobile_search_form {
	position: relative;
}

.mobile_search_form .search_input {
	width: 100%;
	padding: 2px 10px;
	height: 35px;
	border: .8px solid #bababa;
	border-radius: 10px;
	box-shadow: 0 0 5px var(--siteColor--);
	outline-style: none;
	font-family: 'Poppins', sans-serif;
}

.mobile_search_form .mobile_search_btn {
	position: absolute;
	right: 20px;
	top: 10px;
	border: 0;
	font-size: 14px;
	outline-style: none;
}

/* The main mobile sidebar */
.mobile-aside-wrapper {
	background-color: #fff;
	position: fixed;
	height: 100%;
	top: 0;
	bottom: 0;
	z-index: 1000;
	right: 0;
	width: 0;
	box-shadow: 0 0 10px var(--siteColor--);
	padding-top: 10px;
	transition: 300ms;
	overflow: hidden;
}

.mobile-aside-wrapper ul li {
	list-style-type: none;
	height: 40px;
	line-height: 40px;
}

.mobile-aside-wrapper ul li a {
	display: block;
	padding: 0 15px;
	font-family: 'Poppins', sans-serif;
	color: var(--siteColor--);
	opacity: .8;
	text-transform: uppercase;
}

.mobile-aside-wrapper ul li a:hover {
	background-color: var(--siteColor--);
	color: #fff;
}

/* Close the sidebar button */
.mobile-aside-wrapper .close_aside_wrap {
	padding: 10px 20px;
}

.mobile-aside-wrapper .close_aside_wrap .close_aside_btn {
	color: #111;
	opacity: .8;
	font-size: 30px;
	padding: 5px 10px;
}

/* Mobile main content */

.main-container {
	padding: 6px;
}

/* Search text after search */
.search_txt {
	font-family: 'Poppins', sans-serif;
	padding: 10px;
	font-size: 14px;
	line-height: 18px;
} .search_txt i {
	color: var(--siteColor--);
}

.main-container .mobile_widget {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	margin: 10px 0;
}

.main-container .mobile_widget .widget_header_wrap {
	background-color: var(--siteColor--);
	text-align: center;
	color: #eee;
	height: 30px;
	line-height: 30px;
	font-family: "poppins", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
}

/* Widgets with posts starts here */
.main-container .mobile_widget .widget_posts {
	padding: 10px;
}

.main-container .mobile_widget .widget_posts .post-item {
	position: relative;
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 1px solid #999999;
}

/* Post number */
.main-container .mobile_widget .widget_posts .post-item .postNum {
	position: absolute;
	background-color: var(--siteColor--);
	height: 25px;
	width: 25px;
	line-height: 23px;
	text-align: center;
	border-radius: 50px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	border: 2px solid #fff;
	left: -6px;
	top: -4px;
	box-shadow: 0 0 10px var(--siteColor--);
}

.main-container .mobile_widget .widget_posts .post-item .post-thumbnail {
	width: 90px;
	height: 90px;
	border-radius: 20px;
	border: .8px solid #bababa;
	object-fit: cover;
}

/* The post title */
.main-container .mobile_widget .widget_posts .post-item .post_info {
	position: absolute;
	left: 100px;
	top: 10px;
}

.main-container .mobile_widget .widget_posts .post-item .post_info .the_post_title {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #111;
	opacity: .9;
}

/* Pagination links */
.main-container .mobile_widget .pagination_links {
	padding: 20px 0;
}

.main-container .mobile_widget .pagination_links ul {
	text-align: center;
} 

.main-container .mobile_widget .pagination_links ul li {
	list-style-type: none;
	display: inline;
	margin: 0 10px;
} 

.main-container .mobile_widget .pagination_links ul li a {
	background-color: var(--siteColor--);
	padding: 6px 10px;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	color: #eee;
	letter-spacing: 1px;
	border-radius: 10px;
	width: fit-content;
} 

/* The main site footer foe mobile */
.main-site-footer {
	padding: 10px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
}

.main-site-footer a {
	color: var(--siteColor--);
}

.main-site-footer p {
	line-height: 18px;
	font-size: 15px;
	margin-bottom: 10px;
}

.main-site-footer ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.main-site-footer ul li {
	margin: 5px;
	list-style-type: none;
	width: fit-content;
}

.main-site-footer ul li a {
	font-size: 14.5px;
	color: var(--siteColor--);
}

/* Social media links */
.social-wrapper-foot {
	padding: 10px;
}

.social-wrapper-foot ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.social-wrapper-foot ul li {
	list-style-type: none;
	padding: 5px 6px;
	margin: 1px 6px;
}

.social-wrapper-foot ul li a {
	font-size: 14px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 42px;
	display: inline-block;
	color: #fff;
	border-radius: 50px;
	background-color: var(--siteColor--);
}

.social-wrapper-foot ul li .facebook-icon {
	background-color: #1877F2;
}

.social-wrapper-foot ul li .twitter-icon {
	background-color: #1DA1F2;	
}

.social-wrapper-foot ul li .instagram-icon {
	background-color: #E4405F;	
}

.social-wrapper-foot ul li .youtube-icon {
	background-color: #CD201F;	
}

.social-wrapper-foot ul li .whatsapp-icon {
	background-color: #25D366;	
}

/* Single post mobile design */
.single-post-wrapper {
	padding: 5px;
}

.single-post-wrapper .breadcrumps-wrapper {

}

.single-post-wrapper .breadcrumps-wrapper .crump_separator {
	font-size: 12px;
}

.single-post-wrapper .breadcrumps-wrapper ul li {
	display: inline;
	line-height: 20px;
	font-size: 13px;
	opacity: .9;
	font-family: 'Poppins', sans-serif;
}

.single-post-wrapper .breadcrumps-wrapper ul li a {
	color: #111;
}

.single-post-wrapper .breadcrumps-wrapper ul li a:hover {
	color: var(--siteColor--);
	transition: 200ms;
}

/* Sub crumps */

.single-post-wrapper .breadcrumps-wrapper .sub_crumps {
	display: flex;
	flex-wrap: wrap;
	margin: 14px 0;
}

.single-post-wrapper .breadcrumps-wrapper .sub_crumps li {
	margin: 5px 0 5px 5px;
}


.single-post-wrapper .breadcrumps-wrapper .sub_crumps li a {
	padding: 4px 12px;
	background-color: var(--siteColor--);
	color: #eee;
	text-transform: capitalize;
	letter-spacing: 1px;
	border-radius: 10px;
	font-size: 12px;
}


.single-post-wrapper .breadcrumps-wrapper .sub_crumps li a:hover {
	background-color: darkgreen;
	transition: 200ms;
	color: #fff;
}

/*The post title*/

.single-post-wrapper .post_info_wrap {
	padding: 5px 0;
}

.single-post-wrapper .post_info_wrap .post_single_title {
	font-size: 22px;
	line-height: 28px;
	font-family: 'Poppins', sans-serif;
}

/* Post meta data */
.single-post-wrapper .post_meta_data {
	padding: 10px 0;
	margin-top: 5px;
}

.single-post-wrapper .post_meta_data ul {
	display: flex;
	justify-content: space-between;
}

.single-post-wrapper .post_meta_data ul li {
	font-size: 13px;
	list-style-type: none;
	font-family: 'Poppins', sans-serif;
}

.single-post-wrapper .post_meta_data ul .author_meta {
	
}

.single-post-wrapper .post_meta_data ul .author_meta a {
	color: #111;
}

.single-post-wrapper .post_meta_data ul  {
	color: #111;
}

.single-post-wrapper .post_meta_data ul .single_date {
	font-size: 13px;
	margin-right: 10px;
}

/* The featured thumbnaill */
.single-post-wrapper .single_featured_image .featured_thumb {
	width: 100%;
	border-radius: 10px;
}

/* Single post related content */

.related_posts_wrapper {

}

/* Related header */
.related_posts_wrapper .related_header {
	background-color: var(--siteColor--);
	width: fit-content;
	padding: 8px 14px;
	border-radius: 10px;
	margin: 10px 2px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	color: #eee;
	letter-spacing: 1.5px;
}

.related_posts_wrapper .related_Posts {
	width: 100%;
	margin: 20px 0;
}

.related_posts_wrapper .related_Posts .related_item {
	position: relative;
	margin-left: 5px;
	margin-bottom: 10px;
}

.related_posts_wrapper .related_Posts .related_thumb {
	width: 100px;
	height: 100px;
	border-radius: 20px;
	object-fit: cover;
}

.related_posts_wrapper .related_Posts .related_item .related_info {
	padding: 5px;
	position: absolute;
	top: 10px;
	left: 110px;
}

.related_posts_wrapper .related_Posts .related_item .related_info h1 {
	color: var(--siteColor--);
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 19px;
}

/* The content area */
.content_area {
	font-family: 'Outfit',sans-serif;
	line-height: 20px;
	padding: 10px;
}  

.content_area p {
	padding: 8px 1px;
}

.content_area a {
	color: var(--siteColor--);
}

.content_area h1, 
.content_area h2, 
.content_area h3, 
.content_area h4, 
.content_area h5, 
.content_area h6 {
	font-family: 'Poppins', sans-serif;
	opacity: .8;
	margin-bottom: 10px;
}

.content_area h1 {
	font-size: 25px;
	line-height: 30px;
}

.content_area h2 {
	font-size: 20px;
	line-height: 24px;
}

.content_area h3 {
	font-size: 17px;
	line-height: 22px;
}

.content_area h4 {
	font-size: 15px;
	line-height: 18px;
}

.content_area h5 {
	font-size: 14px;
	line-height: 18px;
}

.content_area h6 {
	font-size: 12px;
	line-height: 17px;
}

/* Youtube iframes */
iframe {
	width: 100%;
	height: 190px;
	border-radius: 10px;margin-top: 5px;
}

/* Post tags wrapper */
.post_tags_wrapper {
	padding: 0;
	margin-left: -22px;
}

.post_tags_wrapper ul {
	display: flex;
	flex-wrap: wrap;
}

.post_tags_wrapper ul li {
	list-style-type: none;
	margin: 5px;
}

/* SHare buttons by Zedcloud inc  */
.share_links ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

.share_links ul li {
	list-style-type: none;
	margin: 5px 5px;
}

.share_links ul li a {
	font-size: 15px;
	width: fit-content;
	padding: 6px 10px;
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	border-radius: 10px;
}


/* Media screen of 320px */ 


/* The desktop design starts here */
@media only screen and (min-width:  1000px) {
	.main-container {
		display: flex;
		box-sizing: border-box;
	}	

	.main-container .mobile_widget {
		border: 0;
	}

	.main-container .mobile_widget .widget_posts .post-item .post-thumbnail  {
		width: 110px;
		height: 100px;
	}	

	.main-container .mobile_widget .widget_posts .post-item .post_info {
		left: 120px;
	}
	.main-container .pc-left-sidebar {
		width: 100%;
		margin-right: 5px;
	}

	.main-container .pc-right-sidebar {
		width: 60%;
		position: sticky;
		top: 0;
		margin-left: 5px;
	}
}