/*
Theme Name: Visit Seattle
Theme URI:
Version: 1.0
Description: Child theme for Beaver Theme
Author: Chris Morda
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/


/** General Misc Styles **/
div#page-titles {
    position: absolute;
    z-index: 100;
    right: 100px;
    top: 25px;
    bottom: 25px;
}

li {
    line-height: 1.125em;
    margin-bottom: 0.75em;
}

.fl-icons-filter input[type=text]{
  color: black;
}

.fl-nav-vertical .fl-page-header-vertical .fl-page-header-container{
  padding-top: 20px;
}

.fl-page-header-vertical:not(.fl-page-nav-toggle-visible-always)::-webkit-scrollbar{
  display: none;
}

.fl-page-header-vertical:not(.fl-page-nav-toggle-visible-always) {
    position: fixed;
    z-index: 9;
    top: 0;
    width: 20%;
    height: 100%;
    text-align: left;
    overflow-y: scroll;
    overflow-x: hidden;
    box-shadow: 3px 0px 10px 1px #000000 !important;
    z-index: 10;
    scrollbar-width: none;
    -moz-box-shadow: 0 0 4px #cecece;
    -webkit-box-shadow: 0 0 4px #cecece;
    box-shadow: 0 0 4px #cecece;
}

/* Video Thumbnails */
.uabb-video-gallery-wrap .uabb-video__content {
    top: 15%;
    left: 80%;
    right: 0%;
}

/** Layout Styles **/
.fl-builder .container.fl-content-full {
    background-color: #292d2e;
} 

.fl-nav-vertical-left .fl-page-content {
  margin-left: 20%;
}

.fl-page-nav-wrap a *, .fl-page-nav-wrap a:hover * {
  color: #fff;
}


/** Menu Styles **/
ul#menu-primary-menu-w-sub-menu {
    border-top: 1px solid #fff;
}

.bellows .bellows-nav .bellows-menu-item {
	text-transform: uppercase;
}

.bellows.bellows-skin-green-material .bellows-nav .bellows-submenu .bellows-target {
	font-size: 14px !important;
  padding-left: 35px;
}

.bellows.bellows-skin-green-material .bellows-nav .bellows-item-level-0>.bellows-target .bellows-subtoggle {
    background: none !important;
}

.bellows-item-level-2 {
    padding-left: 5px !important;
}

/** James Beard Award Winners and Seattle's Top Restaurant Page Styles **/
.jb-restaurants{
  margin-bottom: 25px;
}

h3.jb-restaurant {
    font-family: 'AvenirLTStd-Medium';
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em;
    display: inline-block;
}

.jb-location{
  display: inline-block;
  font-size: 12px;
  line-height: .75em;
}

p.owners {
  font-size: 14px;
  line-height: 1em;
}

p.awards {
  font-size: 14px;
  line-height: 1em;
}

.restaurants {
    margin-bottom: 25px;
}

h3.restaurant {
    font-family: 'AvenirLTStd-Medium';
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.25em;
    text-align: center;
}

p.neighborhood {
    font-size: 12px;
    text-align: center;
    line-height: 1em;
}

.sales-team-container {
    align-items: center;
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    padding: 5px;
}

.sales-team-container-dots {
    border-bottom: 1px dotted #fff;
    flex: 1;
    padding: 3px;
    margin: 3px 5px;
}

.seattle-video:before {
  content: url(https://visitseattle.chrismordadev.com/wp-content/uploads/2022/07/play-button.png);
    position: absolute;
    top: 15px;
    white-space: pre;
    right: 20px;
    pointer-events: none;
}


@media (max-width: 1024px){
  .bellows.bellows-1 .bellows-nav .bellows-item-level-0  {
    font-size: 16px !important;
  }
  
  .bellows.bellows-skin-green-material .bellows-nav .bellows-submenu .bellows-target {
    font-size: 11px !important;
  }
}
