/*
 Theme Name:     Vladivi
 Theme URI:      _
 Description:    Vladicamp Divi Child Theme
 Author:         Vladimir Campos
 Author URI:     https://vladicamp.com/
 Template:       Divi
 Version:        1.6
*/
/*************************************
=common
*************************************/
/*************************************
=elements
*************************************/
body {
  font-weight: 300;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

/*************************************
=button
*************************************/
.et_pb_button {
  min-width: 160px;
  text-align: center;
}

.btn-block.et_pb_button {
  width: 100%;
}

/*************************************
=helper
*************************************/
.pt-0[style] {
  padding-top: 0 !important;
}

.img-full .et_pb_image_wrap, .img-full img {
  width: 100%;
}

.overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.4) 20%);
}

/*************************************
=plugins
*************************************/
/*************************************
=plugins slick slider 
*************************************/
.slick-slider {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: pan-y;
}

.slick-slide {
  float: left;
}

.slick-arrow {
  --dimension: 40px;
  display: none !important;
  width: var(--dimension);
  height: var(--dimension);
  z-index: 1;
}
.slick-arrow, .slick-arrow:hover, .slick-arrow:focus {
  background-color: rgba(255, 255, 255, 0.5);
}
.slick-arrow::before {
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 32px;
  color: #fff;
}

.slick-slider:hover .slick-arrow {
  display: block !important;
}

.slick-prev {
  left: 0;
}
.slick-prev::before {
  content: "\f104";
}

.slick-next {
  right: 0;
}
.slick-next::before {
  content: "\f105";
}

/*************************************
=modules
*************************************/
/*************************************
=custom contact
*************************************/
.custom-contact {
  padding: 0 30px 30px;
  box-shadow: 0 7px 18px 5px rgba(0, 0, 0, 0.3);
}
.custom-contact .et_pb_contact_main_title {
  position: relative;
  margin-inline: -30px;
  padding: 20px 30px;
  background-color: #000;
}
.custom-contact .et_pb_contact_main_title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  width: 220px;
  height: 50px;
  background-image: url("./../img/hammerhead-logo-white.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .custom-contact .et_pb_contact_main_title::after {
    content: none;
  }
}
.custom-contact .et_pb_contact {
  padding-top: 30px;
}
.custom-contact .et_pb_contact_form {
  margin-left: 0;
}
.custom-contact .et_pb_contact_field {
  padding: 0;
}
.custom-contact .et_contact_bottom_container {
  margin-top: 10px;
  float: none;
}
.custom-contact .et_contact_bottom_container .et_pb_contact_submit {
  margin-inline: auto;
}

/*************************************
=custom flipbox
*************************************/
.custom-flipbox {
  background-color: #fff;
}
@media (max-width: 980px) {
  .custom-flipbox {
    max-width: 550px;
    margin: auto;
  }
}
.custom-flipbox .et_pb_main_blurb_image {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 0;
}
.custom-flipbox .et_pb_main_blurb_image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 1;
  background-color: #fff;
  background-image: url("./img/hammerhead-life-saver-logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100px;
  transition: opacity 0.3s ease-in-out 0s;
}
.custom-flipbox .et_pb_main_blurb_image:hover:after {
  opacity: 0;
}
.custom-flipbox .et_pb_main_blurb_image .et_pb_image_wrap {
  width: 100%;
  height: 100%;
  padding: 10%;
}
.custom-flipbox .et_pb_main_blurb_image .et_pb_image_wrap > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.custom-flipbox .et_pb_blurb_container {
  position: absolute;
  top: 20px;
  left: -10px;
  z-index: 11;
  background-color: #BE1E2D;
}
.custom-flipbox .et_pb_blurb_container .et_pb_module_header {
  padding: 10px;
}
.custom-flipbox .et_pb_blurb_content::after {
  content: "";
  position: absolute;
  top: 51px;
  left: -5px;
  z-index: -1;
  display: block;
  width: 20px;
  aspect-ratio: 1;
  background-color: #ad1b29;
  transform: rotate(45deg);
}

