/*
Theme Name: Master Mind 5.1
Theme URI: http://fckbranding.com
Description: A hand-built WordPress Bootstrap 5 theme by Chris J | MindTattoos
Version: 5.1
Author: Chris James
Author URI: http://mindtattoos.com
Tags: Responsive, Bootstrap 5, jQuery Scroll
License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/
*/
@font-face {
  font-family: 'Troye Free Sans';
  font-style: normal;
  font-weight: normal;
  src: local('fonts/Troye Free Sans'), url('Troye Sans Free.woff') format('woff');
  }
@font-face {
  font-family: 'Megrim';
  src: url('fonts/Megrim.woff2') format('woff2'),
      url('fonts/Megrim.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');

/* Wordpress Admin Bar login */
.logged-in .fixed-top {
  top: 30px;
}
*,
*:after,
*:before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

body {
height: auto;
color: #fff;
background-color: #000;
font-family: 'Montserrat', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

a {
  color: #A31515;
  text-decoration: none;
}

/* Content */
.moth {
background-image: url("https://luminism.co.uk/wp-content/uploads/2021/03/Luminism_Moth.png");
background-repeat: no-repeat;
background-position: center center;
}

p {
font-family: 'Montserrat', sans-serif;
color: #bbb;
margin-top: 0;
margin-bottom: 1.5rem;
line-height: 2rem;
}

ul.post-categories li {
color: #bbb;
margin: 0;
padding: 0;
text-transform: uppercase;
}

ul.post-categories li a {
color: #bbb;
margin: 0;
padding: 0;
}

a:hover {
color: #A31515;
text-decoration: none;
}

h1 {
color: #ffffff;
font-family: 'Megrim', Arial, sans-serif;
font-size: 3em;
font-weight: bold;
text-transform: uppercase;
line-height: 1;
}

h1.welcome {
color: #fff;
font-family: 'Megrim', Arial, sans-serif;
font-size: 5em;
font-weight: bold;
text-transform: uppercase;
line-height: 1;
letter-spacing: 1px;
}

.highlight {
  color: white;
font-family: 'Troye Free Sans', Arial, sans-serif;
  font-size: 3em;
}

.introhead {
color: white;
font-family: 'Troye Free Sans', Arial, sans-serif;
font-size: 1.6em;
}

.section {
    margin: 10vh 0;
}

h2 {
  color: white;
font-family: 'Megrim', Arial, sans-serif;
  font-size: 3em;
  text-transform: uppercase;
  margin-bottom: .5em;
}

h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2em;
  margin: 1em 0;
  font-weight: bold;
}

.h4, h4 {
  font-size: .8rem;
}

#sidebar h2 {
font-family: 'Megrim', Arial, sans-serif;
color: #272727;
font-size: 1.6em;
text-transform: uppercase;
font-weight: bold;
margin: 1em 0 0 0;
}

h3 {
font-family: 'Megrim', Arial, sans-serif;
}

h3 a {
font-family: 'Megrim', Arial, sans-serif;
color: #fff;
font-size: 2em;
}

h3 a:hover {
font-family: 'Megrim', Arial, sans-serif;
color: #fff;
text-decoration: underline;
}

.date {
  font-size: .8em;
  color: #777;
  margin-bottom: 2em;
}

.read {
  text-align: center;
}

ul {
  padding: 0;
  margin: 0;
}


ul li {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 1em;
    color: #bbb;
    margin-left: 2em;
}

.item {
  margin: 15px 0;
}

/* Form */
.form-control {
    color: #fff;
    font-size: 1.3rem;
    background-color: #272727;
    margin: 1em 0 0 0;
    background-image: none;
    border: none;
    border-radius: 0;
    padding: .5em;
}
.form-control::-webkit-input-placeholder {
color: #bbb;
}
.form-control:-moz-placeholder {
color: #bbb;
}
.form-control::-moz-placeholder {
color: #bbb;
}
.form-control::placeholder {
color: #bbb;
}
.form-control:-ms-input-placeholder {
color: #bbb;
}

