/*
Theme Name: Kunco Child
Description: Child theme for the Kunco themes
Author: gaviathemes
Template: kunco
*/

/* ALL SIZES */

p.p1 {
	max-width: 1482px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.gsc-call-to-action.button-right .title {
	line-height: 35px;
}
.gsc-heading.style-2 .title {
  text-transform: none !important;
}
.gsc-heading .sub-title {
  text-transform: none !important;
}
.gsc-heading .title {
	line-height: 34px !important;
	text-transform: none !important;
}
.searchd { display: none;
}


.header-v1 .main-header-inner {
	padding: 15px 0 !important;
}
.header-v1 .main-header-inner .header-right .main-search {
	position: relative;
	right: auto !important;
/* 	top: auto !important; */
	width: auto;
}
.header-v1 .main-header-inner .header-right .main-search input.input-search {
	width: 100%;
	float: none;
}
.header-v1 .main-header-inner .header-right .mini-cart-header {
	position: relative;
	right: auto;
	top: 26px;
}
header.header-default .cart-v2 {
	float: none;
}
.header-v1 .main-header-inner a.referral-link {
	color: #a90e50;
	background: #fff;
	border: 4px solid #a90e50;
	white-space: normal;
	font-weight: bold;
	display: inline-block;
	font-size: 14px;
}
.header-v1 .main-header-inner a.referral-link:hover {
	color: #fff;
	background: #a90e50;
}

ul.navbar-nav.gva-nav-menu > li > a, ul.gva-my-account-menu > li > a {
	padding: 20px 10px !important;
}

.header-v1 .header-bottom .header-bottom-inner .quick-button.qb {
	right: 140px;
}

.header-v1 .header-bottom .header-bottom-inner .quick-button.qb2 {
	background: #51c3c5;
}

/* MOBILE ONLY */
@media screen and (max-width: 767px) {
	p.p1 {
		padding: 10px 25px !important;
	}
}

/* TABLET ONLY */
@media screen and (min-width: 768px) and (max-width: 984px) {
	.gsc-call-to-action.button-right .content-inner .button-action {
		right: -40px;
	}
}