/*!
Theme Name: NWUK Venue Theme
Theme URI: http://underscores.me/
Author: Richie Hiney
Author URI: https://richiehiney.com
Description: Description
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nwuk-venue-theme
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 with others.

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

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

Primary style

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

body {
  font-size: 100%;
  font-family: 'Kanit', sans-serif;
  color: #111111;
  background-color: white;   
}
body.overflow-hidden {
  /* when primary navigation is visible, the content in the background won't scroll */
  overflow: hidden;
}

p,
.fiec-main-content p {
  font-family: 'Kanit', sans-serif;
  font-size: 16px;    
  line-height: 1.4;
}

@media only screen and (min-width: 1170px) {
  .fiec-main-content p {
    font-family: 'Kanit', sans-serif;  
    font-size: 16px;
  }
}

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

h1,
.row h1 {
    font-size:40px;
    font-family: 'Kanit', sans-serif;
    font-weight: 800;
    font-style: italic;
    color: #bf002b;
    text-transform: uppercase;
}

h2,
.row h2 {
    font-size:32px;
    line-height: 30px;
    font-family: 'Kanit', sans-serif;
    font-weight: 800;
    font-style: italic;
    color: #064274;
    text-transform: uppercase;    
}

h3,
.row h3 {
    font-size:30px;
    font-family: 'Kanit', sans-serif;
    font-weight: 800;
    font-style: italic;
    color: #bf002b;
    text-transform: uppercase;    
}

h4,
.row h4 {
    font-size:20px;
    font-family: 'Kanit', sans-serif;
    font-weight: 800;
    font-style: italic;
    color: #bf002b;
    text-transform: uppercase;    
}

h5,
.row h5 {
    font-size:18px;
    font-family: 'Kanit', sans-serif;
    font-weight: 100;
    font-style: italic;
    color: #575756;    
}

h6,
.row h6 {
    font-size:14px;
    font-family: 'Kanit', sans-serif;
    font-weight: 800;
    font-style: italic; 
    color: #064274;
    text-transform: uppercase;
}

@media only screen and (max-width: 450px) {
,h1    
.row h1 {
    font-size:30px;
    font-family: 'Kanit', sans-serif;
    font-weight: 800;
    font-style: italic;
    color: #bf002b;
    text-transform: uppercase;
}    
h2,    
.row h2 {
    font-size: 28px;
    line-height: 30px;
    font-family: 'Kanit', sans-serif;
    font-weight: 800;
    font-style: italic;
    margin-bottom: 0;
} 
h4,    
.row h4 {
    font-size:14px;
    font-family: 'Kanit', sans-serif;
    font-weight: 800;
    font-style: italic;
    color: #bf002b;
    text-transform: uppercase;    
}   
h5,    
.row h5 {
    font-size: 15px;
    font-family: 'Kanit', sans-serif;
    font-weight: 100;
    font-style: italic;
    color: #575756;    
}     
}

.row .sm-p {
    color:#ffffff;
    font-size:12px;
    margin:0;
}
    
.blue {
    color: #064274!important;    
}

.red {
    color: #bf002b!important;    
}

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

Modules - reusable parts of our design

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

.fiec-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top:50px;    
}
@media only screen and (max-width: 450px) {
.fiec-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top:40px;    
}
}
.fiec-container:after {
  content: "";
  display: table;
  clear: both;
}

.space {
    margin: 50px 0;
}

.space-btm {
    margin-bottom: 50px;
}

.space-top {
    margin-top: 50px;    
}

.space-both {
    padding: 50px 0 50px 0;
}

.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Ratio 16:9 ( 100%/16*9 = 56.25% ) */
}
.iframe-container > *{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

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

Main components 

-------------------------------- */
html, body {
  height: 100%;
}

img {
    width:100%;
}

.breaker {
    position: absolute;
    top:50px;
    height:20px; 
    left:0;  
    z-index: 4;  
    width:100%;  
    background: url("./img/breaker.svg");
    background-position: top; 
    background-size:cover;
    background-repeat: no-repeat;
}

.breaker-left {
    position: absolute;
    bottom:-10px;
    height:20px;  
    left:0;  
    z-index: 4;  
    width:100%;  
    background: url("./img/grey-breaker-left.svg");
    background-position: top; 
    background-size: cover;
    background-repeat: no-repeat;
}

.fiec-header {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  z-index: 5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;   
  background-color:#ffffff;    
}
@media only screen and (min-width: 768px) {
  .fiec-header {
    height: 60px;
    /*background-image: url(/./img/breaker.svg);*/
    background-color: #ffffff;  
    background-size: cover;  
    background-position: bottom;  
    box-shadow: none; 
  }
}
@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: 56%;
  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;
  width:130px;    
}
@media only screen and (min-width: 768px) {
  .fiec-logo {
    left: 2.6em; 
    top:50%;  
  }
}