label {
color: #272727;
display: block;
max-width: 100%;
margin-bottom: 5px;
font-weight: 700;
}

.form-control:focus {
  background-color: #fff;
  border-color: #A31515;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

#hero h1 {
  color: #fff;
  font-family: 'Megrim', Arial, sans-serif;
  font-size: 4em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  text-align: left;
  letter-spacing: 2px;
}

/* Footer */
#footer .widget-title {
  margin: 0 0 25px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
}

.blockquote {
color: #e1e1e1;
font-size: 1.2em;
}

#footer {
    padding: 12PX;
    margin: 0;
    bottom: 0;
    position: fixed;
    z-index: 1060;
    color: #fff;
    width: 100%;
    height: 60px;
    max-height: 60px;
    justify-content: space-between;
    align-items: center; 
    min-height: auto;
    background:transparent;
    background: rgba(0,0,0,0.25);          /* tint so text stays readable */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);   /* Safari */
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

/* Buttons 
.btn-primary {
    background: #272727;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    padding: .7em 1.5em;
}*/

.btn-primary {
    display: inline-block;
    margin-top: 30px;
    padding: 16px 42px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    backdrop-filter: blur(6px);
    background: rgba(255, 255, 255, 0.06);
    transition: all 0.4s ease;
}

.btn-primary:hover {
color: #fff;
background-color: black;
border: 1px solid rgba(255, 255, 255, 0.4);
}

.btn-secondary {
color: #666;
background: transparent;
  border: 3px solid #666;
  border-radius: 0;
  font-weight: 500;
  text-transform: uppercase;
}
.btn-secondary:hover {
color: #fff;
background: #666;
  border: 3px solid #666;
  border-radius: 0;
  font-weight: 500;
  text-transform: uppercase;
}

/* BLOG */
a.read {
  color: #fff;
  background: #a31515;
  padding: 10px;
  text-transform: capitalize;
}
blockquote {
  margin: 1rem;
}

blockquote p {
    font-size: 2.5em;
    opacity: .7;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
    background: black;
    padding: 1em;
    line-height: normal;
}

/* next Previous */
.next {
margin-top: 20px;
font-size: .9em;
}
.preview {
font-size: .7em;
margin-bottom: 20px;
}

/* Footer */

footer ul {
padding:0;
list-style-type: none;
}
.footer li {
list-style: none;
}
.footer h3.widget-title {
  text-align: left;
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.copyright {
  margin: 0;
  font-size: .6em;
  color: #fff;
  padding: 10px 0;
  text-align: right;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.copyright a {
color: #fff;
}

/* Blog covers */
.commments {
  font-size: .7em;
  border: 3px solid #272727;
  padding: 2em;
}

.blog-tile {
  border: 1px solid #555;
}
.blog-inner {
padding: 1rem;
}
.blog-button {
color: black;
display: flex;
align-items: center;
justify-content: center;
background: #EF0A74;
padding: 10px;
margin-bottom: 40px;
}

.blog-button a {
color: black;
text-transform: uppercase;
font-weight: bold;
}

.blog-button a:hover, a:focus {
color: white;
text-decoration: underline;
}

/* Circle Spinner */

#work {
height: 300px;
}

#work a .circle {
  position: relative;
  border-radius: 50%;
  width: 70%;
  padding-bottom: 70%;
  background: #ca1a1a;
  margin: 60px auto 96px auto;
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  -ms-transition: -ms-transform .3s;
  -o-transition: -o-transform .3s;
  transition: transform .3s;
}
#work  a:hover .circle {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
#work  a .rect:nth-child(2) {
  width: 15%;
  padding-bottom: 70%;
  margin-left: -7.5%;
  margin-top: -35%;
}
#work a .rect {
  position: absolute;
  width: 70%;
  padding-bottom: 15%;
  background: white;
  left: 50%;
  top: 50%;
  margin-left: -35%;
  margin-top: -7.5%;
}

/* Centered texts in each section
* --------------------------------------- */

