/*holliday*/

/*Nav*/

.site-header-inner .main-navigation {
	background: #fa3265;
}

.main-navigation ul li a:hover {
	background: #d32753;
}

/*Body*/

.site-content {
	position: relative;
	z-index:1
}

/*.site-content:before {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(100% + 225px);
    top: -125px;
    left: 0;
    background-image: url(https://www.vanproducts.com/wp-content/uploads/2025/02/Full-site-BG-Valentine-01.png);
    z-index: -1;
	opacity:10%;
	background-blend-mode: multiply;
    background-position: center;	
}*/


body {
	 background-image: url("https://www.vanproducts.com/wp-content/uploads/2026/05/VP-1st-Day-Summer-BG-10.png");
}

.homepage-about .h2, .homepage-about h2 {
	color: #0a8aa2 !important;
}

.btn-01 a {
	background: #fa3265 !important;
    border: 1px solid #fa3265 !important;	
}

.btn-01 a:hover {
	background: #d32753!important;
    border: 1px solid #d32753 !important;	
}

.homepage-promises:before {
	content: '';
    position: absolute;
    width: 92%;
    height: 100%;
    top: 0;
    left: 4%;  
	background-image: url("https://www.vanproducts.com/wp-content/uploads/2026/05/VP-1st-Day-Summer-BG.png");
	z-index: 0;
	opacity:10%;
	background-blend-mode: overlay;
	background-position: center;		
}

.homepage-promises:after {
	background: #066e81;
	z-index: -1;
}

.homepage-content-wrapper .h2, .homepage-content-wrapper h2, .homepage-content-wrapper .h3, .homepage-content-wrapper h3 {
	color: #0a8aa2 !important;
}

.btn-02 {
	background: #ea8806;
	border: 1px solid #ea8806;
}

.btn-02:hover {
	background: #bc6a08;
	border: 1px solid #bc6a08;
}

.promise .h2, .promise h2 {
	color: #0a8aa2!important;
}

.block-subscribe .panel-widget-style {
	background-color: #ea8806 !important ;
}

.block-subscribe input[type=submit] {
	background: #0a8aa2;
}

.block-subscribe input[type=submit]:hover {
	color: #066e81;
	background: white;
}

.site-footer {
	background: #066e81;
	position: relative;
}

.site-footer:before {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;  
	background-image: url("https://www.vanproducts.com/wp-content/uploads/2026/05/VP-1st-Day-Summer-BG.png");	
	opacity:10%;
	background-blend-mode: overlay;
	z-index: -1;
	background-position: center;		
}

/*Pages*/

.entry-content .van-page-title {
	background:#0a8aa2;
}

