/*
Theme Name:     Bump
Description:    Bump
Version:        1.46
Author:         Lawrence Zevon
Author URI:     http://www.zevonmedia.com/
Template:       enfold
License:        GPL v2
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../enfold/style.css");

/* Customizations Here */
.ea-standard #booking-overview td { opacity: 1.0; font-size: 1.2em; }
span.woocommerce-Price-amount.amount, .woocommerce-Price-currencySymbol { color: #ff0000; font-weight: 400 !important; font-size: 18px !important; }
#top .main_color .tabcontainer .tab.active_tab { font-weight: normal; }
.avia-image-container img.svg-img-test[src$='.svg'] { width: 900px !important; }

.avia_iconbox_title { font-size: 1.3em !important; font-weight: bold !important; }


/* RIKB Demo */
.rikb-home-grid { padding-right: 0 !important; padding-left: 0 !important; }

@media only screen and (max-width: 767px) {
.responsive #top #wrap_all .av-flex-cells .no_margin
{ padding-right: 0 !important; padding-left: 0 !important; }
}

.av_three_fifth {
padding-bottom: 0px !important;
padding-top: 0px !important;
}

a.rsswidget{ font-size: 18px !important; line-height: 24px; margin-bottom: 10px; }
.widget_rss li div { font-size: 16px; font-style: none !important; }

.phone-info a { font-size: 18px !important; }
.phone-one { display: block; }
.phone-two { display: none; }
.page-id-1696 .phone-one { display: none !important; }
.page-id-1696 .phone-two { display: block !important; }

.av_facebook_widget_wrap { min-height: 500px !important; height: 500px !important; }

/* New BumpTest March 2026 */

.pop-container {
  position: relative;
  width: 100%;
}

/* Make the image responsive */
.pop-container img {
  width: 100%;
  height: auto;
}

.play-store {
  background-color: #3BCCFF !important; /* Green background */
  border: none !important; /* Remove default border */
  color: white !important; /* White text color */
  padding: 15px 32px !important; /* Space between text and border */
  text-align: center !important; /* Center the text */
  text-decoration: none !important; /* Remove underline for anchor tags styled as buttons */
  display: inline-block !important; /* Allows setting width/height and sits inline */
  font-size: 16px !important; /* Increase font size */
  margin: 4px 2px !important; /* Space around the button */
  cursor: pointer !important; /* Change mouse cursor to a pointer on hover */
  border-radius: 8px !important; /* Rounded corners */
  transition-duration !important: 0.4s; /* Smooth transition for hover effects */
  position: absolute !important;
  left: 80px !important; 
  top: 170px !important;
  z-index: 33333 !important;
}
.apple-store {
  background-color: #333333 !important; /* Green background */
  border: none !important; /* Remove default border */
  color: white !important; /* White text color */
  padding: 15px 32px !important; /* Space between text and border */
  text-align: center !important; /* Center the text */
  text-decoration: none !important; /* Remove underline for anchor tags styled as buttons */
  display: inline-block !important; /* Allows setting width/height and sits inline */
  font-size: 16px !important; /* Increase font size */
  margin: 4px 2px !important; /* Space around the button */
  cursor: pointer !important; /* Change mouse cursor to a pointer on hover */
  border-radius: 8px !important; /* Rounded corners */
  transition-duration: 0.4s !important; /* Smooth transition for hover effects */
  position: absolute !important;
  left: 250px !important; 
  top: 170px !important;
  z-index: 33333 !important;
}

.play-store:hover {
  background-color: #FF3333 !important;
}

.apple-store:hover {
  background-color: #ececec !important;
  color: #000000 !important;
}