/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
#hero.has-background .overlay, 
#primary-header .overlay, 
.page-header.has-featured-image .overlay {
    opacity: .4;
}

/* Change primary-header to blue and entry-title to white on all pages 30260228-hc */
#primary-header {
    background: rgb(13,164,211) !important;
    margin-left: 0;
    margin-right: 0;
    height: 6rem;
    padding-top: 1.5rem;
}

#primary-header .entry-title {
    color: #fff !important;
}

/* Prevent site title wrap | #30260228-hc (hg) */
.site-title {
    white-space: nowrap;
}

.main-header-links {
    max-width: 710px;
}

/* Set nav items to Open Sans | HC-30260228-JG */
#site-navigation > ul > li {
    font-family: Open Sans, 'Open Sans', sans-serif;
}

/* Set height for images in featured page section on homepage SS-30279505-hc */
#front-featured-page-245 .type-page figure img {
    height: 198px;
}

/* Adjust Home Page Widget/Section Title Font Sizes #30311504-hc-jg */
.homepage-widgets .widget .widget-title {
    font-size: 28px;
}

/Copyright after WordPress.com footer credit - 30311504-hc aam/
.site-info::after {
    content: "Copy Right of KSM Global Corporation - Toronto Ontario Canada 2019";
}

/* Hide breadcrumbs 30319218-hc AD */
.breadcrumbs {
    display: none;
}
/Copyright after WordPress.com footer credit - 30311504-hc aam/

.site-info {
    font-size: 0;
}

.site-info::after {
    content: "CopyRight of HoneyWater Inc - Toronto Ontario Canada 2014";

font-size: 10px
}

/* Remove whitespace above the logo, move it to the left | 32554497-HC - JH */
.custom-logo {
margin-top: 0;
margin-left: 0;
}

/* Remove padding above and below header | 32554497-hc/zen (LL) */
#header-inner .th-py-md {
  padding-top: unset;
  padding-bottom: unset;
}

/* increase size on sticky logo | 32554497-hc/zen (LL) */
#header-inner .th-py-md .site-branding img.custom-logo {
    min-height: 100px;
}

.home #post-27 {
    position:static;
}

.home .entry-content * {
    z-index: 10;
    position:relative;
}

.home #masthead {
  z-index: 20;
  position:relative;
}

/* Center site logo vertically | HC-32557451-JG */
.site-branding img {
  margin-top: 10px;
}

/* VIDEO FOOTER */
#block-11 {
    width: 100%!important;
    margin-bottom: 0!important;
    margin-top: 0!important;
}

.container.th-mt-base.th-mb-xl {
    margin-bottom: 0!important;
    margin-top: 0!important;
}

.wp-block-columns.alignfull {
    padding-bottom: 0;
}

@@media only screen and (min-width: 600px) {
.widget.widget_contact_info {
  width: 300%!important;
}
}

.widgettitle, .textwidget .entry-title {
  font-size: 20px!important;
}

.confit-hours {
  line-height: 15px;
}

.widget.wpgmza_widget {
  margin-top: 10px;
}

/* Fix both texts, COVID Notice and Footer wdiget | 32677611-HC - RD */

.widget.widget_text, .wp-block-archives-list.wp-block-archives, .widget.widget_google_translate_widget {
  text-align: right;
}
#text-1 {
    text-align: left;
}

.wp-block-columns.alignfull {
    padding-top: 0;
}

/* END OF VIDEO FOOTER CSS  - Rose P */



/* Correct Widget Width on Non-Home Pages */
.footer-widget-area .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
  width: 100%;
}

/* remove opacity from footer video to get a fully transparent view - 4446501-zd rs */
#colophon .wp-block-cover.has-background-dim:not(.has-background-gradient)::before {
  opacity: 0;
}

/* Footer Widget Width | 4446501-zen (KK) */
@media (min-width: 992px) {
.footer-widget {
    width: 100%;
}
}

/* Footer Cover block margins | 4446501-zen (KK) */
footer #block-33 {
    margin-top: 0;
}
footer .wp-block-cover {
    margin-bottom: 0;
}

/* Footer Cover block width | 4446501-zen (KK) */
footer .wp-block-cover {
    margin-left: calc(50% - 50vw);
    width: 100vw;
}

#colophon {
    overflow-x: clip;
}

/* Footer Columns block padding | 4446501-zen (KK) */
body:not(.home) footer .wp-block-cover .wp-block-columns {
    padding: 0;
}

/* Header cover block | 4446501-zen (KK) */
#post-27 .wp-block-cover {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width: 100%;
    z-index:1;
    margin-bottom:0;
}



/* Footer Widgets Position | 4446501-sen (KK) */
@@media only screen and (min-width: 1440px) {
footer .wp-block-cover video.wp-block-cover__video-background {
    object-position: 0 -210px;
}
}

footer .wp-block-cover {
    padding: 0;
    min-height: 590px !important;
}

/* Hide empty columns in footer on smaller screen sizes | 4446501-zen (KK) */
@media (max-width: 991px) {
    #block-33 .wp-block-column:nth-child(2),
    #block-33 .wp-block-column:nth-child(3) {
        display: none;
    }
}

/* Hide top bar of site | TT-33246368-hc */
.site-header .top-bar {
	display: none;
}

