html,
body {
  font-family: 'Roboto', sans-serif;
}
h1,
h2,
h3 {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
a {
  color: #ed1d24;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
a:focus,
a:active,
a:not(:disabled):not(.disabled):active:focus {
  color: #555555;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#content-wrap {
  margin-top: 2rem;
}
h1.entry-title {
  margin-bottom: 1.5rem;
}
@media (min-width: 1800px) {
  .container {
    max-width: 1370px;
  }
}
#searchform button.btn.btn-default {
  height: 100%;
  line-height: 1;
}
#searchform button.btn.btn-default:hover {
  background: #aaa;
}
header#masthead {
  background: #000;
  color: #fff;
}
header#masthead .form-group {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.4rem;
}
header#masthead button.btn.btn-default {
  position: absolute;
  top: 0;
  right: 0;
}
header#masthead input#s {
  padding-right: 30px;
  background: #555;
  border: 0;
  border-radius: 0;
}
header#masthead input#s::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
header#masthead input#s:-ms-input-placeholder {
  color: #fff;
}
header#masthead input#s::-webkit-input-placeholder {
  color: #fff;
}
header#masthead input#s.form-control:focus {
  background: #aaa !important;
  color: #000;
  box-shadow: 0 0 0 0.1rem #eee;
}
header#masthead i.fa.fa-search {
  color: #fff;
}
header#masthead .navbar-dark {
  padding: 0;
}
header#masthead .navbar-dark #main-menu.navbar-nav .nav-link {
  color: #fff;
  cursor: pointer;
}
header#masthead .navbar-dark #main-menu.navbar-nav .dropdown-menu .nav-link {
  color: #000;
}
header#masthead .navbar-dark #main-menu.navbar-nav .dropdown-menu .nav-link:hover,
header#masthead .navbar-dark #main-menu.navbar-nav .dropdown-menu .nav-link:active,
header#masthead .navbar-dark #main-menu.navbar-nav .dropdown-menu .nav-link:focus {
  background: #eee;
}
#dd-carousel .carousel-indicators {
  bottom: -45px;
}
#dd-carousel .carousel-indicators li {
  background-color: #000;
}
#dd-carousel .carousel-caption {
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100vw;
  left: 0vw;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  line-height: 1;
}
#dd-carousel .carousel-caption p {
  margin: 0;
}
@media only screen and (max-width: 1279px) {
  #dd-carousel .carousel-caption {
    height: 100px;
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  #dd-carousel .carousel-caption {
    height: 80px;
    font-size: 28px;
  }
}
@media only screen and (max-width: 585px) {
  #dd-carousel .carousel-caption {
    height: 40px;
    font-size: 16px;
  }
}
#global-message {
  background: #444;
  padding: 0.4rem;
  color: #eee;
}
.hr {
  margin: 8px 0 5px;
  height: 1px;
}
footer#colophon {
  background: #000;
  padding: 4rem 0 1rem;
  color: #fff;
}
footer#colophon a {
  color: #999;
}
.trip-details {
  margin-bottom: 1.5rem;
}
.trip-details .trip-title {
  margin: 0.5rem 0;
  font-size: 20px;
}
.trip-details .trip-title a {
  color: #ed1d24;
  font-weight: bold;
}
.trip-details img {
  border-radius: 5px;
}
.trip-details img.sold-out {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.trip-details .trip-date-price {
  margin-bottom: 0.5rem;
}
#singleTripDetails {
  margin-top: 1.5rem;
}
#singleTripDetails .trip-date-price {
  margin: 1rem -15px;
  font-size: 18px;
}
#singleTripDetails span.price,
#singleTripDetails span.date {
  font-weight: bold;
  color: #ed1d24;
}
#singleTripDetails .occupancy {
  margin-right: 1ch;
  margin-left: 1ch;
}
.owl-wrapper .item-inner h4 {
  margin-top: 1rem;
}
#sideNav ul {
  list-style: none;
}
#sideNav ul > li {
  position: relative;
}
#sideNav ul > li.open:before {
  content: '';
  background: #000;
  position: absolute;
  bottom: 10px;
  left: -30px;
  height: 3px;
  width: 21px;
}
#sideNav ul > li > a {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 600;
  text-decoration: none;
  color: #ed1d24;
  position: relative;
}
#sideNav .sidebar-submenu {
  position: relative;
}
#sideNav .sidebar-submenu ul > li > a {
  margin: 0;
  line-height: 1;
  padding: 0.2rem 0 0.2rem 0.5ch;
}
#sideNav .sidebar-submenu ul > li.active a span {
  color: #ccc;
}
.course-title a.course-title-link {
  font-size: 20px;
  margin: 0.5rem 0;
  display: inline-block;
}
#nextCourses .col-md-4 {
  margin-bottom: 1.5rem;
}
#sidebar aside,
#coursesSidebar aside,
#sidebar #sideNav,
#coursesSidebar #sideNav,
#sidebar .widget,
#coursesSidebar .widget {
  margin-bottom: 1rem;
}
#sidebar .wpcf7 .wpcf7-form-control-wrap input,
#coursesSidebar .wpcf7 .wpcf7-form-control-wrap input {
  padding-left: 1ch !important;
  margin: 0.5rem 0;
}
#sidebar .wpcf7 input[type="checkbox"],
#coursesSidebar .wpcf7 input[type="checkbox"] {
  padding: 0 !important;
  width: 20px !important;
}
#accordion .card {
  cursor: pointer;
  margin-bottom: 0.5rem;
}
#accordion .card a:hover {
  background: #ed1d24;
}
#accordion .card .card-header:after,
#accordion .card .card-header.collapsed:after {
  content: '\f067';
  font-family: fontawesome;
  position: absolute;
  right: 18px;
  top: 9px;
  font-size: 20px;
  cursor: pointer;
}
#accordion .card .card-header[aria-expanded="true"]:after {
  content: '\f068';
}
#accordion .card h4.panel-title {
  margin: 0;
  color: #000;
  font-weight: 600;
  font-size: 18px;
}
#accordion .card h4.panel-title button:hover {
  color: #ff0000;
  text-decoration: none;
}
img.size-medium + .caption {
  max-width: 300px;
  text-align: center;
  font-size: 0.9em;
}
.more-foldout h4.panel-title {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}
.more-foldout h4.panel-title a {
  position: relative;
}
.more-foldout h4.panel-title a:after {
  font-family: fontawesome;
  content: '\f056';
  margin-left: 1ch;
}
.more-foldout h4.panel-title a.collapsed:after {
  content: '\f055';
}
.more-foldout h4.panel-title a:hover {
  text-decoration: none;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled] {
  background-color: #ed1d24;
}
.page-item.active .page-link {
  background-color: #ed1d24;
  border-color: #ed1d24;
}
.page-link {
  color: #ed1d24;
}
.scuba-class-atc .single_variation_wrap {
  height: 40px;
}
.woocommerce div.product form.cart table.class-schedule-table td {
  padding-left: 1ch;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  height: 3rem;
  margin-left: 2ch;
}
.da-landing {
  font-family: 'Roboto', sans-serif;
  color: #1e293b;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
.da-landing h1,
.da-landing h2,
.da-landing h3,
.da-landing h4 {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
}
.da-hero {
  position: relative;
  min-height: calc(100vh - 120px);
  padding-top: 60px;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
  margin-top: -2rem;
  background: radial-gradient(ellipse at 30% 80%, rgba(0, 82, 190, 0.5) 0%, transparent 60%), radial-gradient(ellipse at 70% 20%, rgba(37, 131, 255, 0.2) 0%, transparent 50%), linear-gradient(180deg, #001025 0%, #00224e 40%, #003881 100%);
}
.da-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.da-hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 600 400' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.06'/%3E%3C/svg%3E");
  opacity: 0.5;
}
@keyframes da-rise {
  0% {
    transform: translateY(0) translateX(0) scale(1);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translateY(-100vh) translateX(30px) scale(0.5);
    opacity: 0;
  }
}
.da-hero-content {
  position: relative;
  z-index: 2;
  padding: 2rem;
  animation: da-fadeUp 1s ease-out;
}
@keyframes da-fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.da-hero-badge {
  display: inline-block;
  padding: 0.4rem 1.2rem;
  border: 1px solid rgba(37, 131, 255, 0.5);
  border-radius: 100px;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #2583ff;
  margin-bottom: 1.5rem;
  backdrop-filter: blur(4px);
  background: rgba(37, 131, 255, 0.12);
}
.da-hero h1 {
  font-size: clamp(2.8rem, 6vw, 4.5rem);
  line-height: 1.1;
  margin-bottom: 1.2rem;
}
.da-hero h1 em {
  font-style: italic;
  color: #ed1d24;
}
.da-hero-sub {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: #c8d8f0;
  max-width: 560px;
  margin: 0 auto 2.5rem;
  font-weight: 300;
  line-height: 1.7;
}
.da-hero-trust {
  margin-top: 3rem;
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  flex-wrap: wrap;
  animation: da-fadeUp 1s ease-out 0.3s both;
}
.da-trust-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}
.da-trust-item svg {
  width: 18px;
  height: 18px;
  color: #2583ff;
  flex-shrink: 0;
}
.da-scroll-hint {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  animation: da-bob 2s ease-in-out infinite;
  color: rgba(255, 255, 255, 0.4);
}
@keyframes da-bob {
  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(8px);
  }
}
.da-section-label {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #0e7490;
  margin-bottom: 0.75rem;
}
.da-section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.2;
  margin-bottom: 1rem;
}
.da-section-desc {
  font-size: 1.1rem;
  color: #64748b;
  max-width: 620px;
  line-height: 1.7;
  font-weight: 300;
}
.da-why-dive {
  background: #f0f6ff;
  position: relative;
}
.da-why-dive::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 82, 190, 0.2), transparent);
}
.da-why-card {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid rgba(0, 82, 190, 0.1);
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}
.da-why-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0052be, #ed1d24);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
  z-index: 1;
}
.da-why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 34, 78, 0.1);
}
.da-why-card:hover::before {
  transform: scaleX(1);
}
.da-why-card:hover .da-why-card-image img {
  transform: scale(1.05);
}
.da-why-card-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.da-why-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.da-why-card-body {
  padding: 1.75rem;
}
.da-why-icon {
  width: 48px;
  height: 48px;
  border-radius: 6px;
  background: rgba(0, 82, 190, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  color: #0052be;
}
.da-why-card h3 {
  font-size: 1.3rem;
  margin-bottom: 0.6rem;
}
.da-why-card p {
  color: #64748b;
  font-size: 0.95rem;
  line-height: 1.65;
}
.da-step-number {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #0052be;
  color: #ffffff;
  font-family: 'Roboto Slab', serif;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  flex-shrink: 0;
}
.da-step-connector {
  position: relative;
}
.da-step-connector::after {
  content: '';
  position: absolute;
  top: 24px;
  left: 60%;
  right: -40%;
  height: 1px;
  background: linear-gradient(90deg, #0052be, transparent);
  opacity: 0.25;
}
@media (max-width: 768px) {
  .da-step-connector::after {
    display: none;
  }
}
.da-step-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.85rem;
  padding: 0.3rem 0.85rem;
  border-radius: 100px;
  font-size: 0.78rem;
  font-weight: 600;
  background: rgba(14, 116, 144, 0.07);
  color: #0052be;
  border: 1px solid rgba(14, 116, 144, 0.12);
}
.da-step-tag svg {
  width: 13px;
  height: 13px;
}
.da-social-proof {
  background: #f0f6ff;
}
.da-review-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 1.75rem;
  border: 1px solid rgba(0, 82, 190, 0.08);
  transition: box-shadow 0.3s;
}
.da-review-card:hover {
  box-shadow: 0 8px 32px rgba(0, 34, 78, 0.08);
}
.da-stars {
  color: #facc15;
  display: flex;
  gap: 2px;
  margin-bottom: 0.75rem;
}
.da-review-text {
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.7;
  font-style: italic;
  margin-bottom: 1.25rem;
}
.da-reviewer-name {
  font-size: 0.85rem;
  font-weight: 600;
  color: #1e293b;
}
.da-review-label {
  font-size: 0.8rem;
  color: #64748b;
}
.da-google-rating {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid rgba(0, 82, 190, 0.08);
}
.da-google-rating .da-rating-text {
  font-size: 0.95rem;
  color: #64748b;
}
.da-google-rating .da-rating-text strong {
  color: #1e293b;
}
.da-photo-strip {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.75rem;
  margin: 2.5rem 0;
}
@media (max-width: 768px) {
  .da-photo-strip {
    grid-template-columns: repeat(3, 1fr);
  }
  .da-photo-strip .da-photo-strip-item:nth-child(4),
  .da-photo-strip .da-photo-strip-item:nth-child(5) {
    display: none;
  }
}
.da-photo-strip-item {
  border-radius: 6px;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.da-photo-strip-item:nth-child(even) {
  margin-top: 1rem;
}
.da-photo-strip-item:nth-child(odd) {
  margin-bottom: 1rem;
}
.da-photo-strip-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s;
}
.da-photo-strip-item:hover img {
  transform: scale(1.08);
}
.da-price-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.25rem;
}
.da-price-card.da-card-featured {
  border-color: #0052be !important;
  box-shadow: 0 8px 32px rgba(0, 82, 190, 0.15);
  position: relative;
}
.da-price-card.da-card-featured::before {
  content: 'MOST POPULAR';
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #0052be;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0.3rem 1rem;
  border-radius: 100px;
  white-space: nowrap;
}
.da-price-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #0052be;
  color: #ffffff;
  padding: 0.25rem 1rem;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.da-price-amount {
  font-family: 'Roboto Slab', serif;
  font-size: 2.5rem;
  color: #003881;
  line-height: 1;
}
.da-price-features {
  text-align: left;
  list-style: none;
  padding: 0;
  margin-bottom: 1.5rem;
}
.da-price-features li {
  padding: 0.4rem 0;
  font-size: 0.9rem;
  color: #64748b;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.da-price-features li svg {
  width: 16px;
  height: 16px;
  color: #0052be;
  flex-shrink: 0;
  margin-top: 3px;
}
.da-pricing-note {
  text-align: center;
  margin-top: 2rem;
  padding: 1.25rem 1.5rem;
  background: #f0f6ff;
  border-radius: 6px;
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.6;
}
.da-pricing-note strong {
  color: #1e293b;
}
.da-landing .wp-block-details,
.da-landing .wp-block-faq {
  border: 1px solid rgba(0, 82, 190, 0.1);
  border-radius: 6px;
  background: #ffffff;
  margin-bottom: 0.75rem;
  overflow: hidden;
}
.da-landing .wp-block-details summary,
.da-landing .wp-block-faq summary,
.da-landing .wp-block-details .wp-block-details__summary,
.da-landing .wp-block-faq .wp-block-details__summary {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #1e293b;
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  list-style: none;
  transition: color 0.2s;
}
.da-landing .wp-block-details summary:hover,
.da-landing .wp-block-faq summary:hover,
.da-landing .wp-block-details .wp-block-details__summary:hover,
.da-landing .wp-block-faq .wp-block-details__summary:hover {
  color: #0052be;
}
.da-landing .wp-block-details summary::marker,
.da-landing .wp-block-faq summary::marker,
.da-landing .wp-block-details .wp-block-details__summary::marker,
.da-landing .wp-block-faq .wp-block-details__summary::marker,
.da-landing .wp-block-details summary::-webkit-details-marker,
.da-landing .wp-block-faq summary::-webkit-details-marker,
.da-landing .wp-block-details .wp-block-details__summary::-webkit-details-marker,
.da-landing .wp-block-faq .wp-block-details__summary::-webkit-details-marker {
  display: none;
}
.da-landing .wp-block-details[open] summary,
.da-landing .wp-block-faq[open] summary {
  color: #0052be;
}
.da-landing .wp-block-details p,
.da-landing .wp-block-faq p {
  padding: 0 1.5rem 1.25rem;
  font-size: 0.95rem;
  color: #64748b;
  line-height: 1.7;
  margin: 0;
}
.da-final-cta {
  background: linear-gradient(135deg, #00224e 0%, #003881 100%);
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.da-final-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 20% 50%, rgba(237, 29, 36, 0.08) 0%, transparent 50%), radial-gradient(ellipse at 80% 50%, rgba(37, 131, 255, 0.1) 0%, transparent 50%);
}
.da-final-cta .da-section-title {
  color: #ffffff;
  margin-bottom: 1rem;
}
.da-final-cta .da-section-desc {
  color: #c8d8f0;
  margin: 0 auto 2.5rem;
}
.da-cta-contact {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2.5rem;
}
.da-cta-contact a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #2583ff;
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 500;
  transition: color 0.2s;
}
.da-cta-contact a:hover {
  color: #ffffff;
}
.da-cta-contact a svg {
  width: 20px;
  height: 20px;
}
.da-discovery {
  background: #00224e;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.da-discovery::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 60% 50%, rgba(0, 82, 190, 0.4) 0%, transparent 70%);
}
.da-discovery .da-section-label {
  color: #2583ff;
}
.da-discovery .da-section-title {
  color: #ffffff;
}
.da-discovery .da-section-desc {
  color: #c8d8f0;
}
.da-discovery-price {
  gap: 0.4rem;
  padding: 0.8rem 2rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  width: 220px;
  margin: 1rem auto;
  align-items: center;
}
.da-discovery-price .da-amount {
  font-size: 2.5rem;
  color: #22d3ee;
}
.da-discovery-price .da-label {
  font-size: 1rem;
  color: #ccc;
}
.da-instructor-card {
  text-align: center;
}
.da-instructor-card img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #0052be;
  margin-bottom: 1rem;
}
.da-instructor-card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.2rem;
}
.da-instructor-card .da-instructor-title {
  font-size: 0.85rem;
  color: #0052be;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0.75rem;
}
.da-instructor-card p {
  font-size: 0.9rem;
  color: #64748b;
  line-height: 1.6;
}
.da-discovery-features {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
.da-discovery-feature {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
}
.da-discovery-feature svg {
  color: #22d3ee;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .da-hero-trust {
    gap: 1.5rem;
  }
  .da-trust-item {
    font-size: 0.8rem;
  }
  .da-discovery-price {
    font-size: 2.5rem;
  }
}
.raise-on-hover {
  transition: all 0.3s ease-in-out;
}
.raise-on-hover:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(10, 22, 40, 0.08);
  transition: all 0.3s ease-in-out;
}
ul.centered {
  text-align: left;
  display: inline-block;
}
ul.circle-check {
  list-style: none;
  padding-left: 0;
}
ul.circle-check li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.5rem;
}
ul.circle-check li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' stroke='%230052be' stroke-width='2' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 11.08V12a10 10 0 11-5.93-9.14'/%3E%3Cpath d='M22 4L12 14.01l-3-3'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.bg-ghost {
  background-color: #f0f9ff !important;
}
svg.btn-icon {
  width: 16px;
  height: 16px;
  color: currentColor;
  fill: currentColor;
  vertical-align: top;
  margin-top: 4px;
}
.btn.btn-primary,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button,
.woocommerce button.button,
.woocommerce input.button,
.wc-forward,
.woocommerce button.button.alt,
.woocommerce button.button.alt.disabled,
.woocommerce .woocommerce-message .button {
  background: #ed1d24;
  border: 1px solid #ed1d24;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.03em;
  padding: 10px 20px;
  transition: 0.4s ease;
  color: #fff;
}
.btn.btn-primary:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.wc-forward:hover,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt.disabled:hover,
.woocommerce .woocommerce-message .button:hover,
.btn.btn-primary:focus,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.wc-forward:focus,
.woocommerce button.button.alt:focus,
.woocommerce button.button.alt.disabled:focus,
.woocommerce .woocommerce-message .button:focus,
.btn.btn-primary:active,
.woocommerce #respond input#submit:active,
.woocommerce a.button:active,
.woocommerce button:active,
.woocommerce button.button:active,
.woocommerce input.button:active,
.wc-forward:active,
.woocommerce button.button.alt:active,
.woocommerce button.button.alt.disabled:active,
.woocommerce .woocommerce-message .button:active,
.btn.btn-primary:not(:disabled):not(.disabled):active:focus,
.woocommerce #respond input#submit:not(:disabled):not(.disabled):active:focus,
.woocommerce a.button:not(:disabled):not(.disabled):active:focus,
.woocommerce button:not(:disabled):not(.disabled):active:focus,
.woocommerce button.button:not(:disabled):not(.disabled):active:focus,
.woocommerce input.button:not(:disabled):not(.disabled):active:focus,
.wc-forward:not(:disabled):not(.disabled):active:focus,
.woocommerce button.button.alt:not(:disabled):not(.disabled):active:focus,
.woocommerce button.button.alt.disabled:not(:disabled):not(.disabled):active:focus,
.woocommerce .woocommerce-message .button:not(:disabled):not(.disabled):active:focus {
  background: #000;
  transition: 0.4s ease-in;
  outline: none;
}
.btn.btn-primary.btn-large,
.woocommerce #respond input#submit.btn-large,
.woocommerce a.button.btn-large,
.woocommerce button.btn-large,
.woocommerce button.button.btn-large,
.woocommerce input.button.btn-large,
.wc-forward.btn-large,
.woocommerce button.button.alt.btn-large,
.woocommerce button.button.alt.disabled.btn-large,
.woocommerce .woocommerce-message .button.btn-large {
  font-size: 1.25em;
  padding: 15px 30px;
  border: 1px solid #fff;
}
.woocommerce table.shop_attributes th {
  width: 175px;
}
.woocommerce span.onsale {
  background-color: #ed1d24;
}
.woocommerce #sidebar {
  margin-top: 2rem;
}
.woocommerce nav.woocommerce-breadcrumb {
  margin-top: 1.5em;
}
.woocommerce .woocommerce-tabs.wc-tabs-wrapper {
  width: 100%;
}
.woocommerce #order_review_heading {
  display: none;
}
.woocommerce h3#order-review-h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 20px;
}
.woocommerce #product-main a.button.wc-forward {
  padding: 1rem 1.5rem;
}
.woocommerce-checkout .woocommerce #checkout-wrapper {
  position: relative;
  margin-top: 1rem;
  margin-left: 18px;
}
.woocommerce form.woocommerce-form.woocommerce-form-login.login {
  max-width: 585px;
}
.woocommerce form.woocommerce-form.woocommerce-form-login.login input#password {
  width: 100%;
}
.woocommerce form.woocommerce-form.woocommerce-form-login.login label[for="password"] {
  width: 100%;
}
.woocommerce form.woocommerce-form.woocommerce-form-login.login span.password-input {
  width: 100%;
}
.woocommerce form.woocommerce-form.woocommerce-form-login.login label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  display: block;
  width: 100%;
}
.woocommerce form .form-row input.input-text {
  height: 2.5rem;
  padding-left: 0.5rem;
}
.woocommerce.single-product #page {
  overflow-x: hidden;
}
.woocommerce h1.woocommerce-products-header__title.page-title {
  text-transform: uppercase;
}
.woocommerce.archive #product-main {
  max-width: 1370px;
  margin: 2rem auto 0;
}
.woocommerce input#coupon_code {
  min-width: 150px;
  margin-right: 1rem;
}
.woocommerce .coupon button[type="submit"] {
  position: relative;
  top: 1px;
}
.woocommerce .woocommerce-ordering select {
  vertical-align: top;
  padding: 10px 0 5px 8px;
}
.woocommerce ul.products {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.woocommerce ul.products li.product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.woocommerce ul.products li.product .button {
  display: block;
  max-width: 180px;
  margin: auto auto 0;
  text-align: center;
}
.woocommerce ul.products li.product {
  padding: 15px;
  overflow: visible;
  position: relative;
  text-align: center;
}
.woocommerce ul.products li.product:hover {
  box-shadow: 0 0 13px 0 #ccc;
  transition: all 0.4s ease;
}
.woocommerce ul.products li.product:hover .product-hover-details {
  opacity: 1;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 767px) {
  .woocommerce ul.products li.product:hover .product-hover-details {
    display: none;
  }
}
.woocommerce ul.products li.product a {
  text-decoration: none;
  display: block;
  padding-top: 0.6rem;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.woocommerce ul.products li.product span.price {
  color: #000;
  display: block;
  font-size: 18px;
  font-weight: 600;
}
.woocommerce ul.products li.product .product-hover-details {
  opacity: 0;
  color: #222;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .woocommerce ul.products li.product .product-hover-details {
    display: none;
  }
}
.woocommerce ul.products li.product .DuckDiver-available-attributes {
  text-align: center;
}
.woocommerce ul.products li.product .DuckDiver-available-attributes + .product-meta {
  margin-top: 0;
}
.woocommerce ul.products li.product li.pr-2 {
  width: 100%;
  padding-right: 0 !important;
  flex: 0 0 100%;
}
.woocommerce ul.products li.product ul.DuckDiver-available-attributes__values {
  margin-bottom: 0;
  justify-content: center;
}
.woocommerce ul.products li.product .button {
  display: inline-block;
  width: auto;
  padding-top: 1rem;
  color: #fff;
  font-weight: 600;
}
.woocommerce #product-main .woocommerce-message {
  border-top-color: #ed1d24;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.woocommerce #product-main .woocommerce-message::before {
  color: #ed1d24;
  top: auto;
}
.woocommerce #product-main .woocommerce-message .button {
  padding: 15px 20px 10px;
  order: 2;
}
.woocommerce div.product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-start;
}
.woocommerce div.product div.images {
  padding-right: 1%;
  padding-top: 2rem;
}
.woocommerce div.product div.images img {
  max-width: 600px;
  margin: 0 auto;
  display: block;
}
.woocommerce div.product div.images ol.flex-control-nav.flex-control-thumbs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.woocommerce div.product div.images .flex-viewport {
  margin-bottom: 1.5rem;
}
.woocommerce div.product div.images ol.flex-control-thumbs li {
  max-width: 100px;
  margin: 1rem;
}
.woocommerce div.product div.summary {
  padding-left: 1%;
}
@media only screen and (max-width: 767px) {
  .woocommerce div.product div.summary {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.woocommerce div.product div.summary p.price,
.woocommerce div.product div.summary span.price {
  color: #ed1d24;
}
.woocommerce div.product form.cart .button {
  padding-top: 12px;
  padding-bottom: 8px;
}
.woocommerce div.product form.cart .variations select {
  height: 42px;
  padding-left: 1.5ch;
}
.woocommerce div.product form.cart .variations th {
  vertical-align: middle;
}
.woocommerce div.product p.stock {
  color: #ed1d24;
  font-size: 1rem;
  margin-top: 1rem;
}
.woocommerce.single-product .product-hover-details {
  margin-top: 0.5rem;
  border-bottom: 1px solid #0032a0;
  padding-bottom: 40px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .woocommerce.single-product .product-hover-details {
    display: none;
  }
}
.woocommerce.single-product div.product form.cart {
  margin-top: 1.75rem;
}
.woocommerce.single-product div.product form.cart .button {
  min-height: 38px;
}
.woocommerce.single-product .variations .tawcvs-swatches .swatch {
  opacity: 1;
}
.woocommerce.single-product .quantity input {
  min-height: 38px;
  margin-right: 0.5rem;
}
.woocommerce ul.DuckDiver-available-attributes__values {
  margin-bottom: 0;
}
.woocommerce #calc_shipping_state_field > span {
  width: 100%;
}
.woocommerce .select2-container .select2-selection--single {
  height: 35px;
}
.woocommerce .select2-container .select2-selection__rendered {
  padding-top: 4px;
}
.woocommerce .select2-container .select2-selection__arrow {
  top: 4px;
}
div#cart-holder {
  position: relative;
  width: 110px;
}
@media (min-width: 1200px) {
  div#cart-holder {
    margin-right: -50px;
  }
}
div#cart-holder:before {
  height: 75px;
  position: absolute;
  content: '';
  background: #555555;
  left: 0;
  width: 100%;
  top: -10px;
}
p.woocommerce-mini-cart__empty-message {
  color: #000;
}
p.woocommerce-mini-cart__buttons.buttons {
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 14px;
}
.cart-holder {
  position: relative;
  z-index: 10;
  padding: 0 0 0 20px;
  margin-top: -4px;
  text-align: right;
  float: left;
}
@media (max-width: 980px) {
  .cart-holder {
    float: none;
    text-align: center;
    display: inline-block;
    margin: 0 20px 0 0;
    top: 2px;
  }
}
.cart-holder .widget_shopping_cart_content {
  display: none;
  position: absolute;
  width: 275px;
  padding: 10px;
  right: 0;
  top: 30px;
  background: #fff;
  border: none;
  margin: 10px 0 0 0;
  border-radius: 0;
  box-shadow: 1px 1px 1px #000;
  text-align: left;
}
.cart-holder .widget_shopping_cart_content .buttons a {
  margin-bottom: 5px;
}
@media (max-width: 980px) {
  .cart-holder .widget_shopping_cart_content {
    left: 50%;
    margin: 19px 0 0 -50px;
  }
}
.cart-holder .widget_shopping_cart_content .product_list_widget,
.cart-holder .widget_shopping_cart_content .cart_list {
  margin: 0;
  padding: 0;
}
.cart-holder .widget_shopping_cart_content .product_list_widget li,
.cart-holder .widget_shopping_cart_content .cart_list li {
  list-style: none;
  background: none;
  padding: 10px 0 10px 20px;
  overflow: hidden;
  position: relative;
}
.cart-holder .widget_shopping_cart_content .product_list_widget li a,
.cart-holder .widget_shopping_cart_content .cart_list li a {
  font-weight: 700;
}
.cart-holder .widget_shopping_cart_content .product_list_widget li.empty,
.cart-holder .widget_shopping_cart_content .cart_list li.empty {
  padding-left: 0;
}
.cart-holder .widget_shopping_cart_content .product_list_widget li .remove,
.cart-holder .widget_shopping_cart_content .cart_list li .remove {
  position: absolute;
  left: 0;
  top: 11px;
}
.cart-holder .widget_shopping_cart_content .product_list_widget li img,
.cart-holder .widget_shopping_cart_content .cart_list li img {
  float: left;
  margin: 5px 10px 0 0;
  background: none;
  border: 0;
  border-radius: 0;
  width: 50px;
}
.cart-holder .widget_shopping_cart_content .product_list_widget li a:hover img,
.cart-holder .widget_shopping_cart_content .cart_list li a:hover img {
  border: 1px solid #000;
}
.cart-holder .widget_shopping_cart_content .product_list_widget li .quantity,
.cart-holder .widget_shopping_cart_content .cart_list li .quantity {
  display: block;
  overflow: hidden;
  margin: 0 0 0 60px;
}
.cart-holder .widget_shopping_cart_content .product_list_widget li .variation,
.cart-holder .widget_shopping_cart_content .cart_list li .variation {
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0 0 0 60px;
  font-size: 14px;
  color: #333333;
}
.cart-holder .widget_shopping_cart_content .product_list_widget li .variation dt,
.cart-holder .widget_shopping_cart_content .cart_list li .variation dt {
  float: left;
}
.cart-holder .widget_shopping_cart_content .product_list_widget li .variation dd,
.cart-holder .widget_shopping_cart_content .cart_list li .variation dd {
  margin: 0 0 0 4px;
  float: left;
}
.cart-holder .widget_shopping_cart_content .total {
  margin: 0;
  padding: 5px 0 15px;
  text-align: left;
  color: #000;
}
.cart-holder .widget_shopping_cart_content .button {
  padding: 10px 15px !important;
  background: #0052be !important;
  text-align: center;
  line-height: 1.5 !important;
  color: #fff !important;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cart-holder .widget_shopping_cart_content .button hover {
  color: #fff;
  background: #22d3ee;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.cart-holder .widget_shopping_cart_content .empty {
  text-align: center;
  display: block;
}
.cart-holder h3 {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  color: #fff;
  font-size: 0;
  line-height: 0;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
@media (max-width: 980px) {
  .cart-holder h3 {
    margin: 0;
  }
}
.cart-holder .cart-items {
  display: inline-block;
  background: #22d3ee;
  color: #ed1d24;
  border-radius: #ed1d24;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  display: none;
}
.cart-holder:before {
  font-family: FontAwesome;
  font-weight: normal;
  display: inline-block;
  content: "\f07a";
  margin: 0;
  font-size: 24px;
  line-height: 1em;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 2px;
  left: 0;
}
.cart-holder:hover:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #555555;
}
.cart-opened:before {
  color: #555555;
}
.cart-wrapper {
  width: 77px;
  position: relative;
}
span.cart-items.full {
  color: #fff;
  right: -2px;
  top: -5px;
  position: absolute;
  font-weight: 500;
  display: flex;
  font-size: 11px;
  justify-content: center;
  padding-right: 2px;
  padding-top: 1px;
}
.cart-wrapper.d-md-none {
  position: absolute;
  width: auto;
  top: 70px;
  right: 20px;
}
#account-burger {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
#account-burger i {
  font-size: 22px;
}
#account-burger .burg-text {
  display: inline-block;
  margin-left: 1ch;
}
/* WooCommerce My Account Custom */
/* ============================= */
.woocommerce-MyAccount-navigation ul {
  margin-left: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
}
.woocommerce-MyAccount-navigation ul li a {
  padding: 0.875em 0;
  display: block;
}
.woocommerce-MyAccount-navigation ul li a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  content: "\f0f6";
  line-height: 1.618;
  margin-left: 0.5407911em;
  width: 1.41575em;
  text-align: right;
  float: right;
  opacity: 0.25;
}
.woocommerce-MyAccount-navigation ul li a:hover:before {
  opacity: 1;
}
.woocommerce-MyAccount-navigation ul li.is-active a:before {
  opacity: 1;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
  content: "\f0e4";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
  content: "\f291";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
  content: "\f1c6";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "\f015";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
  content: "\f09d";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "\f007";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "\f08b";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a:before {
  content: "\f021";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--scuba-classes a:before {
  content: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_2' viewBox='0 0 58 70'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ed1d24;stroke-width:0px;%7D%3C/style%3E%3C/defs%3E%3Cg id='_1'%3E%3Cpath class='cls-1' d='M47.5,12.35v-4.35h2.75V0h-11.75v8h3v4.35c-6,1.37-10.5,6.74-10.5,13.15v7h-4v-7c0-6.41-4.5-11.78-10.5-13.15v-4.35h2.75V0H7.5v8h3v4.35C4.5,13.72,0,19.09,0,25.5v39.5c0,2.76,2.24,5,5,5h17c2.76,0,5-2.24,5-5v-15.5h4v15.5c0,2.76,2.24,5,5,5h17c2.76,0,5-2.24,5-5V25.5c0-6.41-4.5-11.78-10.5-13.15ZM33,30.33h23v21.33h-23v-21.33ZM40.5,2h7.75v4h-7.75V2ZM43.5,8h2v4.05c-.33-.02-.66-.05-1-.05s-.67.03-1,.05v-4.05ZM44.5,14c6.34,0,11.5,5.16,11.5,11.5v2.83h-23v-2.83c0-6.34,5.16-11.5,11.5-11.5ZM25,51.67H2v-21.33h23v21.33ZM9.5,2h7.75v4h-7.75V2ZM12.5,8h2v4.05c-.33-.02-.66-.05-1-.05s-.67.03-1,.05v-4.05ZM13.5,14c6.34,0,11.5,5.16,11.5,11.5v2.83H2v-2.83c0-6.34,5.16-11.5,11.5-11.5ZM22,68H5c-1.65,0-3-1.35-3-3v-11.33h23v11.33c0,1.65-1.35,3-3,3ZM27,47.5v-13h4v13h-4ZM53,68h-17c-1.65,0-3-1.35-3-3v-11.33h23v11.33c0,1.65-1.35,3-3,3Z'/%3E%3C/g%3E%3C/svg%3E");
  font-size: 10px;
}
.my_account_orders .button.view:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  content: "\f06e";
  margin-left: 0.5407911em;
}
p.order-again .button:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  content: "\f021";
  margin-left: 0.5407911em;
}
.woocommerce-MyAccount-downloads .button:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  content: "\f0ed";
  margin-left: 0.5407911em;
}
/* ======= Contact Form ======= */
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.wpcf7 select,
.wpcf7 input[type="text"],
.wpcf7 input[type="password"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="date"],
.wpcf7 input[type="month"],
.wpcf7 input[type="time"],
.wpcf7 input[type="week"],
.wpcf7 input[type="number"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="color"],
.uneditable-input .wpcf7-not-valid-tip {
  height: 60px;
  max-width: 100%;
  outline: none;
}
.wpcf7 textarea {
  height: 300px;
  padding-top: 1em;
  margin-top: 20px;
  margin-bottom: 15px;
}
.wpcf7-not-valid-tip {
  padding: 18px 15px !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  border-radius: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.wpcf7 input[type="reset"] {
  margin-right: 10px;
}
.wpcf7 .submit-wrap {
  position: relative;
}
.wpcf7 .submit-wrap .ajax-loader {
  position: absolute;
  top: 50%;
  margin-top: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.wpcf7 .wpcf7-form-control-wrap {
  position: relative;
  margin-bottom: 1em;
}
.wpcf7 .wpcf7-form-control-wrap:before {
  position: absolute;
  height: 100%;
  width: 60px;
  text-align: center;
  font-family: FontAwesome;
  font-size: 60px/2;
  color: #ccc;
  left: 0;
  line-height: 60px;
}
.wpcf7 .wpcf7-form-control-wrap input,
.wpcf7 .wpcf7-form-control-wrap textarea {
  padding-left: 60px !important;
  width: 100%;
}
.wpcf7 .wpcf7-form-control-wrap.your-name:before {
  content: '\f007';
}
.wpcf7 .wpcf7-form-control-wrap.your-email:before {
  content: '\f0e0';
}
.wpcf7 .wpcf7-form-control-wrap.your-phone:before {
  content: '\f095';
}
.wpcf7 .wpcf7-form-control-wrap.your-message:before {
  content: '\f040';
  margin-top: 15px;
}
.wpcf7 .submit-wrap input {
  line-height: 0;
  padding: 20px 25px 16px;
  border-radius: 0;
  text-transform: uppercase;
}
/*/ Shortcodes */
/* #Footer
================================================== */
section.footer-widgets {
  padding: 40px 0;
  background-color: #0052be;
  color: #fff;
}
footer#colophon {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 40px;
  width: 100%;
}
/*/ Footer */
/* #Misc
================================================== */
/* Back to Top */
#back-top {
  display: none;
}
#back-top-wrapper {
  position: fixed;
  right: 10px;
  bottom: 10px;
  overflow: hidden;
  z-index: 99;
}
#back-top a {
  display: block;
  width: 50px;
  color: #bbb;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font: 11px/100% Arial, Helvetica, sans-serif;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#back-top a:after {
  content: '\f062';
  font-family: fontawesome;
  display: inline-block;
  position: relative;
  top: -37px;
  left: 0px;
  font-size: 24px;
  color: #fff;
}
#back-top a:hover {
  color: #000;
}
#back-top a:hover span {
  background-color: #f57b80;
}
#back-top span {
  display: block;
  margin-bottom: 7px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ed1d24;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
/*// Back to Top */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*# sourceMappingURL=custom.css.map */