/* Homepage */
#bascoHomepage .leftTile {
	width: 51%;
	position: absolute;
	z-index: 100;
	height: 100%;
	margin: 0px;
	top:0;
}

#bascoHomepage .rightTile {
	width: 51%;
	position: absolute;
	z-index: 100;
	height: 100%;
	margin: 0px;
	top:0;
}

#bascoHomepage .fullTile {
	width: 100%;
	position: absolute;
	z-index: 100;
	height: 100%;
	margin: 0px;
	top:0;
}

#bascoHomepage .tileContent {
	position: relative;
	z-index: 101;
	min-height: 100%;
	padding: 20px;
}

#bascoHomepage .tileContent.split {
	width: 50%;
}

#bascoHomepage .tileContent h6 {
	width: 100%;
	text-transform: lowercase;
	letter-spacing: 1px;
	font-size: 16px;
	text-align: center !important;
	font-family: "Homemade Apple", cursive;
}

#bascoHomepage .tileContent h2 {
	font-size: 50px !important;
	line-height: 1.2;
	margin-top: 10px !important;
	margin-bottom: 20px !important;
	display: inline-block;
	text-align: center !important;
	font-family: "harri", sans-serif;
	font-weight: 700;
}

#bascoHomepage .find-out-more a {
	border-radius: 0px !important;
	background: var(--bascoRed) !important;
	font-size: 18px !important;
	font-family: 'IM Fell English', serif;
}

#bascoHomepage .contentSpacer {
	margin-top: 40px;
}

#bascoHomepage .mainContent h1 {
	color: var(--bascoBlack);
	width: 100%;
	text-align: center;
	font-size: 2.5rem;
	text-transform: uppercase;
	font-size: 28px;
	font-family: "harri", sans-serif;
	font-weight: 700;
}

#bascoHomepage .mainContent h1 span {
	font-family: "Homemade Apple", cursive;
	font-weight: 400;
	font-style: normal;
	text-transform: none !important;

}

#bascoHomepage .mainContent p {
	color: #000000;
	width: 100%;
	text-align: center;
	font-family: 'IM Fell English', serif;
}

#bascoHomepage .categoryContainer {
	width: 100%;
	padding: 25px;
	aspect-ratio: 8/5.7;
	min-height: 100%;
	margin-bottom: 5px;
}

#bascoHomepage .categoryContainer .content {
	position: absolute;
	bottom: 30px;
}

#bascoHomepage .categoryContainer .title {
	color: #FFFFFF;
	/*font-family: 'IM Fell English', serif;*/
	font-size: 2rem;
	/*text-shadow: 2px 2px 3px #000000;*/
	text-transform: uppercase;
	font-family: "harri", sans-serif;
	font-weight: 700;
}

#bascoHomepage .categoryContainer .subtitle {
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: 400;
	/*text-shadow: 2px 2px 3px #000000;*/
	font-family: 'IM Fell English', serif;
}

#bascoHomepage h2 {
	color: var(--bascoBlack);
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
	font-size: 2.5rem;
	text-transform: uppercase;
	font-family: "harri", sans-serif;
	font-weight: 700;
}


#bascoHomepage .whyBuyFromUsContainer {
    /*background: url('/wp-content/themes/basco/images/product/patternBg.jpg');*/
    padding-top: 50px;
	padding-bottom: 50px;
	background: url('/wp-content/themes/basco/images/patterns/1/black.jpg');
	background-repeat: repeat;
	background-size: 90px;
}

#bascoHomepage .whyBuyFromUsContainer h2 {
	color: #FFFFFF;
}

#bascoHomepage .whyBuyFromUsContainer .whyContainer {
	text-align: center;
	width: 80%;
	margin: 20px 10%;
}

#bascoHomepage .whyBuyFromUsContainer .whyContainer .whyTitle {
	text-transform: uppercase;
	font-family: "harri", sans-serif;
	font-weight: 700;
	width: 100%;
	color: #FFFFFF;
	font-size: 20px;
	margin-top: 15px;
}

#bascoHomepage .whyBuyFromUsContainer .whyContainer .whySubTitle {
	color: #FFFFFF;
	font-size: 14px;
	width: 100%;
	text-align: center;
	margin-top: 5px;
	font-family: 'IM Fell English', serif;
}


#bascoHomepage .off10Container {
	background: url('/wp-content/themes/basco/images/homepage/greyTileBg.jpg') center center no-repeat;
	background-size: 70%;
	padding-top: 50px;
	padding-bottom: 50px;
	background-position: right 30%;
}

#bascoHomepage .off10Container h3 {
	text-transform: uppercase;
	/*font-family: 'IM Fell English', serif;*/
	color: #000000;
	width: 100%;
	font-size: 2rem;
	font-family: "harri", sans-serif;
	font-weight: 700;
}

#bascoHomepage .off10Container input[type="email"] {
	width: 100%;
	border: 0;
	padding: 15px;
	font-size: 18px;
}

#bascoHomepage .off10Container input[type="submit"] {
	padding: 17px 15px;
	border: 0;
	background: var(--bascoRed);
	color: #FFFFFF;
	width: 100%;
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
}

#bascoHomepage video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

#bascoHomepage .videoContainer {
	overflow: hidden !important;
}

#bascoHomepage .videoContent {
  width: 100%;
}

#bascoHomepage  .blackContainer {
	width: 100%;
	padding: 40px;
	background: rgba(0,0,0,0.4);
	margin-bottom: 180px;
	margin-top: 180px;
}

#bascoHomepage .blackContainer h3 {
	/*font-family: 'IM Fell English', serif;*/
	font-size: 2.5rem;
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: "harri", sans-serif;
	font-weight: 700;
}

#bascoHomepage .blackContainer p {
	margin-bottom: 20px;
	color: #FFFFFF;
	text-align: center;
}

#bascoHomepage .blackContainer p a,
#bascoHomepage .blackContainer p a:hover,
#bascoHomepage .blackContainer p a:focus {
	padding: 8px 25px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}

#bascoHomepage .R-ReviewsioLogo {
	position: absolute !important;
	left: 35px !important;
	top: 40px !important;
	
}

.wheel_description h2 span {
	color: #FFFFFF !important;
	font-weight: 600;
}

.wlwl-never-again {
	display: none !important;
}

.wheel_content_right .wlwl_user_lucky .wlwl_spin_button {
	color: #FFFFFF !important;
	background-color: #258c37 !important
}

.wlwl_lucky_wheel_content {
	background-image: none !important;
}


@media only screen
and (min-device-width : 300px)
and (max-device-width : 480px) {	

	#bascoHomepage .tileContent h2 {
		font-size: 38px !important;
		line-height: 1.2;
	}
	
	#bascoHomepage .contentSpacer {
		margin-top: 30px;
	}
	
	#bascoHomepage .tileContent {
		padding: 40px 20px !important;
	}
	
	#bascoHomepage .off10Container input[type="email"] {
		/*border: 1px solid #000000 !important;*/
		margin-bottom: 10px;
	}
	
	#bascoHomepage .R-ReviewsioLogo {
		position: absolute !important;
		left: 130px !important;
		top: -20px !important;

	}
	
	#bascoHomepage .off10Container {
		background-size: cover !important;
	}
	
	#bascoHomepage .reviewsSpacer {
		margin-top: 70px !important;
	}


}


