/* VALUPLUS2023 */

/*
	font-family: 'PT Sans', sans-serif;
	color:#

*/


html #wpadminbar {
	display:none;
}
html, body {
	padding:0;
	margin:0 !important;
}
body {
	/*font-family: 'Crimson Pro', serif;*/
	font-family: 'PT Sans', sans-serif;
	font-size:18px;
	color:#0a0a0a;
	background:#FFF;
}

.pad {
	position:relative;
	width:90%;
	max-width:1300px;
	margin:0 auto;
}


.site-header {
	display:block;
	width:100%;
	max-width:100%;
	padding:0;
	z-index: 10;
	transition:0.3s ease;
	border-top:solid 10px #1392d1;
}
.hdrLogo {
	float:left;
	width:200px;
	text-align: center;
	margin-top:10px;
}
.hdrLogo a {
	display:block;
	width:fit-content;
	max-width:100%;
	text-decoration: none;
}
.hdrLogo img {
	width:100%;
	max-width:100%;
}
.hdrLogo span {
	display:block;
	font-size:22px;
	font-weight: bold;
	text-transform:uppercase;
	line-height: 1em;
}
.hdrContactInfo {
	float:right;
	width:250px;
	font-size:13px;
	margin-top:10px;
}
.hdrContactInfo div {
	vertical-align: top;
	line-height: 1.3em;
	margin:0 0 5px 0;
	padding:0 0 5px 0;
}
.hdrContactInfo i {
	display:block;
	float: left;
	width:21px;
	font-size:20px;
	color:#084868;
	margin:5px 15px 0 0;
}
.hdrContactInfo a {
	display:block;
	float: left;
	text-decoration:none;
}
.hdrPhone {
	font-size:19px;
	font-weight: bold;
}
.hdrPhone span.fax {
    font-size:13px;
    font-weight: 100;
    margin-left:38px;
}
.hdrPayBill {
	display:block;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	background: #1392d1 !important;
	border-radius:5px;
	padding:0 14px 3px 6px;
	transition:0.2s all;
}
.hdrPayBill i {
	color:#FFF;
}
.hdrViewCart a,
.hdrViewCart a:focus {
	display:block;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	background: #1392d1 !important;
	border-radius:5px;
	padding:0 14px 3px 6px;
	transition:0.2s all;
}
.hdrViewCart a:hover {
	background: #3a72af !important;
}
.hdrContactInfo .hdrViewCart i {
	color:#FFF;
}
.hdrViewCart a span {
	display:inline-block;
	padding:7px 0 0 0;
}


/* NAVIGATION */
.hdrNav {
	position: relative;
	top:0;
	width:100%;
	height:90px;
	text-align: center;
	background:url('assets/images/gradientBarWave.jpg?v=2') center top no-repeat;
	Xbackground-size:100% 100%;
	background-size:100% auto;
	border-bottom:solid 5px #4ca8b5;
}
.primary-navigation {
	top:18px;
	width:90%;
	margin:0 auto;
}
.primary-navigation .primary-menu-container {
	width:100%;
	margin:0 auto;
}
.primary-navigation .primary-menu-container > ul > .menu-item {
	line-height: 40px;
	margin:0 15px;
}
.primary-navigation .primary-menu-container > ul > .menu-item > a {
	padding:10px 10px;
}
.primary-navigation a:hover, .primary-navigation a:link, .primary-navigation a:visited {
	font-weight: bold;
	color:#FFF;
	text-shadow: 1px 1px 1px #305893;
	transition:0.2s all;
}
.primary-navigation a:hover {
	text-shadow: 3px 3px 3px #1a3152;
	transition:0.2s all;
}
.primary-navigation a:hover,
.primary-navigation .current-menu-item > a:first-child:hover, 
.primary-navigation .current_page_item > a:first-child:hover,
.primary-navigation .current-menu-item > a:first-child, 
.primary-navigation .current_page_item > a:first-child {
	text-decoration:none;
}

