@charset "UTF-8";
/*
Theme Name: Legacy Voyages Theme
Theme URI: http://www.flyingdonutmedia.com
Version: 1.0.1
Description: A custom beaver builder child theme for Legacy Voyages.
Author: Jason Wendel
Author URI: https://www.flyingdonutmedia.com
template: bb-theme
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.0 Theme
--------------------------------------------------------------*/
.fl-theme-builder-header-shrink .fl-row-content-wrap {
  background: #004274; }

.locations-round .uabb-blog-posts .uabb-post-thumbnail a img {
  border-radius: 400px; }

.legacy-nav .uabb-creative-menu .menu li.button-login a {
  background: #e97b26; }
  .legacy-nav .uabb-creative-menu .menu li.button-login a:hover {
    background: #fff;
    color: #004274 !important; }

.legacy-nav .uabb-creative-menu .menu > li.current-menu-item > a span.menu-item-text {
  color: #fff !important; }
  .legacy-nav .uabb-creative-menu .menu > li.current-menu-item > a span.menu-item-text:hover {
    color: #e97b26 !important; }

/* Trip Registration and Payment */
#ginput_base_price_5_30, #ginput_base_price_5_16, #ginput_base_price_5_34 {
  padding-left: 0;
  border: none; }

.ginput_total {
  font-weight: bold;
  font-size: 1.2em;
  font-size: calculateRem(1.2em); }

/* Home Page */
.trips-homepage .uabb-post-wrapper .uabb-thumbnail-position-background .uabb-blog-post-content .uabb-post-heading {
  position: relative;
  z-index: 9;
  background: rgba(0, 0, 0, 0.25); }

.trips-homepage .uabb-post-wrapper .uabb-thumbnail-position-background .uabb-blog-post-content .uabb-post-meta {
  position: relative;
  z-index: 9;
  color: #e6e6e6;
  background: rgba(0, 0, 0, 0.25);
  padding: 5px; }

.trips-homepage .uabb-post-wrapper .uabb-thumbnail-position-background .uabb-blog-post-content .uabb-read-more-text {
  position: relative;
  z-index: 9; }
  .trips-homepage .uabb-post-wrapper .uabb-thumbnail-position-background .uabb-blog-post-content .uabb-read-more-text button a {
    color: #fff; }

/* News Archive */
.uabb-module-content.uabb-blog-posts .uabb-post-wrapper:nth-child(even) .uabb-blog-post-inner-wrap {
  display: flex;
  flex-direction: row-reverse; }
  @media all and (max-width: 768px) {
    .uabb-module-content.uabb-blog-posts .uabb-post-wrapper:nth-child(even) .uabb-blog-post-inner-wrap {
      flex-direction: column; } }
/* News Single */
/* center the blockquote in the page */
.news-quote-wrapper {
  display: flex;
  padding: 0 20px;
  margin: 40px auto 60px auto; }

/* Blockquote main style */
.news-quote {
  position: relative;
  padding: 30px 0;
  width: 100%;
  z-index: 1;
  align-self: center;
  border-top: solid 1px;
  border-bottom: solid 1px; }

/* Blockquote header */
.news-quote-content {
  position: relative;
  font-size: 22px;
  line-height: 1;
  margin: 0; }

/* Blockquote right double quotes */
.news-quote:after {
  position: absolute;
  content: "”";
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 10rem;
  line-height: 0;
  bottom: -43px;
  right: 30px; }

/* increase header size after 600px */
@media all and (min-width: 600px) {
  .news-quote-content {
    font-size: 35px; } }

/* Trip Archive */
.pp-content-grid-post {
  background: #000000 !important; }
  .pp-content-grid-post .pp-content-grid-post-image {
    padding: 1;
    position: relative; }
    .pp-content-grid-post .pp-content-grid-post-image a img {
      opacity: 0.5;
      transition: opacity 0.2s ease-in-out 0s; }
    .pp-content-grid-post .pp-content-grid-post-image .pp-content-grid-post-text {
      padding: 10px 20px;
      width: 100%;
      position: absolute;
      top: 10%;
      z-index: 1;
      opacity: 1;
      text-align: left;
      transition: opacity 0.2s ease-in-out 0s;
      background: rgba(0, 0, 0, 0.25); }
      .pp-content-grid-post .pp-content-grid-post-image .pp-content-grid-post-text .pp-content-grid-post-title {
        line-height: 26px;
        margin: 0;
        padding: 0;
        color: #fff; }
    .pp-content-grid-post .pp-content-grid-post-image .pp-content-grid-post-text * {
      color: #fff !important; }
    .pp-content-grid-post .pp-content-grid-post-image:hover .pp-content-grid-post-text {
      opacity: 1; }
    .pp-content-grid-post .pp-content-grid-post-image:hover a img {
      opacity: 0.5; }
    .pp-content-grid-post .pp-content-grid-post-image .pp-content-grid-post-meta {
      margin-top: 10px;
      padding: 0;
      color: #fff;
      font-size: 14px; }
    .pp-content-grid-post .pp-content-grid-post-image .uabb-read-more-text {
      position: absolute;
      left: 50%;
      right: auto;
      transform: translateX(-50%);
      top: 175px; }
    .pp-content-grid-post .pp-content-grid-post-image .pp-content-grid-separator {
      height: 2px;
      width: 60px;
      background: #000;
      margin-top: 10px;
      margin-bottom: 20px; }

/* Voyage 2.0 - Guide */
.voyage-guide {
  display: flex;
  flex-direction: row; }
  .voyage-guide .guide-photo {
    margin-right: 20px; }
  .voyage-guide .guide-bio .guide-name {
    font-weight: bold;
    margin-bottom: 10px; }
