/* 
* Final load CSS
* Author: Jeremy Taylor
* Author URI: rawkinetics.com
* This file is for final load css bits that need to be loaded after everything else
* This sheet is not compiled
* This sheet is called from the .headend file of each core
* This sheet is also a 'global' style sheet meaning it will affect ALL core pages
*/ 

.naverr {
  margin-bottom: -1px;
}

.core-nav .entity i {
  /*padding: 0.24rem .28rem .19rem;*/
}

//.visible-img,
.clearing-addembled.clearing-blackout {
	background: rgba(0,0,0,.2);
}

.clearing-blackout {
	background: rgba(0,0,0,.5);
}

.clearing-assembled .clearing-container .visible-img {
	background: rgba(0,0,0,.5);
}

.clearing-caption  {
  background: none; 
}
    
.clearing-assembled .clearing-container .carousel {
  background: rgba(0,0,0,.71);
  height: 200px;
  padding-top: 2rem;
  margin: 0px; 
}

ul.gh-gallery.clearing {
  width: auto !important;
}

.navliter {
  background: rgba(0,255,255,.6) !important;
  /*transition: all ease .4s;*/
}

.top-bar .core-squares {
  position: absolute;
  left: 48%;
}

.core-squares img {
  max-height: 48px;
}

.fuller.content.sep .panel a.button:first-child {
  margin-bottom: 4px;
}


/* banquet / wedding page
 * ----------------------------*/ 
.embed-container {
  margin-top: 1rem;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  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%;
}
