@charset "UTF-8";

/*
Theme Name: Nickelxd Theme
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: Prince Joshi
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.7
Requires PHP: 5.6
Version: 2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/
.grecaptcha-badge {display: none !important;}
.page-content h5{margin: 15px 0}
.page-content p{margin: 10px 0}
.skills-wrapper .skills-content p{margin: 10px 0}
.blog-post-details .single-blog-post p{margin: 10px 0;}
.project-details-items .details-content p{margin: 10px 0;}
.project-details-items .details-content ul{margin-left:3%; padding: 0}
.project-details-items .details-content ul li{margin:10px 0;list-style: disc;}
.faq-content p{margin: 10px 0;}
.faq-content ul{margin-left:3%; padding: 0}
.faq-content ul li{margin:10px 0;list-style: disc;}
.blog-details-section .entry-footer span{margin-right: 6px;}
.blog-post-details .single-blog-post .entry-content ul, .blog-post-details .single-blog-post .entry-content ol {margin-left:30px;padding:0px;}
.blog-post-details .single-blog-post .entry-content ul li {list-style:disc;padding-bottom:8px;}
.blog-post-details .single-blog-post .entry-content ol li {padding-bottom:8px;}

nav.navigation.post-navigation {margin-top: 30px;}
.pagination-btn-wrapper ul li {
	margin-right: 5px;
	display: inline-block
}
.pagination-btn-wrapper ul li a, .pagination-btn-wrapper ul li span {
	font-weight: 600;
	font-size: 16px;
	background-color: #016b78;
	color: #fff;
	display: inline-block;
	height: 40px;
	width: 44px;
	text-align: center;
	line-height: 40px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.pagination-btn-wrapper ul li span.current{background-color: #333;color: #fff }
.pagination-btn-wrapper ul .active a, .pagination-btn-wrapper ul li a:hover {
	background-color: #202020;
	color: #fff
}