/**

 * Theme Name: Pike & Rose

 * Version: 1.0

**/



.merchant--list.merchant--soon{

	position:static;

}



#home-slider .top-banner.fullwidth-banner:before {

	display: none;

}



#home-slider .top-banner.fullwidth-banner > a,

#home-slider .top-banner.fullwidth-banner > a:focus {

	display: block;

	position: relative;

	width: 100%;

	height: 100%;

	background-repeat: no-repeat;

	background-position: center;

	-webkit-background-size: cover;

	background-size: cover;

}



#home-slider .top-banner.fullwidth-banner .top-banner__side-img {

	left: 0;

	right: 0;

	top: 0;

	bottom: 0;

	background-position: center;

}



.top-banner.fullwidth-banner .row {

	display: none !important;

}



@media screen and (min-width: 769px) {

	#home-slider .top-banner.fullwidth-banner > a.mobile-image,

	#home-slider .top-banner.fullwidth-banner > a.mobile-image:focus {

		background: none !important;

	}

}



@media screen and (max-width: 768px) {

	#home-slider .top-banner.fullwidth-banner a.mobile-image .top-banner__side-img {

		display: none !important;

	}

}


/* sign up form fix */
.content-signup-form ul {
	margin-bottom: 0;
}

.content-signup-form .gfield {
	margin-bottom: 10px;
}

.content-signup-form ul li {
	padding-left: 0 !important;
}

.content-signup-form ul li:before {
	display: none !important;
}

.content-signup-form .display-label .gfield_label {
	color: #000;
	font-size: 18px;
	line-height: 1.2;
}

.content-signup-form .gfield_checkbox li {
	margin-bottom: 0;
}

.content-signup-form [type=radio] + label,
.content-signup-form [type=checkbox] + label {
	font-size: 18px;
	line-height: 1.2;
}

.content-signup-form [type=radio] + label:before,
.content-signup-form [type=checkbox] + label:before {
	background-color: #fff;
	border: 2px solid #000;
}

.content-signup-form [type=radio]:checked + label:after,
.content-signup-form [type=checkbox]:checked + label:after {
	background-color: #000;
}

.content-signup-form input[type='submit'] {
	border-color: #000;
	color: #000;
}

.content-signup-form input[type='submit']:hover {
	background-color: #000;
	color: #fff;
}


/*
** home slider "images" mode
*/
.home-opt-slide-image {
	text-align: center;
}

.home-opt-slide-image a {
	display: block;
	width: 100%;
	text-align: center;
}

.home-opt-slide-image-primary {
	vertical-align: top;
	width: 100%;
	height: auto;
}

.home-opt-slide-image-mobile {
	vertical-align: top;
	display: none !important;
}

@media only screen and (max-width: 639px) {

	.home-opt-slide-image-primary {
		display: none !important;
	}

	.home-opt-slide-image-mobile {
		display: inline-block !important;
	}

}
