/* Header Style 1 */
.cspt-parent-header-style-1 .cspt-footer-copyright-text-area {
	padding-top: 0;
}
.cspt-header-style-1 .cspt-header-button a:hover {
	background-color: var(--cspt-emphires-global-color);
}
.cspt-header-style-1 .cspt-header-button a {
	background-color: var(--cspt-emphires-blackish-bg-color);
}

@media(max-width:1200px) {
	/* Reset Sticky */
	.cspt-header-style-1 .cspt-header-wrapper.cspt-sticky-on,
	.cspt-header-style-2 .cspt-header-menu-area {
		position: static !important;
		width: auto !important;
	}
	.cspt-header-style-1 .cspt-header-wrapper>.container>.d-flex {
		position: relative;
	}
	.cspt-header-style-1 .cspt-header-search-btn {
		position: absolute;
		right: 60px;
	}
	.cspt-header-style-1 .cspt-right-box {
		display: none;
	}
}

@media(min-width:1201px) {
	.cspt-header-style-1 .cspt-navbar div>ul>li>a {
		margin: 0 15px;
	}
	.cspt-header-style-1 .navigation-top {
		margin-left: auto!important;
	}
	.cspt-header-style-1 .cspt-right-box {
		margin-left: 10px;
		display: flex;
	}
	.cspt-header-style-1 .cspt-logo-menuarea {
		display: -ms-flexbox!important;
		display: flex!important;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
	}
	.cspt-header-style-1 .cspt-header-button a {
		color: #fff;
		height: 100%;
		display: inline-block;
		padding: 0 30px;
		vertical-align: middle;
		line-height: 55px;
		height: 55px;
		text-transform: uppercase;
		font-weight: 800;
		font-size: 13px;
		position: relative;
		border-radius: 5px;
		letter-spacing: 1px;
	}
}