/* SUB MENU */
.primary-navigation > div > .menu-wrapper .sub-menu-toggle {
	position: relative;
	top:22px;
	left:2px;
	width:20px;
	height:20px;
	color:#FFF;
	background:none !important;
}
/*
.primary-navigation > .primary-menu-container ul > li .sub-menu-toggle[aria-expanded=false] ~ ul {
	display:block;
}
/**/
.primary-navigation .sub-menu {
	border:none;
	border:solid 1px #FFF;
	border-radius:5px;	
	background:#1392d1;
	background:#3d6fb7;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu li {
	line-height: 30px;
	background:none;
}

.primary-navigation > div > .menu-wrapper > li > .sub-menu:before, 
.primary-navigation > div > .menu-wrapper > li > .sub-menu:after {
	top:-11px;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu:after {
	border-color:#FFF transparent;
}
.primary-navigation .sub-menu .menu-item > a {
	font-size:18px;
	line-height: 1.3em;
    padding:10px 20px;
}

/* HOME PAGE */
body.home .site-main {
	padding-top:0;
}
img.homeStorefrontBanner {
	display:block;
	max-width:100%;
	margin:0 auto;
	border-bottom:solid 15px #1392d1;
	margin-bottom:30px;
}
#homeHeroSection p,
#homeShowroomSection p {
	margin:25px 0;
}
#homeQuickLinks {
	text-align:center;
	background:#FFF;
	border-top:solid 10px #1392d1;
	border-bottom:solid 10px #1392d1;
	padding:50px 0;
}
.quickLink {
	display:inline-block;
	width:30%;
	border:solid 1px #1392d1;
	border-radius:10px;
	overflow: hidden;
	margin:20px 1%;
	transition:0.2s all;
}
.quickLink:hover {
	-webkit-box-shadow: 10px 10px 21px -14px rgba(0,0,0,0.75);
	-moz-box-shadow: 10px 10px 21px -14px rgba(0,0,0,0.75);
	box-shadow: 10px 10px 21px -14px rgba(0,0,0,0.75);
}
.quickLink img {
	width:100%;
	height:auto;
}
#homeShowroomSection {
	padding:50px 0;
}
#homeShowroomSection .left,
#homeShowroomSection .right {
	display:inline-block;
	width:50%;
	vertical-align: top;
}
#homeShowroomSection .left {
	width:40%;
	margin:25px 2% 25px 0;
}


/* COMMON */
.site-main > * {
	margin:0;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background:none;
}
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button),
.site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img {
	outline:none;
	text-decoration:none;
}

.site-content {
	background:url('assets/images/bgBubblesLargeV3.jpg?v=7') center top no-repeat;
	background-size:cover;
}
/*
.site-content::after {
	content:"";
	position:absolute;
	bottom:25px;
	height:300px;
	width:100%;
	background: transparent url('assets/images/bgWhiteVerticalFade.png?v=1') center center repeat-x;
}
/**/
body.productPage .site-content {
	background:#FFF;
}
h1, h2, h3, h4, h5, h6 {
	color:#003D79;
}
.entry-header {
	display:none;
}
.entry-content h1 {
	font-size:32px;
}
.entry-content h2 {
	font-size:24px;
}
.entry-content h3 {
	font-size:22px;
}
.entry-content h4 {
	font-size:20px;
}
.entry-content h5 {
	font-size:18px;
}
.post-thumbnail, .entry-content .wp-audio-shortcode, .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), *[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator), .default-max-width {
    width: 90%;
    max-width: 1300px;
}
table.rentalRates {
	width:fit-content !important;
	background:#FFF;
}



/* WOOCOMMERCE */


/* ########### 2024-02-20 temporarily turn off ecommerce functions per Rick ############ */
.hdrViewCart,
.add_to_cart_button,
.woocommerce ul.products li.product .button,
.woocommerce div.product form.cart,
.wc-proceed-to-checkout {
	display:none;
}

.contactToPurchaseMSG { /* on product pages */
	width:fit-content;
	background:#cae8f0;
	border-radius:10px;
	padding:20px;
	margin:30px 0;
}
.contactToPurchaseMSG a {
	font-size:24px;
	font-weight: bold;
	color:#1982ba;
	text-decoration:none;
	transition:0.2s all;
}
.contactToPurchaseMSG a:hover {
	color:#005989;
}
/* ########### 2024-02-20 temporarily turn off ecommerce functions per Rick ############ */


