
/* Simplygo homepage styles */

	:root {
		--sg-green:			#95c11f;
	}

	.sg-green-bg {
		background-color: #95c11f;
		background-color: var(--sg-green);
		color: #fff;
	}

	.simplygo-red-bg {
		background-color: #a81f54;
		color: #fff;
	}

	.simplygo-red {
		background-color: #fff;
		color: #a81f54 !important;
		border: 0 !important;
	}

	.simplygo-dark-purple-bg {
		background-color: #6b3274;
		color: #fff;
	}

	.simplygo-dark-purple {
		background-color: #fff;
		color: #6b3274 !important;
		border: 0 !important;
	}

	.simplygo-yellow-bg {
		background-color: #e7ac00;
		color: #fff;
	}

	.simplygo-yellow {
		background-color: #fff;
		color: #e7ac00 !important;
		border: 0 !important;
	}

	.simplygo-green-bg {
		background-color: #97b313;
		color: #fff;
	}

	.simplygo-green {
		background-color: #fff;
		color: #97b313 !important;
		border: 0 !important;
	}

	.simplygo-purple-bg {
		background-color: #8080b2;
		color: #fff;
	}

	.simplygo-purple {
		background-color: #fff;
		color: #8080b2 !important;
		border: 0 !important;
	}

	.simplygo-blue-bg {
		background-color: #62abb9;
		color: #fff !important;
	}

	.simplygo-blue {
		background-color: #fff;
		color: #62abb9 !important;
		border: 0 !important;
	}

	.simplygo_homebutton_small {
		display: inline-block;
		width: auto !important;
		padding: 6px 32px !important;
		font-weight: bold;
	}

	.simplygo_homebutton_red {
		background-color: #76072a;
		color: #fff !important;
		border: 0 !important;
	}

	.simplygo_homebutton_orange {
		color: #e56100 !important;
		border: 0 !important;
	}

	.simplygo_homebutton_teal {
		color: #05a3b2 !important;
		border: 0 !important;
	}

	.home-cta-title-2 {
		font-size: 1.9em !important;
	}
	
	@media screen and (min-width: 576px) {
		
		.simplygo_valign_cta {
			position: absolute;
			top: 50%;
			transform: translate(0,-50%);
		}
		
		.simplygo_homepage_catgories {
			position: absolute;
			bottom: 0;
			width: 100%;
			}

	}
	
	.slick-slide {
	  position: relative;
	}

	.home-new-products {
		background-color: #e56100 !important;
		background-color: var(--ss-orange) !important;
		opacity: 1;
		filter: alpha(opacity=100);
		color: #fff !important;
		height: 196px;
		left: 0;
		right: 0;
	}

	.home-2x1-product {
		background-color: #fff;
		opacity: 0.9;
		filter: alpha(opacity=90);
		width: 50%;
		height: 100%;
		text-align: left;
		position: absolute;
		top: 0;
		left: 0;
	}

	.home-2x1-product-content {
		padding: 16px 28px;
	}

	.shop-the-range-title-2 {
		font-size: 2.4em;
		margin-bottom: 2px;
	}

	.home-range-text-2 {
		font-size: 1.1em;
	}

	/* Desktop (lg) */
	@media screen and (min-width: 992px) and (max-width: 1199px) {

		.home-new-products {
			height: 170px;
			line-height: 1.5;
		}

		.home-2x1-product {
			font-size: .9em;
			line-height: 1.2em;
		}
		
		.home-2x1-product-content {
			padding: 16px 28px;
		}

		.shop-the-range-title {
			margin-bottom: 0px;
		}

		.home-cta-title-2 {
			font-size: 1.5em !important;
		}
		
	}

	/* Tablet (md) */
	@media screen and (min-width: 768px) and (max-width: 991px) { 

		.home-new-products {
			height: 125px;
			line-height: 1.4;
			font-size: .65em;
		}

		.home-2x1-product {
			font-size: .7em;
			line-height: 1.2em;
			padding-top: .5em;
			padding-bottom: 1.8em;
			left: 0;
			right: 0;
		}
		
		.home-2x1-product-content {
			padding: 6px 18px;
		}

		.shop-the-range-title {
			margin-bottom: 0px;
		}

		.simplygo_homepage_title {
			font-size: 1.1em;
		}
		
		.home_cta_subtitle {
			font-size: .6em;
		}
		
		.home-cta-title-2 {
			font-size: 1.2em !important;
		}
		
	}

	/* Tablet (sm) */

	@media screen and (min-width: 576px) and (max-width: 767px) { 

		.home-new-products {
			height: 92px;
			line-height: 1.4;
			font-size: .45em;
		}

		.home-2x1-product {
			font-size: .5em;
			line-height: 1.1em;
			padding-top: .5em;
			padding-bottom: 1.8em;
			left: 0;
			right: 0;
		}
		
		.home-2x1-product-content {
			padding: 6px 18px;
		}

		.shop-the-range-title {
			margin-bottom: 0px;
		}

	}

	/* Mobile (xs) */
	@media screen and (max-width: 575px) { 

		.home-new-products {
			height: auto;
		}

	}

/* Simplygo homepage styles */

.usps {
	background-color: #dadada;
	color: #808080;
}
