/* VALUPLUS Home Care */

/*
	font-family: 'PT Sans', sans-serif;
	font-family: "Bitter", serif;

*/


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%;
	background:#086999;
	padding:0;
	z-index: 10;
	transition:0.3s ease;
	border-top:solid 10px #1392d1;
}
.hdrLogo {
	float:left;
	width:360px;
	text-align: center;
	margin-top:10px;
}
.hdrLogo a {
	display:block;
	width:fit-content;
	max-width:100%;
	text-decoration: none;
}
.hdrLogo img {
	width:45%;
	max-width:45%;
}
.hdrLogo span {
	position:relative;
	top:12px;
	display:inline-block;
	font-family: "Bitter", serif;
	font-size:28px;
	font-weight: bold;
	font-style: italic;
	color:#fbde81;
	text-shadow:2px 2px 2px #000;
	text-transform:uppercase;
	line-height: 1em;
	padding-right:15px;
}
.hdrContactInfo {
	float:right;
	width:200px;
	font-size:14px;
	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:24px;
	color:#fbde81;
	margin:0 15px 0 0;
}
.hdrContactInfo a {
	display:block;
	float: left;
	text-decoration:none;
}
.hdrPhone a {
	font-family: "Bitter", serif;
	font-size:22px;
	font-weight: bold;
	color:#fbde81;
}
.hdrScheduleService {
	display:block;
	max-width:190px;
	font-family: "Bitter", serif;
	font-size:22px;
	font-weight: 600;
	color:#993b08;
	text-align: center;
	text-transform: uppercase;
	line-height: 1em;
	background:#ffe6cc;
	padding:8px 20px;
	border-radius:10px;
	margin:0 0 10px 4px;
	transition:0.2s all;
}
.hdrScheduleService:hover,
.hdrScheduleService:focus,
.hdrScheduleService:active {
	color:#ffe6cc;
	background:#993b08 !important;
}


/* NAVIGATION */
.hdrNav {
	position: relative;
	top:0;
	width:100%;
	height:50px;
	text-align: center;
	background:#1392d1;
}
.primary-navigation {
	top:0px;
	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:4px 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:16px;
	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:#086999;
}
.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:8px 45px;
}

/* HOME PAGE */
body.home .site-main {
	padding-top:0;
}
#homeHeroSection {
	position: relative;
	background:url('assets/images/homeHero.jpg') center top no-repeat;
	background-size:cover;
	XUbackground-attachment: fixed;
	min-height:600px;
	text-align: center;
	padding-top:16%;
}
#homeHeroSection h1,
#homeHeroSection h3 {
	font-family: "Bitter", serif;
	font-size:5vw;
	font-weight: bold;
	color:#FFF;
	text-shadow:0 0 10px #000;
	margin:0 0 30px 0;
}
#homeHeroSection h1 {
	position:relative;
	top:30%;
}
#homeHeroSection h3 {
	font-size:2vw;
}
#homeHeroSection .ctas a {
	display:inline-block;
	font-family: "Bitter", serif;
	font-size:22px;
	font-weight: bold;
	color:#993b08;
	text-decoration:none;
	background:rgba(251,222,129, 0.9);
	border-radius:10px;
	padding:10px 20px;
	margin:0 10px 15px 10px;
	transition:0.2s all;
}
#homeHeroSection .ctas a:hover {
	color:#990808;
	background:#fbde81;
	box-shadow:4px 4px 4px #000;
}
.homeIntro {
	padding:30px;
}
.homeIntro h2 {
	font-size:3vw;
	font-weight: bold;
	margin:0 0 1em 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:#fcf3e3;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Bitter", serif;
	font-weight: bold;
	color:#003D79;
	margin:0 0 1em 0;
}
p, ul {
	margin:0 0 1em 0;
}
.entry-header {
	display:none;
}
.entry-content h1 {
	font-size:36px;
}
.entry-content h2 {
	font-size:32px;
}
.entry-content h3 {
	font-size:28px;
}
.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;
}


/* COMMON */
.site-main > article > .entry-footer,
.post-navigation {
	display:none;
}


.Clear {
	clear:both;
}


/* SCHEDULE SERVICE FORM */
#contactForms {
	max-width:85%;
	color:#FFF;
	background:#086999;
	padding:30px;
	border-radius:20px;
	margin:0 auto;
}
#contactForms h3,
#contactForms h4,
#contactForms p,
#contactForms a {
	font-size:28px;
	text-align: center;
	color:#FFF;
}
#contactForms p {
	font-size:22px;
}
#contactForms br {
	display:none;
}
#contactForms input[type=text],
#contactForms input[type=email],
#contactForms input[type=tel],
#contactForms textarea {
	display:inline-block;
	width:32%;
	border-radius:5px;
	padding:3px 10px;
	margin:0 0.4% 10px 0.4%;
}
#contactForms .address input[type=text],
#contactForms textarea {
	width:99%;
}
#contactForms textarea {
	height:90px;
}
#contactForms input[type=submit] {
	display:block;
	margin:0 auto;
	font-family: "Bitter", serif;
	font-weight: bold;
	color:#993b08;
	background:#fbde81;
	border-radius:10px;
}

/* CONTACT */



/* FOOTER */
#Footer {
	position:relative;
	background:url('assets/images/bgFooter.jpg?v=1') left top no-repeat;
	background-size:cover;
}
#Footer::before {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:"";
	z-index: 1;
	background:rgba(1,36,54, 0.7);
}

#Footer .pad {
	padding:40px 0 90px 0;
	z-index: 2;
}
.ftrTitle {
	font-family: "Bitter", serif;
	font-weight: bold;
	font-style: italic;
	color:#FFF;
	text-shadow:2px 2px 2px #000;
	text-align:center;
}
#Footer .col {
	display:inline-block;
	width:32%;
	font-weight: bold;
	color:#FFF;
	text-shadow:2px 2px 2px #000;
	z-index:2;
	padding:50px 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 {
	text-align: center;
}
.ftrLogo img {
	width:100%;
	max-width:300px;
}
.ftrLogo span {
	display:block;
	font-family: "Bitter", serif;
	font-size:32px;
	font-weight: bold;
	font-style: italic;
	text-transform:uppercase;
	line-height: 1em;
}

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

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

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