.fiec-secondary-nav {
  position: absolute;
  top: 55%;
  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: #bf002b;
  background-color: ;    
  text-transform: uppercase;
  font-family: 'Kanit', sans-serif;   
  font-size:24px;    
  font-weight: 800;
  font-style:italic;        
}

/* arrow */
.fiec-secondary-nav:after {
    content: "";
    position: absolute;
    background-image: url("./img/btn-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width:20px;
    height:20px;
    margin:8px 0 0 8px;     
}

.fiec-secondary-nav a:hover {
    color:#e50040;
    text-decoration: none;
}

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

@media only screen and (max-width: 450px) {
.fiec-secondary-nav {
  position: absolute;
  top: 55%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 4em;
}    
.fiec-secondary-nav li {
    margin-left: 0em;
} 
.fiec-secondary-nav a {
    font-size:18px;
    max-width:100px;
    line-height: 16px;
    text-align: right;
}
.fiec-secondary-nav:after {
    height:10px;
    margin:6px 0 0 4px;
}
}

.fiec-primary-nav-trigger {
  position: absolute;
  right: 0;
  top: 4px;
  height: 100%;
  width: 50px;
}
.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: #064274;
  -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: #064274;
  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: #bf002b;
}
.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: transparent;
    height: 30px;
    line-height: 30px;
    right: 2.2em;
    top: 44%;
    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: rgba(6, 66, 116, 0.95);
  z-index: 4;
  text-align: center;
  padding: 140px 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(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;
}
.fiec-primary-nav li {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 800;
  font-style: italic;    
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: .2em 0;
  text-transform: capitalize;
}
.fiec-primary-nav 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 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("./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);
}
@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: 800;
    font-style: italic;     
  }
  .fiec-primary-nav .fiec-label {
    font-size: 16px;
    font-size: 1rem;
  }
}