#myVideo {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-color: black;
  background-position: center center;
  background-size: contain;
  object-fit: cover;
}
/* Layer with position absolute in order to have it over the video
* --------------------------------------- */
  #section1 .layer{
    position: absolute;
    z-index: 5;
    width: 100%;
    left: 0;
    top: 30%;
    height: 100%;
  }

  #section1 h1{
    color:#fff;
  }

  #infoMenu li a{
    color: #fff;
  }

  #section1{
    overflow: hidden;
  }

/* Art Category */
.promo p {
color: white !important;
text-align: left;
font-weight: normal;
text-transform: uppercase;
margin-bottom: 0;
}

.bottom {
top: 25%;
}

.blog_subtitle { 
font-size: .8em;
}

ul.post-categories {
font-family: 'Megrim', Arial, sans-serif;
  padding: 0;
  margin: 0 auto;
  list-style-type: none;
  display: inline-block;
  font-size: .8em;
  opacity: 0.4;
  letter-spacing: 2px;
}
/* SectionPages */
/* Socials */
ul.socials {
  list-style-type: none;
  margin-bottom: 10px;
padding: 0;
}
ul.socials li {
  display: inline-block;
  margin: 0 5px 0 0;
}

ul.socials img {
  height: 25px;
  width: auto;
}
/* GSAP */
.overlay {
position: absolute;
width: 100%;
height: 100%;
left: 0%;
z-index: 2;
background: #666;
}
.first {
top: 0;
}
.second {
top: 33.3%
}
.third {
top: 66.6%;
}

.ball {
width: 50px;
height: 50px;
position: fixed;
top: 0;
left: 0;
border: 3px solid white;
border-radius: 50%;
}
.icon {
text-align: center;
width: 150px;
float: left;
}
.icon svg {
width: 50px;
height: 50px;
margin: 6px 0;
overflow: visible;
}
main {
height: 100vh;
width: 100%;
}

/*
Bootstrap 4.0.0-alpha2 navbar with dropdown menus
=================================================
*/
.navbar-nav {
  font-size: 1em;
}
.navbar .dropdown-menu li {
width: 100%;
margin-left: 0 !important;
}

.navbar-glass{
  background: rgba(0,0,0,0.25);          /* tint so text stays readable */
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);   /* Safari */
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

ul#menu-main li {
  margin: 0;
  border-right: 1px solid #aaa;
  padding: 0 10px;
  font-size: 1.2em;
}
ul#menu-main li a {
color: white;
}
ul#menu-main-1 li a {
color: white;
  font-size: 2rem;
}

li#menu-item-364 {
  border-right: none !important;
  padding-right: 0 !important;
}
/*.navbar {
  background: #000;
}
*/
.navbar-dark {
  height: 80px;
  background: transparent;
  z-index: 1060;
}

.top-nav-collapse {
  background-color: #fff;
}

/* Nav Scroll */

.navbar {
border-color: transparent;
}

.navbar-light {
background-color: transparent;
transition: background-color 500ms linear;
transition: all 0.5s ease;
  border-bottom: transparent;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
  text-transform: uppercase;
  font-size: 1.3em;
margin-bottom: 0;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #A31515 !important;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark.navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
  color: #fff;
}
.fixed-top .navbar-toggler {
  border-color: #333;
  background-color: #0a0a0a !important;
}

nav.navbar img {
  height: 55px;
  width: auto;
}

/* Circle Mouse */
.circle {
  position: fixed;
  background-color: #fff;
  width: 10px;
  height: 10px;
left:-10px;
top:-10px;
  border-radius: 100%;
  z-index: 1;
  // user-select: none;
  // pointer-events: none;
  z-index: 10000;
  transform: scale(1);
  // &.active {
  //     opacity: 1;
  //     transform: scale(0);
  // }
}

.circle-follow {
 position: fixed;
  border:1px solid #fff;
  width: 30px;
  height: 30px;
left:-21px;
top:-21px;
  border-radius: 100%;
  z-index: 1;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  //overflow: hidden;
  transform: scale(1);
  // &.active {
  //     transform: scale(2);
  // }  
}

