/*!
Theme Name: fpcom
Theme URI: http://underscores.me/
Author: Richie Hiney
Author URI: https://funinelkcity.com
Description: Funparx USA custom theme
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: fpcom
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.

fpcom 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

-------------------------------- */

#wpadminbar {
	bottom: 0;
	top: auto;
	position: fixed;
}

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

html {
  font-size: 62.5%;
}

body {
  font-size: 18px;
  line-height: 22px;
  font-family: "Oxanium", serif;
}

p,
.row p {
  font-size: 18px;
  line-height: 22px;
  font-family: "Oxanium", serif;
}

li,
.row li {
  font-size: 18px;
  line-height: 22px;
  font-family: "Oxanium", serif;
}

.bold {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  font-family: "Oxanium", serif;
}

h1,
.row h1 {
font-size: 40px;
line-height: 40px;
font-family: "Oxanium", serif;
font-weight: 900;
text-transform: uppercase;
}

h2,
.row h2 {
font-size: 30px;
font-family: "Oxanium", serif;
font-weight: 900;
text-transform: uppercase;
}

h3,
.row h3 {
font-size: 24px;
font-family: "Oxanium", serif;
font-weight: 900;
text-transform: uppercase;
}

h4,
.row h4 {
font-size: 20px;
font-family: "Oxanium", serif;
font-weight: 900;
text-transform: uppercase;
}

h5,
.row h5 {
font-size: 18px;
font-family: "Oxanium", serif;
font-weight: 900;
text-transform: none;
}

a,
.row a {
  color: #8E5ED7;
  text-decoration: ;
}

a:hover,
.row a:hover {
  color: #EE0EEC;
  text-decoration: none!important;
}

.footer a {
  color: #ffffff!important;
  text-decoration: none;
}

@media only screen and (max-width: 450px) {
h1,
.row h1 {
font-size: 36px;
line-height: 36px;
font-family: "Oxanium", serif;
font-weight: 900;
text-transform: uppercase;
}
h3,
.row h3 {
font-size: 20px;
font-family: "Oxanium", serif;
font-weight: 900;
text-transform: uppercase;
}
}

.navbutton {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    -webkit-appearance: none;
    border: none;
    padding: 0 30px;
    margin-right: 10px;
    font-size: 20px;
    line-height: 27px;
    font-weight: 900;
    border-radius: 0px;
    background-color: #D80E2A;
    outline: 4px solid #D80E2A;
    color: #FFFFFF!important;
    white-space: nowrap;
    -webkit-transition: color 0.15s linear 0s, background-color 0.15s linear 0s;
    transition: color 0.15s linear 0s, background-color 0.15s linear 0s;
    position: relative;
    text-align: center;
    opacity: 1;
    max-width: 100%;
    text-overflow: ellipsis;
    text-transform: uppercase;
    text-decoration: none!important;
}

.navbutton:hover{
background-color: #f1f1f1;
text-decoration: none;
outline: 4px solid #D80E2A;
color: #D80E2A!important;
opacity:1;    
}

.button {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    -webkit-appearance: none;
    border: none;
    padding: 0 30px;
    font-size: 20px;
    line-height: 40px;
    font-weight: 900;
    border-radius: 0px;
    background-color: #EE0EEC;
    outline: 4px solid #EE0EEC;
    color: #FFFFFF!important;
    white-space: nowrap;
    -webkit-transition: color 0.15s linear 0s, background-color 0.15s linear 0s;
    transition: color 0.15s linear 0s, background-color 0.15s linear 0s;
    position: relative;
    text-align: center;
    opacity: 1;
    max-width: 100%;
    text-overflow: ellipsis;
    text-transform: uppercase;
    text-decoration: none!important;
}

.button:hover{
background-color: #f1f1f1;
text-decoration: none;
outline: 4px solid #EE0EEC;
color: #EE0EEC!important;
opacity:1;    
}