.fiec-intro {
  position: relative;
  margin-top:50px;    
  height: auto;
  /*background: url(".././img/temp-hero.jpg") no-repeat center center;*/
  background-size: cover;
  z-index: 1;
  overflow: hidden;    
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fiec-intro:after {
  content: "";
  display: table;
  clear: both;
  background-color:#ff0000;    
}

.fiec-intro2 {
  position: relative;
  margin-top:50px;    
  height: 300px;
  background: url("./img/temp-hero.jpg") no-repeat center center;
  background-size: cover;
  z-index: 1;
  overflow: hidden;    
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fiec-intro2:after {
  content: "";
  display: table;
  clear: both;
  width:100%;
  height:100%;
  background: rgba(6, 66, 116, 0.7);    
}



.carousel-frame {
  position: relative;
  margin-top:50px;    
  height: 400px;
  z-index: 1;
  overflow: hidden;    
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media only screen and (max-width: 450px) {
.carousel-frame {    
  height: 250px;    
}
}

#hero-carousel .carousel-item {
  max-height:400px;    
}

.carousel-item img {
  height:100%!important;    
}
    
.carousel-frame h1,
.fiec-intro h1,
.fiec-intro2 h1{
  position: absolute;
  width: 80%;
  max-width: 1170px;
  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%);
  color: white;
  font-family: 'Kanit', sans-serif;    
  font-size: 30px;
  font-weight: 800;
  font-style:italic;
  text-align: center;
  text-transform: uppercase;
  z-index:1;    
}

@media only screen and (min-width: 768px) {
  .fiec-intro h1 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .fiec-intro {
    height: 90vh;
    margin-top:50px;  
    overflow: hidden;
  }
}

.fiec-main-content {
  position: relative;
  z-index: 1;     
  background-color:#ffffff; 
  padding-bottom: 50px;   
}

.fiec-main-bkgd {
position: relative;
z-index: 1;      
padding-bottom: 50px; 
min-height:100vh;
background: rgb(255,255,255);
background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(203,227,242,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(203,227,242,1) 100%);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(203,227,242,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#cbe3f2",GradientType=1);   
}

/* COVID-19 ALERT */
.fiec-main-alert {
  position: relative;
  z-index: 1;     
  background-color:#ffe114;
  color:#1a1a1a; 
  padding:20px 20px 20px 50px;  
  background-image: url("./img/green-chevs.png"); 
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain; 
  background-position: -60px;    
}

.fiec-alert-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;   
}

.alert-copy {
  color:#178D49!important;
}

@media only screen and (max-width: 450px) {
    
.fiec-main-alert {    
  position: relative;
  z-index: 1;     
  background-color:#ffe114;
  color:#1a1a1a; 
  padding:10px 10px 10px 40px;  
  background-image: url("./img/green-chevs.png");
  background-repeat: no-repeat;
  background-position: -120px; 
  background-size: contain;   
} 
.alert-copy {
    color:#178D49!important;
}    
}

/* MODAL THEME */

.modal-backdrop {
    background-color:#064274!important;
    opacity:.9!important;
}

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

.modal-header {
    border-bottom: 0!important;
    font-size:16px;
    font-family: 'Kanit', sans-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 BRAND BANNER */
.fiec-main-hero {
  position: relative;
  z-index: 1;     
  /*background-image:url("./img/nwuk-flair-bkgd.jpg");
  background-position: top;    
  background-repeat: no-repeat;
  background-size: contain;*/
  height:auto;
  width:auto;
  background-color: #181d35;    
}

/*
.fiec-main-hero:after {
    content: "";
    position: absolute;
    z-index: 2;
    bottom:0;
    left:0;    
    height:50%;
    width:100%;
background: rgb(255,255,255);
background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%);
background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);   
}
*/

.footer-container {
  position:relative;
  width: 100%;    
  height:200px;
  z-index:-1;    
}

.footer {
    width:100%;
    position:fixed;
    bottom:0;
    padding-top:160px;
    height:340px;
    color:#ffffff;
    background-color:#1a1a1a;
    z-index:-1;
}

.footer p {
    font-size: 12px;
    margin:10px;
}

.footer a {
    color:#ffffff;
}

.footer a:hover {
    color:#bf002b;
}

.nopadding {
    padding:0!important;
}

.skewble {
    margin-top:0;
    padding:2px 2px 1px 0!important;
    background:#ffffff;
}

.skew-btn {
  display: inline-block;
  color: #bf002b;    
  text-transform: uppercase;
  font-family: 'Kanit', sans-serif;
  font-size:24px;    
  font-weight: 800;
  font-style:italic;    
}

.skew-btn:hover {
  color: #e50040!important;
  text-decoration: none!important;    
}

.skew-btn:after {
    content: "";
    position: absolute;
    background-image: url("./img/btn-arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width:20px;
    height:20px;
    margin:8px 0 0 8px;     
}

.cfs-hyperlink:hover {
    color:inherit;
    text-decoration: none;
}

.skew-btn-blue,
.skew-btn-blue a {
  display: inline-block;
  color: #064274!important;    
  text-transform: uppercase;
  font-family: 'Kanit', sans-serif;
  font-size:20px;    
  font-weight: 800;
  font-style:italic;    
}

.skew-btn-blue:after {
    content: "";
    position: absolute;
    background-image: url("./img/btn-arrow-blue.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width:20px;
    height:16px;
    margin:8px 0 0 8px;     
}
 
.hover:hover {
  opacity: .8;
  transition: opacity .50s ease-in-out;
  -moz-transition: opacity .50s ease-in-out;
  -webkit-transition: opacity .50s ease-in-out; 
  text-decoration:none;    
}

.party-list {
  color: #212529;    
  list-style:disc;
  font-family: 'Kanit', sans-serif; 
  padding-left:20px;    
}

.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


#page_container {
  margin-top: 15px;
  margin-bottom: 15px;
}

#accordion_search_bar_container {
  position: relative;
}
#accordion_search_bar_container:after {
  width: 18px;
  height: 18px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#accordion_search_bar_container #accordion_search_bar {
  display: block;
  margin: 10px auto;
  width: 100%;
  padding: 20px;
  border: 1px solid #cacaca;
  border-radius: 2px;
  outline: 0;
}

.panel-title a {
  display: block;
  color: #bf002b;
  padding:20px;
  border:1px solid #e6e6e6; 
  border-radius: 2px; 
  background-color:#f5f5f5;     
}

.panel-title a:hover {
  color: #bf002b;    
  background-color:#fff; 
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;    
}

.wpcf7-textarea,
.wpcf7-submit,
.wpcf7-number,
.wpcf7-date,
.wpcf7-text {
  width: 100%;
  padding: 10px;
  border: 1px solid #cacaca;
  border-radius: 4px;   
}

.wpcf7 p {
    font-size:14px;
    font-family: 'Kanit', sans-serif;
    font-weight: 800;
    font-style: italic;    
    color: #064274;
    text-transform: uppercase;   
    text-align:left;
    margin-bottom:-20px;
}

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

/* Opening Times */



.business-hours li {
color: #fff;
line-height: 30px;   
/*border-bottom: 1px solid #333;*/ 
}
.business-hours li:last-child {
border-bottom: none; 
}
.business-hours .opening-hours li.today {
color: #bf002b; 
}

.list-styled {
    display: flex-wrap;
}

.list-styled li {
    margin:0 20px;
    display: inline-block;
}


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

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

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

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

/*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: 40vh;
  width: 100%;
  overflow: hidden;
  margin-top:50px;    
}
.hero-video video {
  height: 300px;
}    
}