/* Remove Sold By Text | 10854314-HC-PA */ 
.wcpv-sold-by-loop { 
display: none; 
}

/* Hide 'Sold By' text on single products 10856526-hc JG */ 
em.wcpv-sold-by-single { 
Display:none; 
}

/* Hide Product Meta 10856526-hc JG */ 
.single-product .product_meta { 
Display:none; 
}

/*Align the products addon one below other|KG-10856526-hc*/ 
.single-product div.product div.wc-pao-addon { 
width: 100%; 
margin-bottom: 1em; 
}

/*Make slideshow background color transparent-#10894916-hc-gp- */ .slideshow-window { 
background-color: rgba(0, 0, 0, 0) !important; 
border: 0 !important; 
}

/* --- Hide banner text except home / 11166420-HC (MI) --- */
body:not(.home) .site-branding { 
display:none; 
}

/* wrap tagline 11344983-hc-ms */ 
.site-branding .site-description { 
width: 285px; 
margin: 0 auto; 
}

/* increase slideshow size #11344983-hc-silb */ 
.slideshow-window { 
padding-top: 80px !important; 
}

/* Remove extra space below post titles on mobile | kb-11344983-hc */ 
@media (max-width: 767px) { 
.entry-footer { 
display:none; 
} 
.entry-content { 
margin-top: 0px !important; 
} 
}

/* Change Product Add-On Header and color */
label.wc-pao-addon-name {
	font-size: 25px;
	color: #6FAEC2;
}

/* Adjusts column width on Vanlife maui campervans page */ 
@media screen and (min-width: 48em) { 
.page-id-1054 .columns-3 ul.products li.product { 
width: 50%; 
} 
}

/*---Center products inside columns / #11561176-hc ck ---*/ 
@media screen and (min-width: 48em) { 
.page-id-1054 .columns-3 ul.products li.product { 
float: none; 
margin-left: 
auto; 
margin-right: auto; 
} 
}
/* Change Menu Link BOOK background Color & radius hc-11561176 LE*/ .menu-item-1075 { background-color: #83b6cc; border-radius: 50%; } 

h2 { text-align: center; }

/* center text in second panel on homepage / #-hc bk */ .home .post-145 .pique-panel-content .entry-content { text-align: center; }

/* Change panel 3 background color to blue #12022727-hc */ .pique-frontpage .pique-panel.pique-panel3 { background-color: #293940; }

/* Change panel 3 background color to blue #12022727-hc */ .pique-frontpage .pique-panel.pique-panel1 { background-color: #293940; }

/* Center homepage contact info - hc-12183211 */ #text-7, #text-5, #text-5 .widget-title { text-align: center; }