/*!
Theme Name: sixthsenseevents
Theme URI: http://underscores.me/
Author: Richie Hiney
Author URI: https://funinelkcity.com
Description: Custom Wordpress theme for Sixth Sense Events
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sixth-sense-events
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

sixthsenseevents is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: white;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

p,
.row p {
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.row a {
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.row a:hover {
  text-decoration: underline;
}

h1,
.row h1 {
font-size: 2.6rem;
font-family: "Poppins", sans-serif;  
text-transform:uppercase;    
font-weight: 800;  
}

h2,
.row h2 {
font-size: 2rem;
font-family: "Poppins", sans-serif;  
text-transform:uppercase; 
font-weight: 700;  
}

h3,
.row h3 {
font-size: 1.8rem;
font-family: "Poppins", sans-serif;   
font-weight: 700;  
}

.btn-outline-secondary:hover {
    color:#fff!important;
}

.cta {
margin-top: -5px;    
color: #7f5597; 
font-size:12px!important;    
}
    
/* -------------------------------- 

Alternate Fixed & Scroll Backgrounds

-------------------------------- */
.rh-main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0.95);
  z-index: 3;
}

.rh-main-header li { 
	list-style: none;
}

.rh-main-header:after {
  /* clearfix */
  content: "";
  display: table;
  clear: both;
}

.rh-main-header__logo {
  position: relative;
  float: left;
  margin: 0 0 0 5%;
  height:80px;
  width:80px;     
  z-index:999;    
}

.rh-main-header__logo img {
  display: block;
}

@media only screen and (min-width: 1060px) {
  .rh-main-header {
    height: 80px;
  }
  .rh-main-header__logo {
    margin: 0 0 0 5%;
    height:80px;
    width:80px; 
  }
}

.rh-main-nav {
  float: right;
  margin-right: 5%;
  width: 44px;
  height: 100%;
  background: url("/wp-content/themes/sixth-sense-events/img/rh-icon-menu.svg") no-repeat center center;
  background-size: 44px 44px;
  cursor: pointer;
}

.rh-main-nav__list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;  
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);  
  padding-top: 0px; 
  background-color:rgba(0,0,0,0);    
  list-style:none;
}


.rh-main-nav__list.rh-main-nav__list--is-visible {
  -webkit-transform: translateY(70px);
      -ms-transform: translateY(70px);
          transform: translateY(70px);
   -webkit-transition: opacity .5s ease-in;
       -moz-transition: opacity .5s ease-in;
         -o-transition: opacity .5s ease-in;
                                  opacity: 1; 
      background-color:rgba(0,0,0,0.9);
      height: 100vh;
}

.rh-main-nav__list a {
  display: block;
  height: 80px;
  line-height: 80px;
  color: #fff;
    
  text-align: center;
  text-transform: uppercase;  
}


