/*

Theme Name: Netnaija Wordpress Theme by Pedro 
Theme URI: https://storefront.com.ng 
Description: A responsive Netnaija theme, February 2022 version, designed by Pedro. Built on the Carrington framework.
Version: February 2022 (UPDATED Dec 2024) 
Author: Pedro 
Author URI: https://telegram.me/darkngcom 
Tags: wine, white, two-column, flexible-width

//
// Copyright (c) 2019 NK Media Int'l, Ltd. All rights reserved.
//
// **********************************************************************

*/


/* 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;
}







