/*
Theme Name: Inner Shift Hub
Theme URI: http://localhost/inner-shift-hub/
Author: Green Cubes
Author URI: http://localhost/inner-shift-hub/
Description: Custom WordPress theme for Inner Shift Hub
Version: 1.0
Tags: bootstrap
*/

/* Normal Link */
.innershift-hub-certification-title h2 {
	color: #d4af37 !important;
}
.contact-info-content a {
	color: #4a4540 !important;
	text-decoration: none !important;
}
.innershift-hub-hero-main .innershift-hub-hero-content-desc span
{
	font-family:var(--font-display);
	font-weight: 500;
	color: var(--golden-color);
	text-transform: uppercase;
	font-size:24px;
}
.innershift-hub-hero-content-left .innershift-hub-hero-content-desc p{
	margin-bottom:20px;
}
.innershift-hub-hero-content-left .innershift-hub-hero-btn{
	margin-top:20px;
}

.nav-link {
	color: #000;
	text-decoration: none;
	transition: 0.3s ease;
	position: relative;
}

/* Hover Link */
.nav-link:hover {
	color: #000;
}

/* Current Page Link */
/* .current-menu-item .nav-link,
.current_page_item .nav-link {
color: #000;
} */

/* Bottom Border for Current Page */
header ul li.current-menu-item > a::after,
header ul li.current_page_item > a::after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100%;
	height: 1px;
	background: var(--golden-color);
	transform: scaleX(1);
}
header ul li a,
header ul li a:visited,
header ul li a:hover,
header ul li a:focus,
header ul li a:active {
	color: #000 !important;
	text-decoration: none !important;
	position: relative;
}


.innershift-hub-why-list-icon img{
	width:16px;
	height:16px;
	display:block;
}   
.innershift-hub-testimonials-grid-card-stars{
	display: flex;
	gap: 4px;
	align-items: center;
}
.form-group input, .form-group textarea {
	width: 100%;
}
.innershift-hub-contact-form-btn {
	position: unset !important;
}
.screen-reader-response {
	display: none;
}

.innershift-hub-blog-load-more{
	margin-top: 50px;
	text-align: center;
}

.page-numbers{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 45px;
	height: 45px;
	padding: 0 16px;
	margin: 0 5px;
	border-radius: 50px;
	background: #f5f5f5;
	color: #000;
	text-decoration: none;
	font-weight: 600;
	transition: 0.3s;
}

.page-numbers.current{
	background: #c9a227;
	color: #fff;
}

.page-numbers:hover{
	background: #c9a227;
	color: #fff;
}