@media only screen and (min-width: 1260px) {
  .rh-main-nav {
    /* reset style */
    width: auto;
    height: auto;
    background: none;
    cursor: auto;
  }
  .rh-main-nav__list {
    /* reset style */
    position: static;
    width: auto;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    line-height: 70px;
  }
  .rh-main-nav__list.rh-main-nav__list--is-visible {
    /* reset style */
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .rh-main-nav__list li {
    display: inline-block;
    margin-left: 1em;
  }
  .rh-main-nav__list a {
    display: inline-block;
    height: auto;
    line-height: normal;
    background: transparent;
    padding: 2.4em 1em;
    border-top: none;
    color: #3d3536;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4rem;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
  }
  .rh-main-nav__list a:hover {
    color: #7f5597;
    text-decoration: underline;  
  }
}

.rh-fixed-bg {
  position: relative;
  min-height: 80vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

@media only screen and (max-width: 576px) {
.rh-fixed-bg {
  position: relative;
  min-height: 60vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
}

.rh-fixed-bg__content, .rh-fixed-bg h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 3rem;
  z-index:9;    
}

.rh-fixed-bg h1, .rh-fixed-bg h2 {
  font-family: "Poppins", sans-serif;
  text-shadow: 0 4px 40px rgba(0, 0, 0, 0.6);
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;    
}

.rh-fixed-bg.rh-fixed-bg--1 {
  background-image: url("../img/bespoke-hero.jpg");
}

.rh-fixed-bg.rh-fixed-bg--2 {
  background-image: url("../img/nitro-ice-cream4.jpg");
}

.rh-fixed-bg.rh-fixed-bg--3 {
  background-image: url("../img/liquid-bars-hero.jpg");
}

.rh-fixed-bg.rh-fixed-bg--4 {
  background-image: url("../img/immersive-hero.jpg");
}

.rh-fixed-bg.rh-fixed-bg--5 {
  background-image: url("../img/bespoke-hero.jpg");
}

.rh-fixed-bg.rh-fixed-bg--6 {
  background-image: url("../img/the-team.jpg");
}

.rh-fixed-bg.rh-fixed-bg--7 {
  background-image: url("/wp-content/themes/sixth-sense-events/img/contact-hero.jpg");
  color:#fff;
}

.rh-fixed-bg.rh-fixed-bg--8 {
  background-image: url("../img/cyo-3.jpg");
}

.rh-fixed-bg.rh-fixed-bg--9 {
  background-image: url("../img/nitro-ice-cream2.jpg");
}

.rh-fixed-bg.rh-fixed-bg--10 {
  background-image: url("../img/thai-rolled-ice-cream.jpg");
}

.rh-fixed-bg.rh-fixed-bg--11 {
  background-image: url("../img/dragon-breath-wire-spoon.jpg");
}

.rh-fixed-bg.rh-fixed-bg--12 {
  background-image: url("../img/nitro-brew-hero.jpg");
}

.rh-fixed-bg.rh-fixed-bg--13 {
  background-image: url("../img/barista-hero.jpg");
}

.rh-fixed-bg.rh-fixed-bg--14 {
  background-image: url("../img/nitrogen-cocktails3.jpg");
}

.rh-fixed-bg.rh-fixed-bg--15 {
  background-image: url("../img/alche-mist-hero.jpg");
}

.rh-fixed-bg.rh-fixed-bg--16 {
  background-image: url("../img/enchanted-banner.jpg");
}

.rh-fixed-bg.rh-fixed-bg--17 {
  background-image: url("../img/taste-lab-banner.jpg");
}

.rh-fixed-bg.rh-fixed-bg--18 {
  background-image: url("../img/CYO.jpg");
}

.rh-fixed-bg.rh-fixed-bg--19 {
  background-image: url("../img/placeholder12x8.jpg");
}

@media only screen and (min-width: 768px) {
  .rh-fixed-bg h1, .rh-fixed-bg h2 {
    font-family: "Poppins", sans-serif;   
    font-size: 3.6rem;
  }
}

@media only screen and (min-width: 1170px) {
  .rh-fixed-bg h1, .rh-fixed-bg h2 {
    font-family: "Poppins", sans-serif; 
    font-size: 4.8rem;
    font-weight: 900;
    z-index:2;
  }
  @supports (background-attachment: fixed) {
    /* fix bug on IE11 and below */
    .rh-fixed-bg {
      background-attachment: fixed;
    }
  }
}

.rh-fixed-bg.rh-fixed-bg--1:before,
.rh-fixed-bg.rh-fixed-bg--2:before,
.rh-fixed-bg.rh-fixed-bg--3:before,
.rh-fixed-bg.rh-fixed-bg--4:before,
.rh-fixed-bg.rh-fixed-bg--5:before,
.rh-fixed-bg.rh-fixed-bg--6:before,
.rh-fixed-bg.rh-fixed-bg--7:before,
.rh-fixed-bg.rh-fixed-bg--8:before,
.rh-fixed-bg.rh-fixed-bg--9:before,
.rh-fixed-bg.rh-fixed-bg--10:before,
.rh-fixed-bg.rh-fixed-bg--11:before,
.rh-fixed-bg.rh-fixed-bg--12:before,
.rh-fixed-bg.rh-fixed-bg--13:before,
.rh-fixed-bg.rh-fixed-bg--14:before,
.rh-fixed-bg.rh-fixed-bg--15:before,
.rh-fixed-bg.rh-fixed-bg--16:before,
.rh-fixed-bg.rh-fixed-bg--17:before,
.rh-fixed-bg.rh-fixed-bg--18:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: ;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7f5597+0,b5dee4+100 */
background: #7f5597; /* Old browsers */
background: -moz-linear-gradient(45deg, #7f5597 0%, #b5dee4 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #7f5597 0%,#b5dee4 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #7f5597 0%,#b5dee4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f5597', endColorstr='#b5dee4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
        opacity: .8;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
        z-index:1;
}

.rh-scrolling-bg {
  position: relative;
  min-height: 100%;
  padding: 4em 0;
  line-height: 1.6;
  z-index: 2;
}

.rh-scrolling-bg-wide {
  position: relative;
  min-height: 100%;
  padding: 0;    
  line-height: 1.6;
  z-index: 2;
}

.rh-scrolling-bg.rh-scrolling-bg--color-1 {
  background-color: #fff;
  color: #292929;
}

.rh-scrolling-bg.rh-scrolling-bg--color-2 {
  background-color: #f2f2f2;
  color: #3d3536;    
}

.rh-scrolling-bg.rh-scrolling-bg--color-3 {
  background-color: #292929;
  color: #fff;
  font-size:12px;    
}

.rh-scrolling-bg.rh-scrolling-bg--color-3 h2 {
	color:#A9DED1;
}

.rh-scrolling-bg.rh-scrolling-bg--color-3 a {
  color: #fff;
}

.rh-scrolling-bg.rh-scrolling-bg--color-4 {
  background: linear-gradient(-45deg,#a9ded1,#7f5597);
  background-size: 180% 180%;
  animation: gradient-animation 27s ease infinite;
  color:#fff;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}


    
.rh-scrolling-bg__content {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;  
}

.rh-scrolling-bg__content-wide {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .rh-scrolling-bg {
    padding: 8em 0;
    font-size: 14px;
    line-height: 2;
    font-weight: 300;
  }
}

@media only screen and (max-width: 439px) {
.splash-logo {
height:40px;
z-index:9;    
}
.rh-fixed-bg {
  position: relative;
  min-height: 80vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
}

  .footer-logo {
    margin: 0 auto 50px auto;
    height:80px;
    width:80px;
    background-color:#292929;  
  }


.rounds {
border-radius: 10px;
}


.carousel-control-next-icon {
    background-image: url("../img/rh-next.svg") !important;
    width:25px!important;
    height:25px!important;
}
.carousel-control-prev-icon {
    background-image: url("../img/rh-prev.svg") !important;
    width:25px!important;
    height:25px!important;
}

/*.carousel-control-next {
right:-100px!important;
}
.carousel-control-prev {
left:-100px!important;
}*/


.modal-dialog {
      position: fixed;
      max-width: 800px;
      margin: 30px auto;
      z-index:9999;
  }

.modal-body {
  position:relative;
  padding:0px;
  z-index:9999!important;    
}
.modal-contant {
  position:relative;
  padding:0px;
  z-index:9999!important;    
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:99999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}



#background {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}

#background:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: rgba(0,0,0,0.9);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;
        z-index:0;
}

@media only screen and (max-width: 1180px) {
#background {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}
}


.ctabtn {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  -webkit-appearance: none;
  outline: 2px solid #F40BF4;
  padding: 10px 20px;
  font-size: 1rem;
  text-transform: uppercase;
  line-height:1.2rem;
  border-radius: 20px;
  background-color: #F40BF4;
  color: #fff!important;
  white-space: nowrap;
  -webkit-transition: outline 0.15s linear 0s, background-color 0.15s linear 0s;
  transition: outline 0.15s linear 0s, background-color 0.15s linear 0s;
  position: relative;
  text-align: center;
  max-width: 100%;
  text-overflow: ellipsis;
  font-family: 'delight', sans-serif;
  text-decoration: none!important;
  font-weight: 700!important;
  border: none;
}

.ctabtn:hover {
  background-color: #F40BF4!important;
  text-decoration: none;
  color: #000!important;
  outline: 2px solid #000;   
}


.hovereffect {
  width: 100%;
  height: 100%;
  margin-bottom:10px;    
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: -webkit-linear-gradient(45deg, #7f5597 0%, #a9ded1 100%);
  background: linear-gradient(45deg, #7f5597 0%,#a9ded1 100%);
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 3em;
  text-align: left;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-40px,0,0);
  transform: translate3d(-40px,0,0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  padding: 15% 0 10px 0;
  text-align: left;
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
}

.hovereffect:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect:hover .overlay:before,
.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}


    .btn-outline-secondary {
    color: #7f5597!important;
    background-color: #fff!important;
    border-color: #7f5597!important;
    }
    .btn-outline-secondary:hover {
    color: #fff;
    background-color: #7f5597!important;
    border-color: #B5DEE4!important;
    }

.video-pad {
    max-width:80%;
    margin:50px 10%;
}

.scrolly {
    position:absolute;
    width:4%;
    height:50px;
    z-index: 999;
    top:68vh;
    left:48%;
}

@media only screen and (max-width: 439px) {
.scrolly {
    position:absolute;
    width:10%;
    height:50px;
    z-index: 999;
    top:68vh;
    left:45%;
}    
}

.nf-field-label,
.nf-form-fields-required {
	display:none;
}


.nf-field-element input, .nf-field-element select, .nf-field-element textarea {
padding: 14px;
border-radius: 10px;
border:none;
}





.container {
  color: #fff;
  margin: 0 auto;
  text-align: center;
}

li {
  display: inline-block;
  list-style-type: none;
  padding: 1em;
  text-transform: uppercase;
}

li span {
  display: block;
  font-size: 4.5rem;
  font-size: 2.6rem;
font-family: "Poppins", sans-serif;  
text-transform:uppercase;    
font-weight: 800; 
}

.emoji {
  display: none;
  padding: 1rem;
}

.emoji span {
  font-size: 4rem;
  padding: 0 .5rem;
}

@media all and (max-width: 768px) {
  h1 {
    font-size: calc(1.5rem * var(--smaller));
  }
  
  li {
    font-size: calc(1.125rem * var(--smaller));
  }
  
  li span {
    font-size: calc(3.375rem * var(--smaller));
  }
}