/* Homepage slider / 26275708-HC (MI) */
.slideshow img {
	opacity: .5;
}

.slideshow .feature-img {
	background: #000000;
}

/* Remove post meta info. #3567713-zd */
.natural-sidebar-inactive .post-author .align-left, .natural-sidebar-inactive .post-author .align-right {
	display: none;
}

/* Change default link color | YH-26279509-hc */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
    color:#99cc33;
}

/* Featured Pages Button Text Color | 26279509-hc (KK) */
.featured-pages a.button {
	color: #fff;
}

/* Customize Heading Size */
h1 {
	font-size: 2.4em;
	letter-spacing: -0.8px;
}
h2 {
	font-size: 1.8em;
	letter-spacing: -0.6px;
}
h3 {
	font-size: 1.4em;
	letter-spacing: -0.4px;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.2em;}

/* paragraph font color */
p {
	color: #000000
}
ul {
	color: #000000
}
ol {
	color: #000000
}

/* Hide featured images on single pages/posts / #27489791-HC JB */

.page .feature-img.banner, .post .feature-img.banner {
    display: none;
}

/* Remove Width Restrictions on Normal Pages #27493769-hc-jg */
body:not(.home) .container {
    max-width: unset;
}

/* Increase Gallery Block Width, Remove Margins #27493769-hc-jg */
figure.coblocks-gallery--figure {
    margin: unset;
}

/*hide submenu items only on mobile*/
@media only screen and (max-width: 600px){
.sub-menu li {
 display: none;
}
}

/* center titles in container */
.headline {
    text-align: center;
}

/*Center and bold Widget Titles - 27542301-hc*/
.widget-title {
	text-align: center;
	font-weight: bold;
}

/* Change cabin page "details" nav bar hover 29313352-hc    */
.wp-block-navigation-link__label:hover {
    color:#00A09F;
}

/* Menu links - white text / 30409080-HC (MI) */

#navigation .menu a,
#navigation .menu li.sfHover .sub-menu li a,
#navigation .menu li.current-menu-ancestor a,
#navigation .menu li.current_page_ancestor a,
#navigation .menu .current_page_item ul li a:hover,
#navigation .menu .current-menu-item ul li a:hover,
#navigation .menu .current-menu-ancestor ul li a:hover,
#navigation .menu .current_page_ancestor ul li a:hover,
#navigation .menu .current-menu-ancestor ul .current_page_item a,
#navigation .menu .current_page_ancestor ul .current-menu-item a,
#navigation .menu .current-cat ul li a:hover {
	color: #ffffff;
}

#navigation .menu a:focus,
#navigation .menu a:hover,
#navigation .menu a:active,
#navigation .menu li.sfHover:hover a {
	color: #ffffff;
}

/* Active menu link backgrounds / 30409080-HC (MI) */

#navigation .menu .current_page_item a,
#navigation .menu .current_page_ancestor a,
#navigation .menu .current-menu-item a,
#navigation .menu .current-cat a {
  background: #00A09F;
}

.menu a:focus,
.menu a:hover,
.menu a:active,
.menu li.sfHover:hover {
  background: #00A09F;
}

#navigation .menu a {
  background:none !important;
}

/* change header colors | 30619090-hc | GM  */
h1, h2, h3, h4, h5, h6 {
    color: #00A09F;
}

/*Change padding of nav menu block on all property pages | 35226521-hc tcrv */
span.wp-block-navigation-item__label {
    padding: 17.5px;
}
/*end 35226521-hc */

/* Remove the mobile logo bar  "Mighty Vacay" | MJR | hc-36953299 */
div.mob-menu-logo-holder {
  display: none;
}

div.mob-menu-header-holder.mobmenu {
  display: none;
}

body.home.page-template-default.page.page-id-5.admin-bar.no-customize-support.custom-background.wp-custom-logo.natural-header-active.natural-singular.natural-sidebar-active.natural-shop-sidebar-inactive.natural-background-image.natural-logo-center.natural-no-header-text.custom-colors.mob-menu-slideout-over.debug-bar-maximized {
  padding-top: 0px;
}

/* END */