.entry-content .woocommerce {
	width:100% !important;
	background:#FFF;
	padding:50px;
	border-top:solid 10px #CCC;
	Xborder-bottom:solid 10px #CCC;
}
body.productPage .entry-content .woocommerce {
	border:none;
	
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color:#1392d1;
}
.site .button:not(:hover):not(:active):not(.has-background), button:not(:hover):not(:active):not(.has-background), input[type=submit]:not(:hover):not(:active):not(.has-background), input[type=reset]:not(:hover):not(:active):not(.has-background), .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-background), .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-background), .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-background) {
	color:#FFF;
	background:#1392d1;
	Xborder:solid 3px #1392d1;
	transition:0.2s all;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
	color:#FFF;
	text-shadow:0px 0px 3px rgba(0,0,0, 0.5);
	Xbackground:#52c0b5;
	background: rgb(19,146,209);
	background: linear-gradient(135deg, rgba(19,146,209,1) 0%, rgba(76,165,181,1) 100%);
	Xborder:solid 3px #1392d1;
	transition:0.2s all;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background:#e6e9ed;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background:#cfe1f4;
}
#add_payment_method #payment div.payment_box input.input-text, #add_payment_method #payment div.payment_box textarea, .woocommerce-cart #payment div.payment_box input.input-text, .woocommerce-cart #payment div.payment_box textarea, .woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea {
	border-color:#9ebedf;
}


/* COMMON */
.site-main > article > .entry-footer,
.post-navigation {
	display:none;
}
.site-content::after {
	content:"";
	display:block;
	width:100%;
	height:100px;
	background:transparent url('assets/images/bgGradientTransparenttoWhite.png') repeat-x;
}


.Clear {
	clear:both;
}


/* CONTACT */
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=number], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], .site textarea {
	font-size:1em;
	line-height: 1.5em;
	padding:5px;
}
.site textarea {
	height:100px;
}


/* FOOTER */
#Footer {
	position:relative;
	Xmin-height: 630px;
	background:url('assets/images/bgFooter.jpg') no-repeat;
	Xbackground:transparent url('assets/images/bgFooter.png') no-repeat;
	background-size:100% auto;
	background-position:top center;
	Xborder-top:solid 5px #1392d1;
}

#Footer .pad {
	padding-top:calc(17vw);
}
.ftrTitle {
	font-style: italic;
	color:#FFF;
	text-shadow:2px 2px 2px #000;
	text-align:center;
}
#Footer .col {
	display:inline-block;
	width:33%;
	font-weight: bold;
	color:#FFF;
	text-shadow:2px 2px 2px #000;
	z-index:2;
	padding:110px 0 0 0;
	vertical-align: top;
}
#Footer .col h4 {
	color:#FFF;
	margin:0 0 25px 0;
}
#Footer .col a {
	color:#FFF;
	text-decoration:none;
	text-shadow:0px 0px 5px #000;
	transition:0.2s all;
}
#Footer .col a:hover {
	text-decoration:underline;
	transition:0.2s all;
}
#Footer .col ul,
#Footer .col li {
	list-style: none;
	padding-left:0;
	margin-left:0;
}
#Footer .col.ftrLogo {
	width:250px;
	text-align: center;
}
.ftrLogo img {
	width:100%;
	max-width:100%;
}
.ftrLogo span {
	display:block;
	font-size:22px;
	font-weight: bold;
	text-transform:uppercase;
	line-height: 1em;
}

#ftrBottomOverlay {
	width:100%;
	z-index: 1;
}

#ftrCredits {
	font-size:14px;
	background:#FFF;
	padding:40px 0;
}
#ftrCredits span {
	display:inline-block;
	margin-right:30px;
}
#ftrCredits span.nwwebdev {
	float:right;
	text-align:right;
	margin:0;
}
#ftrCredits a {
	text-decoration:none;
}
#ftrCredits a:hover {
	text-decoration:underline;
}

.grecaptcha-badge {
	display:none !important;
}
/* VALUPLUS2023 */