/* Product */
section#service {
  padding: 145px;
  text-align: left;
  color: white;
}
section#service h1 {
color: white;
font-size: 3em;
}
section#service p {
color: white;
font-size: .8em;
margin: 1.3em 0;
}
.btn-danger {
  font-size: .7em;
  background-color: transparent;
  border-color: white;
  border-radius: 0;
  padding: .70rem .75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 2em;
}
.btn-danger a {
  color: #fff;
text-decoration: none;
opacity: 0.6;
}
.btn-danger a:hover {
  color: #fff;
opacity: 1;
text-decoration: none;
}

.btn-danger svg .a {
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.btn-danger .second-arrow {
  position: absolute;
  -webkit-transform: translateX(-250%);
  -ms-transform: translateX(-250%);
  transform: translateX(-250%);
  top: 40%;
}
.btn-danger span {
  width: 50px;
  overflow: unset;
  margin-left: 5px;
  display: inline-block;
  position: relative;
}
.btn-danger svg {
  fill: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
/* Vimeo Embed ACF */
section#video {
padding: 0;
}
.embed-container { 
      /*position: relative;*/
      padding-bottom: 56.25%;
      overflow: hidden;
      max-width: 100%;
      height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
}
/* Testing */
#myvideo {
  object-fit: fill;
}
section.panel.home {
  padding: 0;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
  position: inherit;
}

/* Remove Individual Video Controls */
video::-webkit-media-controls-play-button { display: none; }
video::-webkit-media-controls-volume-slider {display: none;}
video::-webkit-media-controls-mute-button {}
video::-webkit-media-controls-timeline {display: none;}
video::-webkit-media-controls-current-time-display {display: none;}
video::-webkit-media-controls-duration-time-display {display: none;}
video::-webkit-media-controls-time-remaining-display  {display: none;}
video::-internal-media-controls-overflow-button  {display: none;}
video::-internal-media-controls-button-panel  {display: none;}
/* Medium devices (landscape tablets, 768px and below) 
@media (min-width: 1200px) { 
video::-webkit-media-controls-enclosure  { margin-bottom: 180px;}
}*/
.navbar-toggler {
    margin-top: 10px;
}

.copyright {
    font-size: .5em;
    padding: 0;
	}

/* Medium devices (landscape tablets, 768px and below) */
@media all and (max-width:736px) {
   nav.navbar img {
    margin-left: -10px;
    margin-top: 10px;
    max-height: 45px;
    }
	.navbar-dark .navbar-nav .nav-link {
    font-size: 1em;
}
.hero {
  height: 160px;
  }
}

@media all and (max-width: 1200px) {
	.hero {
  height: 160px;
  }
}
	
h2.text-center.grid-head {
    margin: 0 0 10px 0;
    font-size: 1.6em;
}
.btn{
   white-space:normal !important;
}

.modal.modal-fullscreen .modal-dialog {
  /*width: 100vw;*/
  height: 100vh;
  margin: 0;
  padding: 0;
  max-width: none; 
}

.modal.modal-fullscreen .modal-content {
  height: auto;
  height: 100vh;
  border-radius: 0;
  border: none; 
  background: #000;
}

.modal.modal-fullscreen .modal-body {
  overflow-y: auto; 
}

.modal-header {
    padding: 15px;
    border: none;
	color: #fff;
}

.close {
    float: right;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-shadow: none;
    opacity: .8;
    text-transform: uppercase;
}

.close:focus, .close:hover {
    color: #da1919;
    text-decoration: none;
    opacity: .75;
}

.detail ul li {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    margin: 0 1em 0 0;
    padding: 0.15em 0;
    white-space: nowrap;
    color: #666;
}

h3.category-preview {
    font-weight: normal;
    font-size: 2em;
    margin: .5em 0;
}

.ptop-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

/* 2026 */
.video-scroll-page {
  position: relative;
}


ul.highlights {
position: relative;
font-size: 1em;
text-transform: uppercase;
margin: 0 1.5em 0 0;
padding: 0.15em 0;
white-space: nowrap;
color: #666 !important;
}

