/*
Theme Name: Nulled file
Theme URI: https://nulledfile.com/
Author: Md Mostakin Hossain
Author URI: https://nulledfile.com
Description: Nulled File Wordpress 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: nulledfile
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, left-sidebar, custom-background, theme-options, full-width-template
*/


.theme-color,
.theme-color a {
	color: #008329;
}

.theme-color:hover,
.theme-color:focus,
.theme-color a:hover,
.theme-color a:focus {
	color: #008329;
}

.last-p p:last-child {
	margin-bottom: 0;
}

.addtoany_list a:first-child {
	padding-left: 0;
}

.author-avatar img {
	width: 100px;
}

.social-links {
	list-style: none;
	display: flex;
	justify-content: center;
	margin: 0;
	padding: 0;
}

.social-links li:first-child {
	margin-left: 0 !important;
}

.social-links li {
	display: inline-block;
	margin: 0 5px;
}

.social-links.social-rounded a {
	background-color: #333333;
	color: #fff;
	border-radius: 30px;
	width: 30px;
	height: 30px;
	padding: 0;
	display: block;
	text-align: center;
	line-height: 30px;
}

.social-links a i {
	font-size: 16px;
}

.social-links.social-rounded a:hover,
.social-links.social-rounded a:focus,
.social-links.social-rounded a:active {
	color: #fff;
	background-color: #008329;
}

.author-box .author-name {
	font-size: 20px;
}

.author-info p {
	font-size: 15px;
	margin-bottom: 100px;
}

.author-info p:last-child {
	margin: 0;
}

.slicknav_btn {
	margin: 15px 0;
}

.related-posts .post-title a {
	font-weight: 700;
	color: #19232d;
	text-decoration: none;
}

.widget_cpt_subcategories,
.widget_cpt_categories {
	position: relative;
}

.widget_cpt_subcategories > a,
.widget_cpt_categories > a {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	background: #fff;
	text-align: center;
	color: #19232d;
}

.widget_cpt_subcategories > a:hover,
.widget_cpt_categories > a:hover,
.widget_cpt_subcategories > a:active,
.widget_cpt_categories > a:active,
.widget_cpt_subcategories > a:focus,
.widget_cpt_categories > a:focus {
	color: #008329;
}

.footer-widgets {
	border-top: 1px solid #ccc;
}

.footer-widgets .widget {
	font-size: 16px;
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.footer-widgets .widget + .widget {
		margin-top: 40px;
	}
}

.footer-widgets .widget_nav_menu ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

.footer-widgets .widget-title {
	text-transform: uppercase;
	padding-top: 0;
	font-size: 20px;
}

.footer-widgets .menu li {
	padding: 5px 0;
}

.footer-widgets .menu a {
	color: #19232d;
	font-size: 16px;
}

.footer-widgets .menu a:hover,
.footer-widgets .menu a:focus {
	color: #008329;
	text-decoration: none;
}

.footer-widgets .custom-logo-link img {
	max-width: 200px;
}

.old-app-meta p {
	font-size: 14px;
}

@media (max-width: 575px) {
	.older-versions img {
		width: 60px;
	}
}