/*hide header image on page-id-4253-14528203hc-se*/
.page-id-4253 .site-identity{
  display: none;
}



/*hide header image on page-id-4611-14528203hc-se*/
.page-id-4611 .site-identity{
  display: none;
}


/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

/*Hide page titles on the home page */
.front-page-section-header{
	display: none;
}

/* The background colour */
.navigation-top,
.main-navigation ul {
    background:#00204D;
}

/* The text colour */
.navigation-top a,
.menu-toggle {
    color: white;
}
/* Set navigation background to navy blue and text to white */
nav#site-navigation.site-navigation {
	color: white;
	background-color: #00204D;
}
/* Set hamburger menu icon on mobile to white */
pre, .comment-reply-title a, .comment-list .reply a, .comment-metadata, .trackback .edit-link, .pingback .edit-link, .comment-awaiting-moderation, .comment-notes, .form-allowed-tags, .logged-in-as, .sidebar-toggle-button:before, .page-links a, .page-links .page-links-title, .mobile-navigation .sub-menu-toggle, .mobile-navigation .sub-menu-toggle:focus, .site-navigation .sub-menu-toggle, .site-navigation .sub-menu-toggle:hover, .site-navigation .sub-menu-toggle:focus, figcaption, .wp-caption-text, .block-grid-item-meta, .content-area .contact-form label span {
	color: white;
}

@media (min-height: 541px) and (min-width: 960px)
{
.admin-bar.home.has-header-media.site-navigation-is-fixed .site-header-inside {
    height: calc( 80vh - 112px );
    min-height: calc( 80vh - 112px );
}
}

@media (min-height: 541px) and (min-width: 783px)
{.admin-bar.home.has-header-media.site-navigation-is-fixed .site-header-inside {
    height: calc( 80vh - 82px );
    min-height: calc( 80vh - 82px );
}
}

@media (min-height: 541px) and (min-width: 960px)
{.home.has-header-media.site-navigation-is-fixed .site-header-inside {
    height: calc( 80vh - 80px );
    min-height: calc( 80vh - 80px );
}
}

@media (min-height: 541px) and (min-width: 783px)
{
.home.has-header-media.site-navigation-is-fixed .site-header-inside {
    height: calc( 80vh - 50px );
    min-height: calc( 80vh - 50px );
}
}

@media screen and (min-height: 420px) and (min-width: 783px)
{
.home.has-header-media.admin-bar .site-header-inside {
    height: calc(80vh - 32px);
    min-height: calc(80vh - 32px);
}
}

@media screen and (min-height: 420px) and (min-width: 783px)
{.home.has-header-media .site-header-inside {
    height: 80vh;
    min-height: 80vh;
}
}
/* Hide site title on all pages but the homepage */
.home p.site-title {
	display: inherit;
}
p.site-title {
	display: none;
}

/* Hide tagline on all pages but the homepage */
.home p.site-description {
	display: inherit;
}

p.site-description{
	display: none;
}

/* Hide header social menu */

#menu-social {
	display: none;
}

/* Center hamburger menu */

.sidebar-toggle-button::after {
	content: none;
}

.sidebar-toggle-button::before {
	margin-right: 0;
}

/* Hide Author info on post */
aside.author-box {
    display: none;
}

/* Hides Header on Action Page | kb-3822801-hc */
.page-id-1441 .site-identity {
  display: none;
}

/*hide title on post-1441 9337944-hc*/
#post-1441 .entry-title {
  display: none;
}

/*  Hide banner and page title on page-id-2987 9479981-hc   */
.page-id-2987 .site-identity, .page-id-2987 .entry-title {
    display:none;
}


/* Hides Header on save texas breweries page | kb-3822801-hc */
.page-id-5208 .site-identity {
  display: none;
}

/*hide title on post-1441 9337944-hc*/
.page-id-5208 .entry-title {
  display: none;
}
/* Remove White Space on 5208 HC-21589507-PA-SS-JG */
.page-id-5208 .site-content {
padding-top: 0;
}
.page-id-5208 .entry-header {
margin-bottom:0;
}