ul.highlights li {
display: inline-block;
border-left: 1px solid #666;
padding: 0 1em;
color: #666 !important;
margin: 0 0 1.5em 0;
}

ul.highlights li.first {
display: inline-block;
border-left: None;
padding: 0 1em 0 0;
}

/* Scroll CTA sits on top of video */
.pinned-hero__ui {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding-bottom: 1.5rem;
  z-index: 2;
}

.scrollbutton .scroller { color: #fff; }
.scrollbutton img { filter: drop-shadow(0 2px 8px rgba(0,0,0,0.6)); }

.content-panel{
  position: relative;
  z-index: 5;
  margin-top: 100vh;
}

.content-panel__bg{
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.45);
  opacity: 0;
  pointer-events: none;
}

#contentInner{
  position: relative;
  z-index: 1;
  opacity: 1;
  transform: none;
}

.content-panel--hidden #contentInner{
  opacity: 0;
  transform: translateY(24px);
}

/* Make sure content sits above bg */
#contentInner{
  position: relative;
  z-index: 1;
}

.pinned-hero{
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.pinned-hero__media{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pinned-hero__overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom,
    rgba(0,0,0,0.10) 0%,
    rgba(0,0,0,0.25) 40%,
    rgba(0,0,0,0.70) 100%
  );
  opacity: 0;               /* will be driven by ScrollTrigger */
  pointer-events: none;
}

.pinned-hero__ui{
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 2rem;
}

/* CONTENT PANEL */
.content-panel{
  position: relative;
  z-index: 5;
  margin-top: 100vh;        /* pushes content below fixed hero */
  min-height: 100vh;        /* prevents the "gap at bottom" look */
  display: flex;            /* allows vertical centering */
}

.content-panel__bg{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  opacity: 0;               /* driven by ScrollTrigger */
  pointer-events: none;
  z-index: 0;
}

.content-panel > .container{
  width: 100%;
  display: flex;
}

.content-panel > .container > .row{
  width: 100%;
  flex: 1;
  align-items: center;      /* centered when short */
}

#contentInner{
  position: relative;
  z-index: 1;
  opacity: 1;
  transform: none;
}

/* Initial hidden state for fade/slide */
.content-panel--hidden #contentInner{
  opacity: 0;
  transform: translateY(24px);
}

/* Fullscreen overlay */
#mobileNav.offcanvas {
  width: 100vw;
  height: 100vh;
}

/* Darker, cleaner background */
#mobileNav {
  background: rgba(0,0,0,0.75);
}

/* Vertically centre nav */
#mobileNav .offcanvas-body {
  align-items: center;
}

/* Bigger links */
#mobileNav .navbar-nav .nav-link {
  font-size: 1.8rem;
  letter-spacing: 1px;
  padding: .5rem 0;
  transition: opacity .3s ease;
}

#mobileNav .navbar-nav .nav-link:hover {
  opacity: 0.6;
}

.offcanvas-backdrop.show{
  opacity: .6;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.page-cta{
  border-top: 1px solid rgba(255,255,255,0.15);
  padding-top: 1.25rem;
}

.page-cta__text{
  font-size: 1.5rem;
  letter-spacing: .3px;
  opacity: .9;
}
/* recaptcha hide */
.grecaptcha-badge { visibility: hidden; }

.entry-overlay{
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.entry-overlay__inner{
  max-width: 900px;
  padding: 2rem;
}

.entry-overlay img{
  max-width: 100%;
  height: auto;
}

/* Account for fixed navbar/footer so min-vh-100 doesn't overflow */
.contact-stage{
  min-height: calc(100vh - 80px - 60px); /* nav 80px, footer ~60px */
}
.contact-stage *:last-child { margin-bottom: 0; }

.tick-list{
  list-style: none;
  padding-left: 0;
  margin: 1.5rem 0;
}

.tick-list li{
  position: relative;
  padding-left: 2rem;
  margin-bottom: .75rem;
}

.tick-list li::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  font-weight: 600;
}