/*
Theme Name: Hydrogen
Theme URI: http://gantry.org
Author: Tiger12, LLC
Author URI: http://tiger12.com
Description: Default Gantry 5 theme. Provides a simple, clean and fast design to get you started on developing your own theme or setting up a quick new site
Version: 5.5.25
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
originalCreator: RocketTheme (Gantry Framework)
currentDeveloper: Tiger12, LLC
*/

html {
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6, strong {
  color: inherit;
}

.depicter-revert .depicter-5-section-1  .depicter-bg-video::after,
.stk-cafef71::before{
  opacity: .4;
  filter: alpha(opacity=30); /* legacy fallback */
  position: absolute;
  z-index: 1;
  inset: 0;
  background-image: url(/wp-content/uploads/2025/12/11-pricingpattern.webp);
  background-repeat: repeat;
}

iframe {
    display: block;       /* iframes are inline by default */
    //background: #000;
    border: none;         /* Reset default border */
    height: 1150px;        /* Viewport-relative units */
    width: 100vw;
}

.nolink {
  pointer-events: none;
}

@media (max-width: 480px) { 
iframe {
    height: 1250px!important; 
}
	.page-id-609 iframe {
    height: 780px !important;
  }
}

	.page-id-609  iframe {
  display: block;
  //background: #000;
  border: none;
  height: 850px;
  width: 100vw;
}

button {
  display: inline-block;
  width: 100%; 
  white-space: normal;
}