/*
Theme Name: Vancouver Island Designs Child Theme
Theme URI: https://www.vancouverislanddesigns.ca
Version: 1.0
Description: A child theme for custom development.
Author: The Vancouver Island Designs Team
Author URI: https://www.vancouverislanddesigns.ca
template: bb-theme
*/

/* Add your custom styles here... */ 
.ml12 {
  font-weight: 200;
  font-size: 1.8em;
  text-transform: uppercase;
  letter-spacing: 0.5em;
}
button, .fl-post-more-link {
font-family: Montserrat, sans-serif;
    font-weight: 400;
    border: 2px solid rgb(255, 255, 255);
    background-color: rgb(223, 153, 1);
    border-top-width: 2px;
    border-radius: 25px;
    color: #fff;
    padding: 10px 20px;
}
.fl-post-more-link { 
    margin-top: 20px;
    display: inline-block;	
}
.ml12 .letter {
  display: inline-block;
  line-height: 1em;
}
.hero-video-overlay {
  position: relative;
  overflow: hidden;
}
.fl-page-content {
	 background-image: 
	linear-gradient(rgba(255,255,255,0.97), rgba(255,255,255,0.97)),
        url("https://nitc.videvelop.ca/wp-content/uploads/2025/12/logo.svg");
  background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
}
.hero-video-overlay:after {
  content: '';
  position: absolute;
  top: -120px;               /* pulls artwork down from header */
  left: 0;
  width: 100%;
  height: 120%;             /* how far it bleeds into video */
  background-image: url('https://nitc.videvelop.ca/wp-content/uploads/2025/12/logo.svg');
  background-repeat: no-repeat;
  opacity: 0.06;
  pointer-events: none;
  z-index: 2;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
}

/* Ensure video + text are layered correctly */
.hero-video-overlay > * {
  position: relative;
  z-index: 1;
}

/*-------------------- cookie policy ---------------------*/
.pum-theme-default-theme .pum-container {
 padding: 0 !important;
 background-color: transparent !important;
}
.pum-content.popmake-content {
 padding: 15px 45px 15px 25px !important;
    background-color: rgba(0,0,0,.75) !important;
}
.pum-content.popmake-content p{
 margin:0 !important;
}
.pum-close.popmake-close {
    top: 0 !important;
    right: 0 !important;
    background-color: transparent !important;
    padding: 0 15px !important;
    font-size: 20px !important;
}
.pum-content.popmake-content a{
 color:goldenrod;
}
a:focus {
    outline: none;
}
.grecaptcha-badge {
z-index:-99999;
}
.pum-theme-25 .pum-container, .pum-theme-default-theme .pum-container {
	    border: none;
}
/*-------------------- end cookie policy ---------------------*/
.fl-page-footer a, .fl-page-footer a *, .fl-page-footer a.fas, .fl-page-footer a.fab {
	 color:goldenrod;
}
@media (max-width: 768px) {

.fl-node-9if8olzg0qy6 > .fl-row-content-wrap,
	.fl-node-w29d3tycbihf > .fl-row-content-wrap{
    background-position: center top;
    background-attachment: fixed !important;
    background-size: cover;
}
	}