/*************************************
=custom list
*************************************/
.custom-list ul {
  list-style: none;
  padding-left: 0;
}
.custom-list .et_pb_text_inner {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

/*************************************
=custom timeline
*************************************/
.custom-timeline {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 980px) {
  .custom-timeline {
    flex-direction: column;
    gap: 30px;
  }
}

.custom-timeline .timeline-data {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 980px) {
  .custom-timeline .timeline-data {
    flex-direction: column;
    gap: 20px;
  }
}
.custom-timeline .timeline-data::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  transform: translate(-50%, -50%);
}
@media (max-width: 980px) {
  .custom-timeline .timeline-data::after {
    z-index: -1;
    width: 1px;
    height: calc(100% + 60px);
    transform: translate(-50%, -50%);
  }
}
.custom-timeline .timeline-data-item {
  flex-basis: 33%;
  background-color: #fff;
}
@media (max-width: 980px) {
  .custom-timeline .timeline-data-item {
    border-bottom: 1px solid #000;
  }
}
.custom-timeline .timeline-data-item .et_pb_promo_description {
  padding-bottom: 0;
}
@media (max-width: 980px) {
  .custom-timeline .timeline-data-item .et_pb_promo_description {
    padding-bottom: 20px;
  }
}
.custom-timeline .timeline-data-item:not(:first-of-type) {
  border-left: 1px solid #000;
}
@media (max-width: 980px) {
  .custom-timeline .timeline-data-item:not(:first-of-type) {
    border-left: 0;
  }
}

/*************************************
=components
*************************************/
/*************************************
=header
*************************************/
.et_fixed_nav #main-header {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  transition: background 0.5s ease-in-out 0s;
}
.et_fixed_nav #main-header.et-fixed-header {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
}
@media (max-width: 980px) {
  .et_fixed_nav #main-header {
    position: fixed;
  }
}
.et_fixed_nav #main-header .container {
  width: 100%;
  max-width: 100%;
  padding-inline: 20px;
}
@media (max-width: 767px) {
  .et_fixed_nav #main-header .container {
    padding-inline: 5%;
  }
}
.et_fixed_nav #main-header #top-menu > .menu-item:not(:last-of-type) {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out 0s;
}
.et_fixed_nav #main-header:hover #top-menu > .menu-item:not(:last-of-type) {
  pointer-events: all;
  opacity: 1;
  transition: opacity 1s ease-in-out 0s;
}
.et_fixed_nav #main-header #top-menu .sub-menu {
  right: 0;
}
.et_fixed_nav #main-header #top-menu .sub-menu > li > a {
  font-weight: 300 !important;
}
.et_fixed_nav #main-header #et-top-navigation {
  padding-block: 20px !important;
}

.logo_container {
  top: 15px;
  max-width: 240px !important;
}
.logo_container .logo_helper {
  display: none;
}
.logo_container a {
  display: block;
}
.logo_container a img {
  width: 100%;
  max-height: auto;
}

#et_mobile_nav_menu .mobile_menu_bar::before, #et-top-navigation .mobile_menu_bar::before {
  color: #fff !important;
}
#et_mobile_nav_menu .et_mobile_menu, #et-top-navigation .et_mobile_menu {
  position: fixed;
  inset: 80px 0 0;
  background-color: rgba(0, 0, 0, 0.8) !important;
  font-size: 16px;
}

.et_header_style_fullscreen .et_slide_in_menu_container {
  max-width: 325px;
  transform: translateX(100%);
  transition-duration: 0.3s;
}
.et_header_style_fullscreen .et_slide_in_menu_container.et_pb_fullscreen_menu_opened {
  transform: translateX(0%);
  opacity: 1;
}
.et_header_style_fullscreen .et_slide_in_menu_container.et_pb_fullscreen_menu_opened li {
  transition: none;
}
.et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu {
  top: 20px;
  left: 20px;
  right: auto;
}
.et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu::before {
  color: #BE1E2D !important;
}
.et_header_style_fullscreen .et_slide_in_menu_container .et_mobile_menu {
  vertical-align: top !important;
  padding-top: 70px !important;
}

/*************************************
=footer
*************************************/
#main-footer .container {
  width: 100%;
  max-width: 90%;
  padding: 10px 0;
}
#main-footer .et-social-icons {
  margin-right: 0;
}
#main-footer .et-social-icons .et-social-icon:first-of-type {
  margin-left: 0;
}

/*************************************
=scroll top
*************************************/
.et_pb_scroll_top {
  right: 30px !important;
  bottom: 80px !important;
  z-index: 1029 !important;
  padding: 10px !important;
  background: #BE1E2D !important;
  box-shadow: -2px 0 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #BE1E2D;
  border-radius: 50% !important;
  font-weight: normal;
  font-size: 22px !important;
  color: #fff !important;
  transition: all 0.3s ease-in-out 0s;
}
.et_pb_scroll_top:hover {
  background-color: #BE1E2D !important;
  border: 1px solid #BE1E2D;
  color: #fff !important;
}
.et_pb_scroll_top::before {
  content: "!";
  position: relative;
  top: -1px;
  left: -1px;
}/*# sourceMappingURL=style.css.map */