.bbutton {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    -webkit-appearance: none;
    border: none;
    padding: 0 30px;
    font-size: 20px;
    line-height: 40px;
    font-weight: 900;
    border-radius: 0px;
    background-color: #8E5ED7;
    outline: 4px solid #8E5ED7;
    color: #FFFFFF!important;
    white-space: nowrap;
    -webkit-transition: color 0.15s linear 0s, background-color 0.15s linear 0s;
    transition: color 0.15s linear 0s, background-color 0.15s linear 0s;
    position: relative;
    text-align: center;
    opacity: 1;
    max-width: 100%;
    text-overflow: ellipsis;
    text-transform: uppercase;
    text-decoration: none!important;
}

.bbutton:hover{
background-color: #f1f1f1;
text-decoration: none;
outline: 4px solid #8E5ED7;
color: #8E5ED7!important;
opacity:1;    
}

@media only screen and (max-width: 450px) {
.bbutton {
    font-size: 16px;
}
.button {
    font-size: 16px;
}
}

.partylist li {
  font-size: 18px;
  line-height: 22px;
  font-family: "Oxanium", serif;	
}


/* purple */
.hero-header {
  font-size: clamp(2.8rem, 1.5vw, 3rem);
  font-weight: bold;
  margin:;
  background: linear-gradient(
    to right,
    #FFFFFF 40%,
    #EE0EEC 60%,
    #FFFFFF 70%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 500% auto;
  animation: textShine 3s ease-in-out infinite alternate;
}

/* blue */
.hero-header1 {
  font-size: clamp(2.8rem, 1.5vw, 3rem);
  font-weight: bold;
  margin:;
  background: linear-gradient(
    to right,
    #FFFFFF 40%,
    #7FD6F5 60%,
    #FFFFFF 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-size: 500% auto;
  animation: textShine 3s ease-in-out infinite alternate;
}

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

.gradient-background {
  background: linear-gradient(300deg,darkviolet,#ee0eec,#8e5ed7);
  background-size: 180% 180%;
  animation: gradient-animation 18s ease infinite;
}

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

.table td, .table th {
  color:#fff;
}

/* -------------------------------- 

Navigation

-------------------------------- */

.fiec-header {
  position: absolute;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  z-index: 5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;   
  background-color:#1D1D1D;    

}
@media only screen and (min-width: 768px) {
  .fiec-header {
    height: 60px;
    background-color:#1D1D1D;   
    background-size: cover;  
    background-position: bottom;  
    box-shadow: none; 
      -webkit-box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-width: 1170px) {
  .fiec-header {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .fiec-header.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: -60px;

    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  .fiec-header.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .fiec-header.menu-is-open {
    /* add a background color to the header when the navigation is open */

  }
}

.fiec-logo {
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: .875em;
  z-index: 333;    
}
.fiec-logo img {
  display: block;
  height:50px;    
}
@media only screen and (min-width: 768px) {
  .fiec-logo {
    left: 5%; 
    top:50%;  
  }
}

.nav-container {
	margin-top: 10px;
}

.fiec-secondary-nav {
  position: absolute;
  top: 48%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5em;
}
.fiec-secondary-nav li {
  display: inline-block;
  margin-left: 1em;
}
.fiec-secondary-nav a {
  display: inline-block;
  color: #fff;
  background-color: #8E5ED7;    
  text-transform: uppercase;
  font-family: "Oxanium", serif;   
  font-size:24px;    
  line-height: 14px;
  font-weight: 900;
  text-decoration: none;  
  padding: 10px 30px; 
  height: 33px;
  top: 44%;
  bottom: auto;   
  outline: 4px solid #8E5ED7;
}

.fiec-secondary-nav a:hover {
background-color: #f1f1f1;
text-decoration: none;
outline: 4px solid #8E5ED7;
color: #8E5ED7!important;
opacity:1; 
}

@media only screen and (min-width: 768px) {
  .fiec-secondary-nav {
    display: block;
    right: 6em;  
    top: 48%;      
  }
}

@media only screen and (max-width: 450px) {
.fiec-secondary-nav {
  position: absolute;
  top: 48%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5em;
}    
.fiec-secondary-nav li {
    margin-left: 0em;
} 
.fiec-secondary-nav a {
    font-size:18px;

    line-height: 16px;
    text-align: right;
}
.fiec-secondary-nav:after {
    height:10px;
    margin:8px 0 0 4px;
}
}

.fiec-primary-nav-trigger {
  position: absolute;
    width: 60px;
    padding-left: 1em;
    background-color: #EE0EEC;
    height: 40px;
    line-height: 30px;
    right: 1em;
    top: 48%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.fiec-primary-nav-trigger .fiec-menu-text {
  color: #064274;
  text-transform: uppercase;
  font-weight: 700;
  /* hide the text on small devices */
  display: none;
}
.fiec-primary-nav-trigger .fiec-menu-icon {
  /* this span is the central line of the menu icon */
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 22px;
  height: 4px;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  /* these are the upper and lower lines in the menu icon */
}
.fiec-primary-nav-trigger .fiec-menu-icon::before, .fiec-primary-nav-trigger .fiec-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  right: 0;
  -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
  -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
  transition: transform .3s, top .3s, background-color 0s;
}
.fiec-primary-nav-trigger .fiec-menu-icon::before {
  top: -7px;
}
.fiec-primary-nav-trigger .fiec-menu-icon::after {
  top: 7px;
}
.fiec-primary-nav-trigger .fiec-menu-icon.is-clicked {
  background-color: rgba(255, 255, 255, 0);
}
.fiec-primary-nav-trigger .fiec-menu-icon.is-clicked::before, .fiec-primary-nav-trigger .fiec-menu-icon.is-clicked::after {
  background-color: #fff;
}
.fiec-primary-nav-trigger .fiec-menu-icon.is-clicked::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.fiec-primary-nav-trigger .fiec-menu-icon.is-clicked::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
@media only screen and (min-width: 768px) {
  .fiec-primary-nav-trigger {
    width: 60px;
    padding-left: 1em;
    background-color: #EE0EEC;
    height: 40px;
    line-height: 30px;
    right: 2.2em;
    top: 48%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .fiec-primary-nav-trigger .fiec-menu-text {
    display: inline-block;
  }
  .fiec-primary-nav-trigger .fiec-menu-icon {
    left: auto;
    right: 1em;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
  }
}

.fiec-primary-nav {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
    background: linear-gradient(270deg, #ee0eec, #9a64ea);
    background-size: 400% 400%;
  z-index: 4;
  text-align: center;
  padding: 80px 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  opacity: 0;
      -webkit-animation: navGrad 20s ease infinite;
    -moz-animation: navGrad 20s ease infinite;
    animation: navGrad 20s ease infinite;
}

@-webkit-keyframes navGrad {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes navGrad {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes navGrad { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.fiec-primary-nav li {
  font-size: 30px;
  font-weight: 900;
  font-style: normal;    
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: .2em 0;
  text-transform: capitalize;
  list-style: none;
}
.fiec-primary-nav li a {
  display: inline-block;
  padding: .4em 1em;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s; 
  color:#ffffff!important;
  text-transform:uppercase;
}
.no-touch .fiec-primary-nav li a:hover {
  background-color: #bf002b;
  text-decoration: none;    
}
.fiec-primary-nav .fiec-label {
  color: #cccccc;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 2.4em 0 .8em;     
}
.fiec-primary-nav .fiec-social {
  display: inline-block;
  margin: 0 .4em;
}
.fiec-primary-nav .fiec-social a {
  width: 44px;
  height: 44px;
  padding: 0;
  background-image: url("/wp-content/themes/nwuk-brand-theme/img/fiec-socials.svg");
  background-repeat: no-repeat;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.fiec-primary-nav .fiec-facebook a {
  background-position: 0 0;
}
.fiec-primary-nav .fiec-instagram a {
  background-position: -44px 0;
}
.fiec-primary-nav .fiec-dribbble a {
  background-position: -88px 0;
}
.fiec-primary-nav .fiec-twitter a {
  background-position: -132px 0;
}
.fiec-primary-nav.is-visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .fiec-primary-nav {
    padding: 140px 0;
  }
}
@media only screen and (min-width: 768px) {
  .fiec-primary-nav li {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 900;    
  }
  .fiec-primary-nav .fiec-label {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* Split Nav */

.nav-text {
	margin: 0;
	padding: 0;
}

.nav-text li {
    color:#ffffff;
    text-transform: uppercase;
    font-size:40px;
    line-height: 60px;
    font-weight: 900;
    text-decoration: none!important;
    text-align: center;
}

@media only screen and (max-width: 450px) {
.nav-text li {
    color:#ffffff;
    text-transform: uppercase;
    font-size:26px;
    line-height: 40px;
    font-weight: 900;
    text-decoration: none;
}    
}


/* -------------------------------- 

Structure

-------------------------------- */

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

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

.rh-fixed-bg1__content, .rh-fixed-bg1 h2,
.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: 90%;
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
  font-size: 3rem;
}

.rh-fixed-bg h1, .rh-fixed-bg h2,
.rh-fixed-bg1 h1, .rh-fixed-bg1 h2 {
  font-family: "Oxanium", serif;
  font-weight: 900;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: white;
}

.rh-fixed-bg1.rh-fixed-bg1--1,
.rh-fixed-bg.rh-fixed-bg--1 {
  background-image: url("/wp-content/themes/fpcom/img/001/fp-bkgd-pink-purple-burst.jpg");
}
.rh-fixed-bg1.rh-fixed-bg1--2,
.rh-fixed-bg.rh-fixed-bg--2 {
  background-image: url("/wp-content/themes/fpcom/img/001/fp-bkgd-pink-purple-burst.jpg");
}

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

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

.rh-scrolling-bg {
  position: relative;
  min-height: 100%;
  padding: 2em 0;
  line-height: 1.6;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.rh-scrolling-bg.rh-scrolling-bg--color-0 {
  background-color: #ffffff;
  color: #100C18;
}


.rh-scrolling-bg.rh-scrolling-bg--color-1 {
  background-color: #1D1D1D;
  color: #ffffff;
}

.rh-scrolling-bg.rh-scrolling-bg--color-2 {
  background-color: #BF2433;
  color: #ffffff;
}

.rh-scrolling-bg.rh-scrolling-bg--color-3 {
  background-color: #071D3A;
  color: #ffffff;
}

.rh-scrolling-bg.rh-scrolling-bg--color-4 {
  background-color: #000000;
  color: #ffffff;
}

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

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

.entry-title {
	display: none;
}

.nf-error-msg, .ninja-forms-req-symbol,
.nf-form-fields-required {
	display: none;
}

.navbar {
	justify-content: right;
	margin-top: 14px;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("/wp-content/themes/fpcom/img/rh-icon-menu.svg")
    }

.navbar-toggler {
	padding: 0.25rem 0.75rem;
    font-size: 2rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0rem;
    background: #1A4789;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
    position: relative;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #D80E2A;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.card {
  border: 1px solid rgba(0,0,0,0);
}

.card-header {
background-color: #8E5ED7;
}

.faqbtn {
font-size: 30px;
font-family: "Oxanium", serif;
font-weight: 900;
text-transform: uppercase;
color: #ffffff;	
}

.faqbtn:hover {
font-size: 30px;
font-family: "Oxanium", serif;
font-weight: 900;
text-transform: uppercase;
color: #ffffff;
opacity: .8;	
}

.faqbtn a {
text-decoration: none!important;
}

.btn-link:hover {
text-decoration: none!important;	
}

.column {
	margin: 0;
	padding: 0;
	width: 100%;
}
.column:last-child {
	padding-bottom: 60px;
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	float: left;
	width: 31%;
	height: 200px;
	margin: 0 0 0 3%;
	padding: 0;
}
.column div:first-child {
	margin-left: 0;
}
.column div span {
	position: absolute;
	bottom: -20px;
	left: 0;
	z-index: -1;
	display: block;
	width: 300px;
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 18px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}
figure {
	width: 100%;
	height: 200px;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}

/* Shine */
.hover14 figure {
	position: relative;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

.hot-tt{
font-size: 24px;
font-family: "Oxanium", serif;
font-weight: 900;
text-transform: uppercase;
position: absolute;
z-index: 999;
color: #fff;
list-style: none;
margin-left: 20px;
text-shadow: #000 0 0 20px;
}

/*
.party-card {
background-image: url('/wp-content/themes/anw-main/img/ANW-MENU-BKGD.png');
background-size:cover;
background-position: center;
}
*/

.party-card {
    background: linear-gradient(270deg, #ffffff, #cacaca);
    background-size: 400% 400%;

    -webkit-animation: AnimationName 5s ease infinite;
    -moz-animation: AnimationName 5s ease infinite;
    animation: AnimationName 5s ease infinite;
}

.party-card-gold {
    background: linear-gradient(270deg, #ffffff, #ffe181);
    background-size: 400% 400%;

    -webkit-animation: AnimationName 30s ease infinite;
    -moz-animation: AnimationName 30s ease infinite;
    animation: AnimationName 30s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

.anwicons {
	max-width:80px;
	margin-bottom:10px;
  -webkit-filter: drop-shadow( 0px 4px 10px rgba(0, 0, 0, .2));
  filter: drop-shadow( 0px 4px 10px rgba(0, 0, 0, .2));
}

.smallanwicons {
	max-width:60px;
	margin-bottom:10px;
  -webkit-filter: drop-shadow( 0px 4px 10px rgba(0, 0, 0, .2));
  filter: drop-shadow( 0px 4px 10px rgba(0, 0, 0, .2));
}




/* MODAL THEME */

.modal-backdrop {
    background-color:#064274!important;
    background-image: url("/wp-content/themes/anw-main/img/1_blurred_staging.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    opacity:1!important;
}

.modal-content {
    background-color: #fff!important;
    border:0!important;
    padding:10px;
}

.modal-header {
    border-bottom: 0!important;
    font-size:16px;
    font-family: "Oxanium", serif;
    font-weight: 100;
    font-style: italic;
    color: #575756;
    text-transform: uppercase;
}

.modal-footer {
    border-top: 0!important;
    justify-content:flex-start;
}

.close {
    color:#1a1a1a!important;
    text-shadow: 0!important;
    margin-bottom:10px;
    opacity:1!important;
    font-size:30px;
}

/*HERO VIDEO*/

.hero-video {
  position: relative;
  background-color: #ffffff;
  height: 65vh;
  width: 100%;
  overflow: hidden;
}

.hero-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.hero-video .container {
  position: relative;
  z-index: 1;
}

.hero-video .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;    
background: rgb(24,29,53);
background: -moz-linear-gradient(0deg, rgba(24,29,53,1) 0%, rgba(24,29,53,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(24,29,53,1) 0%, rgba(24,29,53,0) 100%);
background: linear-gradient(0deg, rgba(24,29,53,1) 0%, rgba(24,29,53,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#181d35",endColorstr="#181d35",GradientType=1);    
  z-index: 1;
}

@media only screen and (max-width: 450px) {
.hero-video {
  position: relative;
  background-color: #ffffff;
  height: 60vh;
  width: 100%;
  overflow: hidden;
  margin-top:50px;    
}
.hero-video video {
  height: 300px;
}    
}

.splash-logo {
    position: relative;
    width:180px;
    margin:-40px auto 0 auto;
    z-index:3;
}

@media only screen and (max-width: 450px) {   
.splash-logo {
    width:120px;
    margin:-40px auto 0 auto;
    z-index:3;
}
}

.splash-hero {
    position: absolute;
    width:400px;
    bottom:100px;
    z-index:99;
}

@media only screen and (max-width: 450px) {
.splash-hero {
    width:80%;    
    bottom:0;
    left:auto;
}
.splash-hero img {
    padding:5%;
}     
}

.card-body {
  background-color: #1D1D1D;
}
