/* edit section */
/* Make Layout Builder section configure tray usable */
.ui-dialog.ui-dialog-off-canvas {
  width: 520px !important;
  max-width: 520px !important;
  z-index: 1300 !important;
}

#drupal-off-canvas-wrapper {
  width: 100% !important;
  max-width: 520px !important;
}

/* Prevent page layout from crushing when off-canvas opens */
.dialog-off-canvas-main-canvas {
  padding-right: 0 !important;
}
/*-------------------*/

.btn-lg{
	font-size:2rem !important;	
}

.bg-img-blue-tri{
	background-image: url('img/blue_tri.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: auto;
	background-position: center;
}






.tt-image img {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 8px;
    box-shadow: 0 7px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 7px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 7px 6px rgba(0, 0, 0, 0.2);
}

.tt-second-image ul,
.tt-second-image li {
    list-style: none !important;
}

.tt-second-image ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.tt-second-image li {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 8px;
    box-shadow: 0 7px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 7px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 7px 6px rgba(0, 0, 0, 0.2);
}

.tt-blurb {
    margin-bottom: 50px;
}

.tt-blurb::after {
    content: '';
    display: block;
    border-bottom: 1px solid var(--gt-gold);
}

.tt-label {
    font-weight: 900;
}

.tt-tips {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
    box-shadow: 0 7px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 7px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 7px 6px rgba(0, 0, 0, 0.2);
}

.tt-tip {
    color: var(--gt-gold);
    font-weight: -900;
    font-size: 1.2em;
    margin-bottom: 20px;
}

.tuesday-taste-single {
    font-size: 1.2em;
}

#block-tuesdaytastebanner img {
    width: 100%;
    height: auto;
}

.tuesday-taste-front-block .views-field-field-tt-main-image img {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 8px;
    box-shadow: 0 7px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 7px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 7px 6px rgba(0, 0, 0, 0.2);
    margin: 20px 0;
}

.tuesday-taste-front-block .views-field-title a {
    font-size: 1.5em;
    color: var(--gt-gold);
    font-weight: 900;
    margin-bottom: 20px;
    
}

.tuesday-taste-front-block .views-field-field-tt-blurb {
    padding: 10px 0 20px 0;
}

.tuesday-tastes-grid img {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 5px;
    box-shadow: 0 7px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 7px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 7px 6px rgba(0, 0, 0, 0.2);
}

.tuesday-tastes-grid .tt-grid-title a{
    font-size:1.2em !important;
}

.tuesday-tastes-grid .tt-grid-title a::after{
    content: '';
    display: block;
    border-bottom: 1px solid var(--gt-gold);
}

.bef-checkboxes .js-form-type-checkbox {
	width: fit-content;
}

.tuesday-tastes-grid .bef-checkboxes ul, .tuesday-tastes-grid .bef-checkboxes li{
    list-style: none;
}

.tuesday-tastes-grid .bef-checkboxes ul li div{
   display: flex;
   align-items: center;
}

.tuesday-tastes-grid .bef-checkboxes ul{
    display:flex;
}

.tuesday-tastes-grid .bef-checkboxes li{
	margin-right:15px;
}

.tuesday-tastes-grid .bef-checkboxes li input{
  width:15px;
    height: 15px;
}





.sl-staff-page h3{
    color: rgba(0, 0, 0, 0.7) !important;
}

.sl-staff-page h3::after{
    content: '';
    display: block;
    height: 5px;
    width: 100%;
    background-color: var(--gt-gold);
    margin: 5px 0 15px 0;
    border-radius: 22%;
}



.sl-staff-page .view-content-wrap{
    margin-bottom: 50px;
}

.sl-staff-page .staff-image{
    width:150px;
    height: 150px;
}









/* STAFF VIEW: /staff     */
.sl-staff-page .view-content-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .sl-staff-page .view-content-wrap .item {
    width: 500px;
  }
  
  /* smaller for full page */
  .sl-staff-page-full .view-content-wrap .item {
    width: 350px !important;
  }
  
  .sl-staff-page .staff-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    font-size: 0.95em;
    line-height: 1.5em;
    color:#333333;
  }
  
  /* smaller for full page */
  .sl-staff-page-full .staff-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    font-size: 0.9em;
    line-height: 1.3em;
  }
  
  .sl-staff-page .staff-wrapper a {
    text-decoration-color: #b3a369 !important;
  }
  
  .sl-staff-page .staff-wrapper a:hover {
    background-color: #b3a369 !important;
  }
  
  .sl-staff-page .staff-wrapper .staff-image img {
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    border: 1px solid #e3e3e3;
    transform: scale(1);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -webkit-filter: saturate(100%);
    /* Safari 6.0 - 9.0 */
    filter: saturate(100%);
    -webkit-filter: contrast(100%);
    /* Safari 6.0 - 9.0 */
    filter: contrast(100%);
    width: 150px;
    height: 150px;
  }
  
  /* smaller for full page */
  .sl-staff-page-full .staff-wrapper .staff-image img {
    width: 100px;
    height: 100px;
  }
  
  .sl-staff-page .staff-wrapper .staff-image img:hover {
    transform: scale(1.2);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -webkit-filter: saturate(125%);
    /* Safari 6.0 - 9.0 */
    filter: saturate(125%);
    -webkit-filter: contrast(125%);
    /* Safari 6.0 - 9.0 */
    filter: contrast(125%);
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.75);
  }
  
  .sl-staff-page .staff-name {
    font-weight: 600;
    font-size: 1.3em;
  
    white-space: nowrap;
  }
  
  /* smaller for full page */
  .sl-staff-page-full .staff-name {
    font-weight: 600;
    font-size: 1.1em;
    white-space: nowrap;
  }
  
  .sl-staff-page .staff-title {
  
    padding-bottom: 2px;
  }
  
  .sl-staff-page .staff-phone {
  
    padding-top: 2px;
    cursor: pointer;
  }
  
  .sl-staff-page .staff-email {
  
    cursor: pointer;
  }
  
  .sl-staff-page .staff-bio {
   
    padding-top: 2px;
    cursor: pointer;
  }
  
  .staff-wrapper svg path{
      fill: rgba(0,0,0,0.4);
  }
  
  .sl-staff-page .staff-right{
      padding-left:15px;	
  }


.node--type-book #block-nikola-content > article > footer{
	display:none !important;
}

/* GET AWAY QUICK EXIT */
#get-away {
  position: fixed !important; /* Safari */
  position: fixed !important;
  bottom: 0;
  width:100%;
	text-align:center;
	z-index:999;
font-size: 30px;
	padding:10px 0;
color: white;
background-color: #008C95;
	cursor: pointer;
}
#get-away span{
	font-size:18px;
	color: black;
}
#get-away a{
	text-decoration:underline !important;
}